Jasonbot macrumors 68020 Original poster Aug 15, 2006 2,467 0 The Rainbow Nation RSA Oct 19, 2006 #1 How can I easily convert my simple .jar (only JOptionPane's no custom gui) to a .app/.exe? Also: How do I make java GUI's in xcode?
How can I easily convert my simple .jar (only JOptionPane's no custom gui) to a .app/.exe? Also: How do I make java GUI's in xcode?
C cbougher macrumors member Oct 19, 2006 34 0 Atlanta, GA Oct 19, 2006 #2 You can use the jar bundler to create a .app from your .jar file. I don't have my mac with me but I think it is in the Developer->Java folder.
You can use the jar bundler to create a .app from your .jar file. I don't have my mac with me but I think it is in the Developer->Java folder.
S szymczyk macrumors regular Mar 5, 2006 188 17 Oct 19, 2006 #3 nib4j lets you create Java Swing user interfaces with Interface Builder. It is free for non-commercial use.
nib4j lets you create Java Swing user interfaces with Interface Builder. It is free for non-commercial use.