Jump to content

Running code in EditPlus issues

Go to solution Solved by fizzlesticks,

In EditPlus your command for compiling should have the argument field set to $(FileName) and the initial directory set to $(FileDir)

and in the command for running the file the argument field should be $(FileNameNoExt) and initial directory $(FileDir)

Did you give it a file to compile? 

Try something like

 

javac testFile.java

 

where test file is the code you want to compile.

I am good at computer

Spoiler

Motherboard: Gigabyte G1 sniper 3 | CPU: Intel 3770k @5.1Ghz | RAM: 32Gb G.Skill Ripjaws X @1600Mhz | Graphics card: EVGA 980 Ti SC | HDD: Seagate barracuda 3298534883327.74B + Samsung OEM 5400rpm drive + Seatgate barracude 2TB | PSU: Cougar CMX 1200w | CPU cooler: Custom loop

Link to post
Share on other sites

In EditPlus your command for compiling should have the argument field set to $(FileName) and the initial directory set to $(FileDir)

and in the command for running the file the argument field should be $(FileNameNoExt) and initial directory $(FileDir)

1474412270.2748842

Link to post
Share on other sites

In EditPlus your command for compiling should have the argument field set to $(FileName) and the initial directory set to $(FileDir)

and in the command for running the file the argument field should be $(FileNameNoExt) and initial directory $(FileDir)

Thx, I had something else on the one of argument fields.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×