imagej / imagej-launcher

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

Whitelist Java options rather than ImageJ options #14

Open ctrueden opened 10 years ago

ctrueden commented 10 years ago

When determining whether an option belongs to Java, or to ImageJ, the current strategy is to pick out the "known ImageJ" options. But with ImageJ2 that list got much more open-ended due to the ConsoleService. So let's invert the logic, and instead pick out the options known to be Java options, and assume the rest are for ImageJ.