We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to execute the following script inside of atom but it produces an error.
javac -cp . labs/shapes/Shape.java; java labs/shapes/Shape
I use the configure run options tool and set the following parameters
Command: javac Command Arguments: -cp . {FILE_ACTIVE}
javac
-cp . {FILE_ACTIVE}
And then hit run. This is the resulting output.
javac: invalid flag: -c Usage: javac <options> <source files> use -help for a list of possible options
If I change the Command Arguments parameter to nothing, the same error occurs.
The text was updated successfully, but these errors were encountered:
Should be fixed in #2470. Let me know if it is not.
Sorry, something went wrong.
I have the same issue... what is the solution?
No branches or pull requests
I'm trying to execute the following script inside of atom but it produces an error.
Replication
I use the configure run options tool and set the following parameters
Command:
javac
Command Arguments:
-cp . {FILE_ACTIVE}
And then hit run. This is the resulting output.
If I change the Command Arguments parameter to nothing, the same error occurs.
The text was updated successfully, but these errors were encountered: