Atom-script: javac: file not found

Created on 21 Feb 2016  路  5Comments  路  Source: atom-community/atom-script

Happens with all java files, manually using cmd works

Most helpful comment

@JohnnyUrosevic try specify current working directory in "Run Options"

All 5 comments

@JohnnyUrosevic I had a same problem if you are win user then set javac path in your PATH variable, It worked for me.

@JohnnyUrosevic try specify current working directory in "Run Options"

@JohnnyUrosevic same problem happen

1) set javac path in your PATH
or
2) close file and reopen using atom ide

You need to add the java bin directory into your environment path. Something like https://stackoverflow.com/questions/9612941/how-to-set-java-environment-path-in-ubuntu.

Google "Add java path {YOUR OS} "

_Originally posted by @hyobyun in https://github.com/atom-community/atom-script/issues/1809#issuecomment-463668785_

Was this page helpful?
0 / 5 - 0 ratings

Related issues

STRAYKR picture STRAYKR  路  7Comments

stwykd picture stwykd  路  6Comments

ld000 picture ld000  路  6Comments

mblarsen picture mblarsen  路  6Comments

chenkangcrack picture chenkangcrack  路  5Comments