Questions tagged [netbeans-10]

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.

30 questions
1
vote
0 answers

Netbeans - run bash script before running the program?

might be a stupid question, but I've just started using Netbeans 10 for a C++ project. When I run/debug the project, I'd need to first execute a bash script which sets up the environment, and then execute the binary (including an argument to be…
Bogey
  • 4,926
  • 4
  • 32
  • 57
1
vote
0 answers

NetBeans 10 with GlassFish 5 is terribly slow - EAR Application

I aim to build an EAR Application on Netbeans 10. Even though the EAR is just a empty application at moment with just a default page of "index.html". But running the application is terribly painful and slow. It took over 45mins for the html contents…
Singam
  • 443
  • 3
  • 12
1
vote
1 answer

What is wrong with my layer.xml from netbeans?

I try to create a new palette in netbeans 10, but the following 2 errors don't allow me to compile the project: Document root element "folder", must match DOCTYPE root "JavaPalette". [3] The markup in the document following the root element must be…
Roman
  • 191
  • 12
1
vote
1 answer

How to stop Javadoc from using fully qualified name?

I'm using the Javadoc tool to document some code, and the results uses fully qualified names for system classes, such as java.lang.String. Is there a way to stop that specifically for classes in the java.* and javax.* heirarchy? For example, a…
markspace
  • 10,621
  • 3
  • 25
  • 39
1
vote
1 answer

Make the new JDK 11 java.net.http package visible in Netbeans 10

After opening an existing Netbeans 8 project in Apache Netbeans 10, and setting the Java version to the newest JDK 11, Netbeans is still unable to resolve references to the new java.net.http package which includes improved HTTP handling with classes…
Bobulous
  • 12,967
  • 4
  • 37
  • 68
0
votes
2 answers

Weblogic Error - Could not initialize class weblogic.jndi.Environment

When I try to debug a WebApp configured to run with Oracle Weblogic Server from NetBeans 10, I always get the following error: There's not even complicated steps, I just open my project and then right-click / Debug. java.lang.NoClassDefFoundError:…
luiscla27
  • 4,956
  • 37
  • 49
0
votes
1 answer

Apache netbeans IDE 10.0 installed with JEE Support but annotations still as error

I have installed Apache Netbeans IDE 10.0 on Linux Mint, and followed this recommendation to activate JEE support ( https://superuser.com/questions/1404517/how-to-enable-java-ee-in-apache-netbeans-ide-10 ). I have restarted Netbeans and JEE…
Yago
  • 319
  • 1
  • 3
  • 18
0
votes
2 answers

Overlap Components When Using ComponentResizer

I want to make my jTable expandable while floating/overlay when dragging it using ComponentResizer class. I'm using ComponentResizer class from Rob Camick. Currently as below after dragging the table: I tried change my layout to null but the…
Nurul
  • 13
  • 7
0
votes
0 answers

How to calculate energy consumption (joules) of java code in Windows 10

i write a code in netbeans and want to find the how much energy consumed when i run this code but i don't know how to calculate i searched jRAPL tool but its only useful in linux environment. i don't want tools to calculate energy consumption i…
0
votes
1 answer

NetBeans 10: missing external libraries in dist/lib

I used to work with NetBeans 8 and when I used to "clean and build" my project, NetBeans used to put MyProject.jar in the directory dist/, and ALL the external libraries and projects in dist/lib/. But recently, I've installed NetBeans 10 and after a…
FiReTiTi
  • 5,597
  • 12
  • 30
  • 58
0
votes
1 answer

How to install Netbeans 10 on Windows 10

I just noticed that NetBeans 10 was released on december 2018. However, I can't figure out how to install it on windows. Is it even compatible for windows 10?
Black
  • 18,150
  • 39
  • 158
  • 271
0
votes
1 answer

Disable multi-coloured braces in Netbeans 10.0

I have multi-coloured braces in Netbeans 10.0 and can't find a way of disabling them. They basically change colour for each nested level. I am aware of a plugin call Rainbow Braces but I don't seem to have it installed and I have the colour set to…
PumpkinBreath
  • 831
  • 1
  • 9
  • 22
0
votes
0 answers

JavaFX, Apache NetBeans 10, no class visible

I want to create a cool app in JavaFX. When I installed NetBeans IDE and did all stuff around, I'm not able to run project, because there is no visible (available Java class). Create project: Make sure that Create application class check box is…
0
votes
1 answer

Netbeans 10 doesn't run html pages in the browsers

I have Apache netbeans 10 on Ubuntu 18.04 64 bit. I created a simple html5/javascript project but when I run it in the notification area I have the error: Cannot run /usr/bin/google-chrome I have already manually installed chrome netbeans extension…
Nick
  • 1,439
  • 2
  • 15
  • 28
-3
votes
1 answer

mysql-connector-java-5.1.47.jar library does not work in the .jar file

I have created a java application that connects to a mysql database. I imported the libraries as a request from the ide netbenas 10 and trying it works. But when I export the application in jar format, when I go to run it the connection to the DB no…
1
2