Since I couldn't find a downloadable java workshop at Sun's, I've downloaded Borland's JBuilder as my java compiler.
when I tested my test code:
public class test
{
public static void main (String[] args)
{
System.out.println("hello"
}
}
it would compile fine, but wouldn't run correctly
instead it would display on the status bar:
"Process finished with exit code 1"
Could anybody help?
Thnaks in advance.
[sig][/sig]
when I tested my test code:
public class test
{
public static void main (String[] args)
{
System.out.println("hello"
}
}
it would compile fine, but wouldn't run correctly
instead it would display on the status bar:
"Process finished with exit code 1"
Could anybody help?
Thnaks in advance.
[sig][/sig]