executable-jar
failed to load main-class manifest attribute from abc.jar
HI, I have create开发者_如何学Pythond a runnable .jar file using eclipse and compiled it with jdk1.4.2, i am able to run it perfectly on windows but whenever i run it on unix it says \"failed to load[详细]
2023-01-29 01:55 分类:问答Create jar for java RMI application
So, I made a simple java RMI application in Eclipse using the genady plugin. It works fine in this environment but it would be nice if it could be run outside Eclipse too.[详细]
2023-01-25 21:50 分类:问答Building a maven project with external JNI libraries
I\'m developing a program on MacOSx that uses third party jar files that all use JNI to call C functions.[详细]
2023-01-25 08:31 分类:问答Arguments ignored in Java Jar
I\'m running the following code on Ubuntu 10.10, using OpenJDK 1.6.0_18: package mypkg; public class MyTest {[详细]
2023-01-25 07:26 分类:问答Integrating .jar in a flash project
I must integrate a .jar file into a flash project. The project is like this: There\'ll be a flash video player for a Web Browser with Play, Pause, Stop commands. I must use voice commands 开发者_如何[详细]
2023-01-22 10:13 分类:问答.jar working in command line but NOT in windows explorer
I have an SWT application that I\'m trying to create a runnable .jar for; unfortunately, I cannot seem to run it fr开发者_开发问答om Windows Explorer, as I get an error from the Java Virtual Machine L[详细]
2023-01-21 07:06 分类:问答Compile a jruby on rails application to a jar?
Is there开发者_StackOverflow中文版 a quick way to pack a jruby on rails application into a jar?[详细]
2023-01-17 07:49 分类:问答Executable Jar with depedencies
I\'m trying to build an executable jar from the command line (I don\'t want to use ant or OneJar ) . Here is the content of my file.jar:[详细]
2023-01-16 17:57 分类:问答How do I include external JARs in my own Project JAR
I have a Java application and created a JAR file and depl开发者_StackOverflow中文版oyed it. The App uses external JARs such as the Log4J JAR.When creating my JAR file, how do I include all external[详细]
2023-01-16 05:37 分类:问答Problem with my Bash script
He all, i have a problem with my bash script. That\'s my code: #!/bin/bash java -jar my_app.jar echo \"The present working directory is `pwd`\"[详细]
2023-01-15 04:45 分类:问答