I am a complete rookie at programming, and I've installed NotePad++ on my laptop so I can practise writing scripts outside of uni. I've also installed JDK v 1.6.0 (Java Development Kit), JRE and JDK Documentation onto my laptop.
My problem is that when I try to compile my program in NotePad++ (before I run the application), I get an error saying
CreateProcess() failed with error code 2:
The system cannot find the file specified.
I don't know how to fix this, or where to begin to try and fix it, so any help on this would be awesome!
My problem is that when I try to compile my program in NotePad++ (before I run the application), I get an error saying
CreateProcess() failed with error code 2:
The system cannot find the file specified.
I don't know how to fix this, or where to begin to try and fix it, so any help on this would be awesome!
Comment