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 not able to run java code in atom editor even though "script" package is installed.
" java - Work.java:7 Error: Could not find or load main class .home.hrishi99.Work [Finished in 2.384s] "
I'm getting this error.
Linix machine
The text was updated successfully, but these errors were encountered:
You need to set up the package.
if your folder looks like: dev/work/test.java
then you should add to your file: package work;
package work;
Sorry, something went wrong.
Should be fixed in #2470. Let me know if it is not.
No branches or pull requests
I'm not able to run java code in atom editor even though "script" package is installed.
I'm getting this error.
Linix machine
The text was updated successfully, but these errors were encountered: