iZerker Posted January 15, 2016 Share 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. Quote Link to comment Share on other sites More sharing options...
Vilius Posted January 15, 2016 Share Posted January 15, 2016 Well why not show us your build path? Quote Link to comment Share on other sites More sharing options...
iZerker Posted January 15, 2016 Author Share Posted January 15, 2016 On 1/15/2016 at 7:01 PM, Vilius said: Well why not show us your build path? Halp. Quote Link to comment Share on other sites More sharing options...
Vilius Posted January 15, 2016 Share Posted January 15, 2016 On 1/15/2016 at 7:46 PM, iZerker said: Halp.Do you jave the JDK? And can you post a picture of your projects build path as in where your classes are contained Quote Link to comment Share on other sites More sharing options...
Token Posted January 15, 2016 Share 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. Quote Link to comment Share on other sites More sharing options...
Vilius Posted January 15, 2016 Share Posted January 15, 2016 On 1/15/2016 at 8:33 PM, Token said: 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 Quote Link to comment Share on other sites More sharing options...
Token Posted January 15, 2016 Share Posted January 15, 2016 On 1/15/2016 at 8:40 PM, Vilius said: 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. Quote Link to comment Share on other sites More sharing options...
iZerker Posted January 15, 2016 Author Share Posted January 15, 2016 On 1/15/2016 at 8:33 PM, Token said: 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 On 1/15/2016 at 8:45 PM, Token said: 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! Quote Link to comment Share on other sites More sharing options...