Can't find main class in NetBeans 6.9
Asked Answered
E

3

5

Whenever I load NetBeans 6.9 (similar errors happened on previous versions also) then I let NetBeans finish scanning my projects and once it's done I try to run a profile which points to a class with a main method, NetBeans always says the main class is not found, even though it shows up in the list of classes once the error pops up.

If I select the class from the list and hit OK, the same error happens again (main class not found).

If I compile the main class, I still get the same problem.

I think I still get the same issue if I rebuild the entire project. -> when I compile the main project it compiles all projects, even those that are closed. What is going on?

The only way I have found so far to work around this is to close the project and re-open it and wait for the project scan to finish again.

This is incredibly annoying. Is there a fix for this?

Another strange thing I noticed is that my project seems to be building into the wrong JAR file name (though if I do the above step of closing and reopening the project it still works). I have two projects with different names, and even after having closed the other project and restarted NetBeans a lot of times, when I build the first project it uses the JAR file name for the second project that has been closed for a long time.

Evanish answered 21/8, 2010 at 13:16 Comment(2)
Ok i just verified rebuilding doesn't work either. Does anybody have an answer to this issue? It's really annoying. Thanks.Evanish
You can check my answer to this question here: #1951875Septimal
F
12

I fixed a very similar behaviour by deleting NetBeans's cache. Delete the folder User\.netbeans\6.9\var\cache\index\.

Windows 7 and Netbeans 7.2: User\AppData\Local\NetBeans\Cache\7.2\index

Floaty answered 28/4, 2011 at 20:17 Comment(1)
Thank you so much for this answer! I was searching everywhere for how to fix this problem.Romola
I
1

I didn't read the complete question, but try: Right click project > properties > run > browse for main class

Else try making a new project and then copy the scr folder from the old one to the new project.

Intuitionism answered 6/10, 2010 at 15:13 Comment(0)
P
1

For windows 8

Delete this directory C:\Users\Shubham\AppData\Local\NetBeans\Cache

Before doing so close netbeans.

Start Netbeans again and let it read the project.

Test project. Run project. It should work fine.

Proficient answered 31/1, 2014 at 17:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.