executable-jar
How to run a class from a jar with from command-line with classpath specified
I am trying to run a class from a JAR. This class is NOT the only main class in this jar. Also, it requires number of other jar files, which I have kept in the same directory as this Jar. The commands[详细]
2023-03-02 18:05 分类:问答Jarsigner will not open
Ok I need some help here !! I am working with Windows 7 Home Premium and I have downloaded and installed the jdk6u25x64 and the android sdk. here in lies the problem. I have an app ready to publish an[详细]
2023-03-02 13:37 分类:问答Why does my JAR file execute at CMD, but not on double-click?
So I\'ve been writing a simple 3D GUI application that I intended for users to use simply by double-clicking on the JAR file. I got it working perfectly before putting it into the JAR file, and I got[详细]
2023-03-01 16:25 分类:问答how to check the version of jar file?
I am currently working on a J2ME polish application, just enhancing it. I am finding difficulties to get the exact version of the jar file.[详细]
2023-03-01 09:37 分类:问答how to run same jar file multiple times by forking new child process every time?
i am trying to write a c++ program. the program is required to run some jar files, run every jar file two times.[详细]
2023-02-27 18:25 分类:问答Scala: Creating a small executable Jar relying on external Scala libraries
I\'m trying to package a small application (still learning Scala!) in a \"clean way\". The goal is to have an executable JAR file. I\'ve done the following:[详细]
2023-02-27 07:58 分类:问答make exe from jar using izpack
Hi i make exe from my jar file using izpack but in exe when i install it it shows izpack logo in exe file in top 开发者_StackOverflow中文版left corner so please give me the proper use of izpack Open y[详细]
2023-02-25 12:19 分类:问答How can I compile/package a Java .jar as a Mac OS X command-line tool?
I\'m not a Java programmer, but I often use a Java program someone else wrote, that\'s currently packaged as a .jar file, that I invoke from the Ma开发者_JAVA百科c OS X Terminal as:[详细]
2023-02-22 14:05 分类:问答Is it possible to access a SQLite database file outside of an executable JAR?
I have an application that I deploy as an executable JAR file. Originally, this JAR file would communicate with a MySQL database but recently I have decided I want to go with SQLite instead. However,[详细]
2023-02-20 12:48 分类:问答Why can't I insert or update a SQLite database from an executable JAR file?
I have an application that I deploy as an executable JAR file. Originally, this JAR file would communicate with a MySQL database but recently I have decided I want to go with SQLite instead. However,[详细]
2023-02-20 10:47 分类:问答