Cannot Run my ready to program java code on Ubuntu 10.10 i386 desktop
import java.awt.*;
import hsa.Console;
public class test
{
static Console c;
public static void main (String[] args)
{
c = new Console ();
c.print ("YEAH!!! it works");
}
}
this is what i have ... but when i press the run button it says execution finished..
its suppose to make a console pop up displaying "YEAH!!! it works"
but it doesn't ... so can anyone help out here .....(ps. i am running Ubuntu 10.10 desktop i386 and i also downloaded Wine too....)