Sagewire Logo

Newbe Run error

2 Message(s) by 2 Author(s) originally posted in java setup


From: Stephen Ross Date:   Saturday, October 18, 2003
Just started to play with JAVA and made my first program:

public class app
{
public static void main(String[] args)
{
System.out.println("Hellow JAVA"");
}
}

I installed the current JAVA2 SDK 1.4.2 and all went well. When I try
to run this program, I get the following error message (can anyone
explain???)

Exception in thread "main" JAVA.lang.NoClassDefFoundError: appSER


From: Fung Date:   Wednesday, October 22, 2003
I think it's ClassPath problem, maybe u can try add "set classpath=.;" in
the system environment variables!
Good Luck!> Just started to play with JAVA and made my first program:
public class app
{
public static void main(String[] args)
{
System.out.println("Hellow JAVA"");
}
}
I installed the current JAVA2 SDK 1.4.2 and all went well. When I try
to run this program, I get the following error message (can anyone
explain???)
Exception in thread "main" JAVA.lang.NoClassDefFoundError: app


> SER



Next Message: JAVA.lang.Error: Couldn't determine current working



Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional