Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
605 views

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). On Mac OS, the app runs slow and sluggish when using the 64-bit ...
4
votes
1answer
127 views

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 ...
2
votes
3answers
223 views

JAR Bundler using OSXAdapter causing application to lag or terminate

I've created a simple Java application that each second for for 10 seconds consecutive seconds adds a new row to a JTable. It consists of three classes. The main class that gets called once the ...
2
votes
2answers
83 views

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 ...
2
votes
6answers
214 views

What to do when your ant build process craps on your Version Control

So I've got a nice Java project, build with Ant to a /dist folder. The whole project is under version control, so I can deploy the latest version just by 'svn export' on the path to the dist folder. ...
1
vote
1answer
200 views

Get stdout and stderr from jar tool bundled for OSX

I've created an OSX app using Jar Bundler from Xcode following this howto: http://www.centerkey.com/mac/java/. The tool works fine, is launchable and I stop it from the dock, the problem I'm facing ...
0
votes
1answer
371 views

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 ...
0
votes
3answers
367 views

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 files. In my java program I am using this path. So how to set my folder in "class path ...