Tagged Questions

7
votes
6answers
17k views

Eclipse Java; export jar, include referenced libraries, without fatjar

I need to export jar from my Eclipse Java project and I want to include the referenced libraries. I can't use fatjar for this, which is what everyone seems to recommend. There must be another way of ...
1
vote
6answers
95 views

Exporting a program in Eclipse that works for people not familiar with Java programming

I made a little minesweeper game and I want to send it to a friend so he can test it out. The problem(probably) is that he isn't able to run it because he doesn't have Java for programmers(JDK) ...
1
vote
2answers
368 views

Execution fails via java -jar while the same code runs fine through eclipse

I have been working on packing a project lately but it has turned into a nightmare. So here's the problem in a nutshell. I have a project that I'd like to have as a jar file, and eventually use it as ...
0
votes
0answers
26 views

Eclipse: Export packaged runnable jar while excluding other library jars?

While exporting the project to a single runnable jar with all classpath libraries packaged into it, one jar library in particular which uses depends on native libraries, does not work properly. I ...
0
votes
2answers
441 views

How can i make code formatting in netbeans and eclipse equal

How can i make code formatting standards equal in netbeans and eclipse equal. Also is ther is any way that i use eclipse code formatter in netbeans as for netbeans does not format javadocs comments ...