Skip to content
New issue

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

Configuring script: "javac: invalid flag -c" #1106

Closed
andyrichardson opened this issue Oct 15, 2016 · 2 comments
Closed

Configuring script: "javac: invalid flag -c" #1106

andyrichardson opened this issue Oct 15, 2016 · 2 comments

Comments

@andyrichardson
Copy link
Collaborator

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

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.

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.

@aminya
Copy link
Member

aminya commented May 12, 2021

Should be fixed in #2470. Let me know if it is not.

@aminya aminya closed this as completed May 12, 2021
@Patrick-Polgar
Copy link

I have the same issue... what is the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants