Making a Mac double-clickable application in NetBeans
Posted
by skiaddict1
on Stack Overflow
See other posts from Stack Overflow
or by skiaddict1
Published on 2010-04-01T22:00:34Z
Indexed on
2010/04/01
22:03 UTC
Read the original article
Hit count: 249
mac
I have recently moved to a MacBook Pro, which has meant leaving my beloved JBuilder 2005 behind. Since there is no such thing any more (AFAIK) as a free JBuilder, I'm having to choose a new IDE.
I can't live with the code-formatting of Eclipse (yes, I know, it can be customised up the wazoo, but the fact that it will NOT respect my inserted returns means I can't live with it) so I'm seriously considering NetBeans.
However, I can't find any way of getting it to build a double-clickable Mac application! (I used to use XCode for this step, but it seems that XCode no longer wants to know about Java...) I cannot be the first person who's wanted to do this...can anyone help me with advice as to how to go about it?
Grateful thanks in advance
© Stack Overflow or respective owner