public class hallo1 {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.print("Hello world");
}
}
it shows "hello world" in the console inside eclipse, so everything is fine there. im just wondering, how do i take it out of eclipse? (for future scripts) i have tried open it in java. but it closes really fast tryed to print screen to see what it said, and it said it couldnt find my file. i think i have heard i should save it as a jar file to see it? mby im wrong. please help if you can