In BlueJ I create a .jar file with one class called test and the following code.
However when I double click on the file nothing happens?
Code:
public class test{
public static void main(String[] args){
System.out.println("hello world");
}
}
However when I double click on the file nothing happens?

Last edited: