jarbundler
How do I pass a file as argument to my Java application created using JAR Bundler?
I would like to associate a specific file type with my application, so when I double-click one of the files of this specific type, my application opens. This works just fine, but the file I double-cli[详细]
2023-04-06 12:22 分类:问答Installing and Running Java application on Macs
I have a java desktop application for which I am trying to create a Mac application package. The application is composed of two runnable jar files and several folders of text and images. The first jar[详细]
2023-03-23 20:05 分类:问答JarBundler on PC
I\'m using the JarBund开发者_JS百科ler ANT Task to create a .app for a client. It\'s possible to use it on PC, it requires the JavaApplicationStub from a mac. Is there anyway I can get this on a PC? I[详细]
2023-01-31 07:32 分类:问答JarBundler ant task build (OS X) which does not start in mac's /Application folder - permission denied
I have used the jarbundler ant task to create an OSX (10.6.4) XXX.app for my java app. The problem is that it starts fine in any other directory except the /Applications directory. A look at file perm[详细]
2023-01-12 13:47 分类:问答64-bit Java VM runs app 10x slower
I have a Java app which is packaged up using JarBundler.The app is fairly CPU intensive (lots of big Collection.sort() calls).[详细]
2022-12-13 05:35 分类:问答How to set a folder as classpath in jarbundler
Hi using jar bundler of Mac 10.5.7. I can set any file as classpath. I have a folder which contains some database file开发者_JAVA技巧s. In my java program I am using this path. So how to set my folder[详细]
2022-12-10 15:04 分类:问答