I recently installed netbeans on windows 7 x64 and it was working fine till today. The splash screen would show up and saying loading modules then just close.
相关问题
- Step by step instructions for getting cppunit up a
- org.jdesktop.application package doesn't exist
- Don't want netbeans debugger to go to disassem
- Kafka broker shutdown while cleaning up log files
- using rmic in netbeans
相关文章
- Crash reporting in Library module
- Java: Look and Feel
- C++ compiler error in netbeans
- Verify non-Google Play app installs using Play cor
- How to escape @ sign inside JSDoc comments in NetB
- php: auto indent the whole code?
- How to catch all errors for ExoPlayer?
- java.lang.BootstrapMethodError: Exception from cal
It might be that your userdir is corrupted, you can test this by using a clean userdir - see http://wiki.netbeans.org/FaqAlternateUserdir
Did you update your JDK? If so then your JDK might be broken. Try reinstalling the JDK and change the netbeans_jdkhome property in \etc\netbeans.conf
I have also faced this issue, and this solved my problem.
Just deleting the lock file at
worked for me.
I had to delete
I was fed up... It worked though :)