Johny5
Electrical
- Oct 24, 2003
- 3
Hi,There.
I am a new to Java programming.I teach myself Java Programming.I learn from a book calls "Learn Java Now J++" By Stephen R.Davis and a Microsoft Visual J++ version 1.1 to write a program. My very first program as following...
public class Appl_1
{
public static void main(String args[])
{
System.out.println("Hello,world");
}
}
and I saved as Appl_1.java. When I compile it, It says error J0051: Undefined package 'lang' .I got stuck right here. I can not execute the program.
Could you help me to solve this problem ?.I am appreciate it very much.Thanks./.
I am a new to Java programming.I teach myself Java Programming.I learn from a book calls "Learn Java Now J++" By Stephen R.Davis and a Microsoft Visual J++ version 1.1 to write a program. My very first program as following...
public class Appl_1
{
public static void main(String args[])
{
System.out.println("Hello,world");
}
}
and I saved as Appl_1.java. When I compile it, It says error J0051: Undefined package 'lang' .I got stuck right here. I can not execute the program.
Could you help me to solve this problem ?.I am appreciate it very much.Thanks./.