简体   繁体   中英

Ubuntu 18.04/Netbeans 10.0 Fatal Error: Unable to find package java.lang in classpath or bootclasspath

First, I work on Ubuntu 18.04 with netbeans 10.0 and open JDK 11. When I create a basic new project, alerts directly triggered.

cannot access java.lang
Fatal Error: Unable to find package java.lang in classpath or 
bootclasspath

I tried to uninstall/install netbeans and openJKD 11 but nothing work.

I looked on lots of forums discussions with this kind of problem but nothing work. For information,

xxx:~$java -version

gives

openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+7-Ubuntu-1ubuntu218.04.1)
OpenJDK 64-Bit Server VM (build 11.0.3+7-Ubuntu-1ubuntu218.04.1, mixed mode, sharing)

i don't know what i'm missing, if someone can help me...

You have NetBeans 10 version, but your JDK is version 11 . So try use NetBeans 11 version... or download/install JDK 10 (the same as NetBeans).

Configure the platform, it seems that installers for Ubuntu 18.04 missed the path to Java platform JDK11.

Add a new definition pointing to the right folders.

Platform Name: JDK 11 Platform Folder: /usr/lib/jvm/default-java

Then check the Sources/Source/Binary Format that must be configured to 11.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM