About 379,000 results
Open links in new tab
  1. java - Viewing contents of a .jar file - Stack Overflow

    Nov 26, 2008 · Jar file is moved to "Referenced Libraries" node, where it can be opened and navigated in the Project Explorer pane. If seeing source code too is an issue, open a new …

  2. java - Running JAR file on Windows - Stack Overflow

    79 If you need to distribute your .jar file and make it runnable at other people's Windows computers, you can make a simple .bat file like this in the command prompt: java -jar …

  3. java - How to run a JAR file - Stack Overflow

    Dec 4, 2016 · If you don`t want to create a manifest just to run the jar file, you can reference the main-class directly from the command line when you run the jar file. java -jar Predit.jar …

  4. How to open/run .jar file (double-click not working)?

    33 I can't open or run my .jar file. I just installed java, but I tried to open the .jar with other programs first, so the double-click defaults to something else and I can't change it back. java …

  5. How to run .jar file by double click on Windows 7 64-bit?

    Running a .jar file in a command line works fine, but i am not able to run any .jar file by double clicking on my Windows 7 (64). It seems nothing happens after the double click. I tried the ftype...

  6. java - How to Open JAR Files in Windows 7 - Stack Overflow

    C:\Program Files\Java\jre6\ C:\Program Files (x86)\Java\jre7\ My questions: Which folders are obsolete and can be deleted? How do I make it so that when I double-click on a .JAR …

  7. How to view the source code inside a JAR file? - Stack Overflow

    Jun 30, 2012 · 2 Opening JAR files works with any software that supports the .ZIP file format, like WinRAR. But if you want to access the source code, it gets a little tricky as in a JAR file, the …

  8. java - Extract source code from .jar file - Stack Overflow

    Feb 24, 2011 · @caffinatedmonkey it does extract source code when the jar contains java files, e.g. jars with names typically ending in "-sources". It indeed does only extract .class files when …

  9. How to open a .jar file by default on windows 10 64 bit

    Aug 28, 2019 · 0 quoting How to open a jar file page Once you have your jre installed and running on wiirndows Right-click the file and select Open With. In the Open With window, click the …

  10. java - How to import a jar in Eclipse? - Stack Overflow

    Jul 19, 2010 · 206 Adding external Jar is not smart in case you want to change the project location in filesystem. The best way is to add the jar to build path so your project will compile if …