You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

<detailed instructions go here once MACOSX_PORT-105 is complete>

A prototype launcher stub is present in the source code at:

http://hg.openjdk.java.net/jdk7u/jdk7u-osx/jdk/file/tip/src/macosx/bundle/JavaAppLauncher/

The Xcode project file in that directory will build a shell .app with the launcher stub and an example Info.plist.

The next steps for this code is to be adapted into the JDK's proper Makefile-driven build system, and to create an artifact in the standard JDK bundle. After that, a script or Ant target which can be driven by and IDE should take that artifact and a application descriptor to create a proper .app.

  • No labels