iZerker Posted January 15, 2016 Posted January 15, 2016 I'm trying to compile my first script and I keep getting this error, i've searcched the web already for solutions but haven't found any. Maybe someone here could help me out? I know it has to do with the build path.
iZerker Posted January 15, 2016 Author Posted January 15, 2016 Well why not show us your build path? Halp.
Vilius Posted January 15, 2016 Posted January 15, 2016 Halp.Do you jave the JDK? And can you post a picture of your projects build path as in where your classes are contained
Token Posted January 15, 2016 Posted January 15, 2016 This kind of error is usually generated by setting an incorrect path to your project/compiler/resources or anything else required in the compiling process. One common cause may be moving the project after creation/import or changing your workspace. Create a new project, copy packages and classes to that one and try to compile it.
Vilius Posted January 15, 2016 Posted January 15, 2016 This kind of error is usually generated by setting an incorrect path to your project/compiler/resources or anything else required in the compiling process. One common cause may be moving the project after creation/import or changing your workspace. Create a new project, copy packages and classes to that one and try to compile it. Interesting, that might work. Tbh I have never encountered this problem
Token Posted January 15, 2016 Posted January 15, 2016 Interesting, that might work. Tbh I have never encountered this problem I had it quite often when working in Python. Even exporting the project itself to an external drive might cause this.
iZerker Posted January 15, 2016 Author Posted January 15, 2016 This kind of error is usually generated by setting an incorrect path to your project/compiler/resources or anything else required in the compiling process. One common cause may be moving the project after creation/import or changing your workspace. Create a new project, copy packages and classes to that one and try to compile it. Okay i'll try this I had it quite often when working in Python. Even exporting the project itself to an external drive might cause this. It compiled, thank you!