executable-jar
Exception in thread "main" java.lang.NoSuchMethodError: java.lang.Character.isAlphabetic(I)Z
I\'m trying to run a .jar that runs fine on my own computer but gives the following exception on someone else\'s.[详细]
2023-04-01 01:43 分类:问答Trying to get a properties file from a jar file in another jar file
I have an executable jar file (A.jar), built with Eclipse, that relies on other jar files (B.jar) that are included in the jar file, and accessed via the jarinjarloader.While this works to access the[详细]
2023-03-26 20:58 分类:问答Executable JAR on Ubuntu (NetBeans)
I\'m writing a simple Swing application in NetBeans and doing so on an Ubuntu machine for the first time.[详细]
2023-03-25 04:43 分类:问答How to execute jar with command line arguments [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Passing arguments to JAR which is required by Java Interpreter[详细]
2023-03-22 04:03 分类:问答embedding preferred encoding instruction into a java program
my problem continues from here utf-8 as output.Currently i am using: PrintWriter bout = new java.io.PrintWriter(filename,\"UTF-8\");[详细]
2023-03-21 01:25 分类:问答Cannot run Java project configured to use Jython from a JAR
开发者_运维知识库I have a Java project that makes use of the Jython library. I can build the code and execute it fine either in Eclipse or from the command line, however, when I package the project in[详细]
2023-03-18 05:26 分类:问答How to protect my jar resource from extraction?
I want distribute my *.jar file. I mean my application to be us开发者_StackOverflow社区e but i don\'t want user or anybody extract my resource(sound, pic, and others).[详细]
2023-03-18 01:05 分类:问答Java error using JARs, java.lang.NoClassDefFoundError: javax/mail/Store
I\'m making a java application that uses Javamail, and it works great when I compile it. I want to make it into a jar file so it can be easily moved around and executed. The problem is I am getting th[详细]
2023-03-15 01:27 分类:问答Why doesn't a runnable JAR exported from Eclipse work?
I have a project which runs fine from within Eclipse. But when I export it to a runnable JAR with dependencies packed into it it won\'t run.[详细]
2023-03-13 05:25 分类:问答How can I convert a signed jar file to an .exe file and keep it signed?
I have created a JAR file 开发者_C百科and I\'ve signed it using keytool & jarsigner and then I generated a .exe file, but the .exe does not keep the information of the certificate[详细]
2023-03-11 19:19 分类:问答