2
I am developing a desktop application using netbeans. I spent a few months without touching the project, and when I open it again I get the message that the org package does not exist. I’ve already deleted the Netbeans Cache folder, updated, updated the java, and nothing. Someone can help me?
After restarting the IDE the problem continues. Interestingly, the error is only in the main class, in the other classes there is no error. Will need to redo all this class from 0 using relative layout?
Which org package? Add eerro exactly as it appears to you in the question.
– user28595
Which JDK version of your project?
– user28595
is in version jdk1.8.0_65
– Carlos Diego
Check if you added the lib below correctly, see if it is in the correct project classpath. It was not for the error is happening after adding it, the class quoted is in the lib that I indicated for addition.
– user28595
Mano the classpathda library is empty, has nothing.. while others have the directory. Iai?
– Carlos Diego
Adds the lib of the answer. The error will disappear only when lib is added in the classpath. Look at the properties of your project, the procedure is similar to the answer.
– user28595
I solved as follows: I downloaded the library classpath here: http://www.docjar.com/jar/AbsoluteLayout.jar. and imported it to my library Absolutelayout. You’re in good shape now.
– Carlos Diego
Good then :) But it’s very strange that the netbeans lib is the same one you downloaded the part from there. I even simulated the problem here by removing the lib, the project made the same mistakes as yours, then added and went back to normal. Try reinstalling your netbeans or downloading the latest version(8.1) to avoid this issue in the future.
– user28595
I had already installed the latest version to try to solve and nothing.. the only way was this kk
– Carlos Diego