As I understood, I need to make a jar file in order to get the .exe.
My problem: I have the method:
public static void main(String[] args){
in EX1 class. When I make: Export --> Java --> Runnable Jar file
, the class EX1 is not one of my options. What can be the reason?
Thanks