|
Quote:
|
|
it's ran by a .Jar file,
|
I assume you mean that you click on and open the .jar file to start the application.
Here's how to get some of what we need:
Open a command prompt
Change directory cd to the folder with the .jar file
Enter: java -jar <jarfilename>
Then copy and paste all of wht is on the screen -> click icon in upper left corner of command prompt window, chose Edit and chose Select all. The window goes white. Again icon, Edit and Copy.
Now paste that here.
Rename the .jar file to .zip and open the file. You will see the contents of the jar/zip file. Open and copy the contents of the manifest file and post it here. Look at the Main-Class: entry in the manifest file. What follows it? That is the name of the class that starts the app. Is that class in the jar file?
Rename the .zip back to .jar