bash-4.2$ cd /system/src/helloworld/
bash: cd: /system/src/helloworld/: No such file or directory
bash-4.2$ cd ~/system/src/helloworld/
bash-4.2$ javac hello.java
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
bash-4.2$
bash: cd: /system/src/helloworld/: No such file or directory
bash-4.2$ cd ~/system/src/helloworld/
bash-4.2$ javac hello.java
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
bash-4.2$