mlc521 / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

There is no sample code in the system folder #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. when I type this command "cd system",I cannot find the folder called 
"src".Therefore,I cannot find any sample apps.I used my own code "hello.java":
public class hello
{
    public static void main(String args[])
    {
        system.out.println("Hello Kitty!");
    }
}
2. type "javac hello.java"
3. It returned this message:
Unable to find pakage java.lang in classpath or boot classpath

I want it to compile the .java file and then I can find the .class file.

I am a Chinese,and  what I use is ONDA MID(VX610W),which is not a mobile 
phone.And it runs android 2.3.4.

I wonder what I shoud do to get the sample apps.
Thank you!

Original issue reported on code.google.com by bruceder...@gmail.com on 9 Jul 2012 at 12:39