command line - What does "java: No match." mean? -


when running java command line:

java -classpath bin:pellet-2.0.0/lib/* com.stuff.myclass argumenttextstuff

i'm getting following reply:

java: no match. 

what's mean? which java points expected file. , if take asterisk out, expected class not found error. google searches aren't fruitful because keep getting stuff matching regexp patterns.

ah... figured out. worked when using bash shell, * treated differently in tcsh shell. switched bash , works. reason described here (per polygenelubricants's suggestion in comments below).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -