A version of the Apache Netbeans IDE which includes support for Java 11 and PHP. It was released in December, 2018. Use this tag only for questions that specifically relate to version 10.x of NetBeans. Also, when specifying the "netbeans-10" tag, additionally specify the generic "netbeans" tag to attract a wider audience.
Questions tagged [netbeans-10]
30 questions
10
votes
4 answers
Getting error while creating JavaFX11 application in Apache Netbeans 10
i am new to java fx and i have downloaded Apache Netbeans 9 which runs on java 11.
since java fx is shipped separately, i have downloaded openjfx-11.0.1_SDK and followed steps in this link https://openjfx.io/openjfx-docs/#install-javafx
when i try…

pappu_kutty
- 2,378
- 8
- 49
- 93
9
votes
4 answers
NetBeans 10 JUnit Jar not found
I have a new installation of NetBeans 10. Trying to run some initial unit tests I just created, I get the following error:
The or for must include junit.jar if not in Ant's own classpath
I could probably hack the…

markspace
- 10,621
- 3
- 25
- 39
6
votes
2 answers
How to create Web Application in Apache Netbeans 10?
Just I've downloaded Netbeans 10. While creating new project, I'm not getting option 'Web Application'.
How to do it?
Is there GUI design builder for web applications in Apache Netbeans 10?

अक्षय परूळेकर
- 314
- 4
- 16
5
votes
0 answers
How to reset text zoom in NetBeans?
This question and its answer explain how to zoom in and out on text in NetBeans, namely Alt + mouse wheel. But after you have zoomed in or out with the mouse wheel, how do you reset the zoom to the default setting? Restarting NetBeans resets it, but…

Gary Sheppard
- 4,764
- 3
- 25
- 35
4
votes
2 answers
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…

Romain CAILLIERE
- 75
- 1
- 1
- 8
3
votes
1 answer
How to start JavaFX 11 application outside IDE?
I downloaded:
- OpenJDK 11.0.2
- JavaFX SDK 11.0.2
Both files are extracted to path C:/Program Files/Java/
OS: Windows 10
IDE: NetBeans 10.0
Paths:
JAVA_HOME = C:/Program Files/Java/jdk-11.0.2
PATH_TO_FX = C:/Program…

John
- 49
- 1
- 9
3
votes
0 answers
NetBeans 10 External Execution Base API issue
I have Apache NetBeans IDE 10. When I try to install the nbscala plugins for Scala, I get an issue:
Some plugins require plugin External Execution Base API to be installed
How do I fix the issue?
The solutions for NetBeans 8.2 don't work.
Product…

Boris
- 22,667
- 16
- 50
- 71
2
votes
0 answers
Fatal Error: Unable to find package java.lang in classpath or bootclasspath
Anyone who know why this is happening. I installed Netbeans on ubuntu 18.04 but when I create application it shows the errors as shown in the picture below
Netbeans cannot read Java packages

Baguma
- 173
- 1
- 2
- 15
2
votes
1 answer
Netbeans 9.0/10.0 "Bind" option in right click menu missing
I am very new with netbeans. I was following an introduction course which shows how to Bind jLabel to a jslidebar.
The course shows netbeans 7 and I found similar samples with 8.x.
Steps
Add jslidebar to a form.
Add jLabel
Right click on jLabel…

serlab
- 21
- 2
2
votes
3 answers
Apache Netbeans 10 CVS plugin not available?
i finally upgraded to Apache Netbeans 10 (from 8.2) and wanted to install the CVS plugin as usual using the menus Tools->Plugins->Available Plugins
However, i cannot seem to find/access the plugin. In Settings i activated the Netbeans 8.2 Plugin…

ptstone
- 478
- 7
- 17
2
votes
0 answers
Setting up JavaFX with JDK 11 and Netbeans 10.0
So I'm implementing a Google Maps API and in order to do so I must update my JDK platform. I am currently using NetBeans 10.0 and have got all the appropriate downloads. However it is not connecting with the JavaFX platform. I already have created a…

Franklin Memet
- 91
- 1
- 8
1
vote
0 answers
NetBeans unable to find package java.lang
Just installed NetBeans and created a new void project with the create Main class checkbox checked, and a second after creating the project I get this error:
cannot access java.lang Fatal Error: unable to find package java.lang in classpath or…

Francesco
- 31
- 1
- 8
1
vote
0 answers
Problem in running java code in netbeans ide
I am using netbeans ide 10.0
I am not able to run even a single code.
please help
i have tried to change java version
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools |…

Vaishali Gojra
- 69
- 1
- 10
1
vote
0 answers
NetBeans 10 Blurry when JDK 11 is Installed?
When I originally installed Apache NetBeans 10 I was using JDK 8 (1.8.0_201) and the GUI looked fine.
Loading Menu fine with JDK 8
IDE fine with JDK 8
I got NetBeans 10 for the purpose of working with Java 11, however after installing JDK 11…

Danjo
- 103
- 1
- 1
- 5
1
vote
1 answer
not able to run new codeNameOne project createdd by the IDE
I have created a new CodeNameOne Project with netbans 10.0 and i am not able to run it
Output :
/home/autonome/NetBeansProjects/javaWorkSpace/CodenameOne7/build.xml:17: taskdef A class needed by class com.codename1.build.client.GenerateGuiSources…

ayoub mlaouah
- 454
- 5
- 13