i am beginner in java, i am used to VB.
Here is my case:
1. i've made a desktop application using netbeans
2. it contains main.class that launch the myForm.class.
3. it works when run from its project and netbeans
4. then, i made it became a jar file
5. i put the jar file in a specific folder (eg. as same folder as the new-another desktop app. will load the jar). so, how i should load it when run time (using source code)
PS. i attached my original myForm.class