imagej / imagej-launcher

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

Creates useless classpath on Windows 10 #42

Open jpsacha opened 8 years ago

jpsacha commented 8 years ago

When a classpath is specified on windows 10, either on command line or in ImageJ.cfg, Launcher converts it to DOS path (short names with ~). That converted path is not recognized by Java (tested with 1.8.0_74 and 1.8.0_92).