-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
UC command does not work on Windows bash
It Give Error
Usage: java [options] [args...]
(to execute a class)
or java [options] -jar [args...]
(to execute a jar file)
or java [options] -m [/] [args...]
java [options] --module [/] [args...]
(to execute the main class in a module)
or java [options] [args]
(to execute a source-file program)
Arguments following the main class, source file, -jar ,
-m or --module / are passed as the arguments to
main class.
Solution
In UC to remove Eval from UC script
eval
replace with
it work in windows bash
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working