No compiler access
Michael Hall
mik3hall at gmail.com
Wed Oct 26 15:19:13 PDT 2011
On Oct 25, 2011, at 8:25 PM, Michael Hall wrote:
> JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
> The following is line 54
> StandardJavaFileManager fileManager = compiler.getStandardFileManager(null, null, null);
>
> java.lang.NullPointerException
> at org.cmdline.cmds.dojava.main(dojava.java:54)
>
> I assume known to be missing?
Never mind on this one as well.
Appeared to lead to http://java.net/jira/browse/MACOSX_PORT-483, I added myself as a watcher.
I think also tracked down current application bundle concerns to this one http://java.net/jira/browse/MACOSX_PORT-105, I added myself as a watcher.
I'm assuming when resolved http://wikis.sun.com/display/OpenJDK/How+to+embed+a+.jre+bundle+in+your+Mac+app will provide a how-to for setting up a application bundle.
Still somewhat curious about what version of XCode is required for the supplied projects for JavaAppLauncher (and Jobjc? I noticed a XCode project for this as well)
And why does the launcher not appear to include the ApplicationDelegate with the AppleEvent handler related?
But I guess I can get by curious until I know 105 has been resolved.
Thanks anyhow.
More information about the macosx-port-dev
mailing list