I'm fairly new to Java and having recently installed the latest JDK I'm having trouble getting files with a .jar extension to run. When I double-click them I simply get an alert noise and nothing more. I have tried jarfix.exe, tried changing the associated program in folder options and even reinstalling Java. Not sure what else to do. Any help greatly appreciated thanks!
|
|
Within your jar/zip file go to the INF\MANIFEST.MF file, there should be a line that looks like
if there is not one, try adding it. |
|||
|
|
Try running from the command line and see what error messages you get.
|
|||||||
|
|
A java jar file is a library file containing compiled java files (with a To run your jar file, you need to install java and, on command-line, type:
where Here (or here) is more information on how to bundle your application (that contains |
||||
|
|
Here are some steps to test/perform, then it should work:
Personally I doubt that the lingpipe library is an executable java archive (but can't test/prove it from my current place). Here is a page that includes a link to command shell examples. I suggest you just look at those pages and follow their instructions. |
|||||
|
