imagej / imagej-launcher

The ImageJ native launcher
https://imagej.net/learn/launcher
BSD 2-Clause "Simplified" License
21 stars 23 forks source link

Make Launcher use bundled java on OSX #35

Closed hinerm closed 8 years ago

hinerm commented 8 years ago

The launcher has special logic on OSX for how it starts up ImageJ.

It's possible all that we need to do is update how the set_path_to_apple_JVM method works? But it could also be something in the start_ij_macosx method.

If necessary we may need to restructure the macosx Java-8 bundle as well.

hinerm commented 8 years ago

@ctrueden fyi

hinerm commented 8 years ago

see https://github.com/imagej/imagej-launcher/pull/36