I was in the middle of coding a project in Netbeans v8.2 and all of a sudden it closed down. When I re-opened it I seen the attached screen.I can't open any projects even though I can see them there, and most options are now greyed out. PLEASE anyone help. I run MAC OS. Please can someone tell me how on earth I revert back to an old version?
相关问题
- Step by step instructions for getting cppunit up a
- org.jdesktop.application package doesn't exist
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- ImportError: No module named twisted.persisted.sty
- How can I vertically align my status bar item text
- The JavaEE 8 Tutorial, deploy failed on hello1 pro
You don't need to revert back to an old version of NetBeans. Your screenshot shows that NetBeans is incorrectly configured to use Java 11.0.1, but your version of NetBeans (8.2) does not support any version of Java greater than 1.8.
To resolve the issue you must reconfigure NetBeans 8.2 to use JDK 1.8:
The line may be commented out with a leading #. If so, uncomment the line by removing that leading # symbol. Then set the value of that property to specify the actual path to your installed version of JDK 1.8 so that the line looks similar to this:
Save your changes and start NetBeans.
If you still have problems, one further thing you could try is to delete your user directory and cache directory:
If you still have problems after doing all that then update your post with:
One related point regarding NetBeans support for different JDK versions: