javac package

root135@root135:~/Downloads/java_0/school$ ls school_0 root135@root135:~/Downloads/java_0/school$ javac -d school/bin/ school/Personal.java root135@root135:~/Downloads/java_0/school$ tree . ├── school │   ├── bin │   │   └── school │   │   ├── library │   │   │   ├── Book.class │   │   │   └── Computer.class │   │   └── Personal.class │   ├── library │   │   ├── Book.java │   │   └── Computer.java │   ├── Personal.java │   ├── room… Continue reading javac package

Published
Categorized as java

bluetoothctl

bluetoothctl Agent registered [S-86]# help Menu main: Available commands: ——————- advertise Advertise Options Submenu scan Scan Options Submenu gatt Generic Attribute Submenu list List available controllers show [ctrl] Controller information

Published
Categorized as linux