I have a application and i want to make it a clickable .jar file.
I assume all the classes related to the application object will be in the .jar file.
Now my path to the .java file is this
c:\\java\\PhantomYard\src\main.java
so the 1st line in my code is this
package PhantomYard;
Now I am using NetBeans software.
I can grab the software out of the \dist folder and use it there or move it to another drive location and use it fine. I have sent it to someone expericenced with
java and he can use it. 3 others that are less expericenced with java say when they try it it gives them a error that it can't find the Main-Class.
Thanks in advance
roba