January 15, 201610 yr 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.
January 15, 201610 yr Halp.Do you jave the JDK? And can you post a picture of your projects build path as in where your classes are contained
January 15, 201610 yr 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.
January 15, 201610 yr 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
January 15, 201610 yr 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.
January 15, 201610 yr Author 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!
Create an account or sign in to comment