oco
January 17th, 2007, 09:54 AM
i want to run java with some command like that
echo "A" | java
Here, A is the name of the class.
but it gives an error like that
Usage: gij [OPTION] ... CLASS [ARGS] ...
to invoke CLASS.main, or
gij -jar [OPTION] ... JARFILE [ARGS] ...
to execute a jar file
Try `gij --help' for more information.
anybody has any ideas about that??:confused:
echo "A" | java
Here, A is the name of the class.
but it gives an error like that
Usage: gij [OPTION] ... CLASS [ARGS] ...
to invoke CLASS.main, or
gij -jar [OPTION] ... JARFILE [ARGS] ...
to execute a jar file
Try `gij --help' for more information.
anybody has any ideas about that??:confused: