executable-jar
Netbeans 6.8 & Glassfish 2.1.1
I am using Netbeans 6.8 with Windows OS 7. I downloaded \"glassfish-installer-v2.1.1-b31g-windows\" executable jar file to my harddrive.I open this jar with Java Platform SE binary by right clicking[详细]
2023-01-14 18:09 分类:问答Java Eclipse executable jar file
I am new to eclipse + Java. I am trying to create executable jar file with eclipse 开发者_如何学Goexport option. It works very well. But in my project, I have almost 10 packages (my own) and 4 main cl[详细]
2023-01-14 09:24 分类:问答Java application runs properly in Eclipse, but not as .jar
I\'m creating a Java app that creates 4 PDF files using iText. On the one that creates a PDF with an image in it, the .jar creates a 0 byte file and does not continue execution. However, when I Right[详细]
2023-01-14 05:01 分类:问答Unable to run JAR file on another PC. Possible issue with Environment Variables?
I\'ve built a JAR file and it executes fine on my PC (XP) which has Eclipse installed. It also works on another PC, which also has Eclipse.[详细]
2023-01-14 00:18 分类:问答Trouble Creating an executable Java Jar file
I have the following Java code. It does what it is meant to do, but I am having problems creating a jar file.[详细]
2023-01-12 06:44 分类:问答Classpath problem: .jar file can access a file from Class-Path in manifest, but not from -cp command line parameter
I have the file foo.jar in this directory structure: +--+- /foo_lib +- Ice.jar ... +-- /swt-linux-gtk -- swt.jar[详细]
2023-01-05 23:37 分类:问答manifest.mf is overwritten by eclipse during jar export
I would like make an executable jar archive with eclipse. So into my project I created file src/META-INF/MANIFEST.MF :[详细]
2023-01-04 01:05 分类:问答Packaging ejb3 swing client
I get the \"java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFac tory\" error while running my packaged ejb3 swing client jar. Here\'s the stack trace.[详细]
2023-01-02 16:19 分类:问答How to add VM options to jar file?
I need to add -Djava.security.policy=myPolicyFile so that my RMI jar would work. Or is there some other开发者_如何转开发 way to make that run?If you\'re wanting to add the -D when someone launches you[详细]
2022-12-31 14:31 分类:问答How do I package up an applet with multiple .jar libraries?
I\'m creating a Java applet from a large scale pre-existing project (Vizster). I am using NetBeans 6.7.1 with JDK 1.5 on Mac OS X.[详细]
2022-12-30 09:11 分类:问答