PDA

View Full Version : Command line auto complete java problem.



maxim.
April 8th, 2009, 07:56 PM
Hi!

When I want to run a java program in the command line and hit tab (auto complete), it changes the command more than I want it to.

If I for instance want to run start.class , I go to the right folder and type


java sta

and when hit tab, I get:


java 1\:..start

And that doesn't work.. "java start" does work though..

maxim.
May 10th, 2009, 07:36 PM
The auto completion worked in 9.04 :-)