imagej / imagej-launcher

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

Command-line launcher doesn't process inputs on Windows #11

Open hinerm opened 10 years ago

hinerm commented 10 years ago

When running --update update I'm asked how to proceed with any jars that need to be updated. The options are in the form of 1, 2 etc...

But if I enter a selected option, it fails and kicks me back to a pseudo command prompt, although Fiji is actually still running (and I have to use ctrl + c to kill it and get back to my actual command prompt).

See attached:

badcmdline

ctrueden commented 10 years ago

I just wanted to register my vote for this one as "weirdest bug discovered in the past week" :wink:

dscho commented 10 years ago

I suspect this is a problem that stems from the fact that we call javaw.exe and try to reattach the console, which works only partially.