Sun Java 1.6.0_21 Not Detected By Eclipse
July 30th, 2010
A quick-fix to get Eclipse running again after an automatic update makes the Sun JVM again undetectable.
The Mac has some nice tools to turn your jar file into a first class Mac application. This is most useful if the application has a GUI interface; Swing, SWT, etc. There are three parts to this process:
Some applications referenced below may not be installed on your Mac by default. If not, you can either install them from your distribution or download them.
I assume you already know how to do step one so we’ll move on to step two.
Find an icon you like for your application. A little Googling will produce a variety of free icons. The png file format will work for you. Be sure to follow any licensing restrictions that apply to your icon and do the following:
Finally, build your application bundle:
Now you have an application bundle file you can just drop in your /Applications directory to install.
Insert bio here