Questions tagged [netbeans-11]

A version of the Apache Netbeans IDE which includes support for Java 12 and Gradle. It was released in March, 2019. Use this tag only for questions that specifically relate to version 11.x of NetBeans. Also, when specifying the "netbeans-11" tag, additionally specify the generic "netbeans" tag to attract a wider audience.

110 questions
0
votes
0 answers

Netbeans servlet error recurring despite following instructions online, etc

I recently had to use Netbeans for my class and out of all my classmates, I am the only one with a servlet problem. I will put the codes of my index.html, web.xml, and my servlet class below. In addition, HTTP Status 500 error would always appear…
0
votes
2 answers

Unable to connect MySQL server at localhost 3306 using netbeans 11.3

In the Maven project. When I first set up XAMPP and MySQL work very well. But inside NetBeans I can't connect to the MySQL and can't create a connect to the mysql-connector-java-8.0.20.zip or…
Shan
  • 15
  • 1
  • 8
0
votes
1 answer

Create an .exe file from Java project

So i just finished a small Java program that I've been working on throughout the week and I want to generate an .exe file of it so I can share with my friends. I'm working on Apache Netbeans 11.3 and JDK 8. I can successfully generate the .jar file…
0
votes
0 answers

Web Start in Netbeans11 Ubuntu

I use netbeans 11 with openjdk 11 in Ubuntu 18.04 LTS. I want to run applet program, even though it is deprecated, it is part of my college assignment ☹️ I know that to run applet, you need jdk7/8/older, but previously in Eclipse & IntelliJ I was…
curious_mind
  • 189
  • 1
  • 9
0
votes
1 answer

how to print hebrew charecters in Netbeans's console

I'm using Netbeans IDE 11.0 and I'm tring to print some Hebrew text like this: System.out.println("שלום"); I tried to add "-J-Dfile.encoding=UTF-8" into ../etc/netbeans.conf and I checked project settings and encoding is set to UTF-8 but I'm still…
0
votes
1 answer

WS Import issue in Netbeans while creating Web Service Client Stub

WS Import issue in netbeans when try to create webservice client in maven project using wsdl. --- jaxws-maven-plugin:2.3:wsimport (wsimport-generate-v34.0) @ masterdata-workday --- Processing:…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
0
votes
1 answer

How do I fix "No Main Classes Found" message in Netbeans for JavaFX 11 project?

I have a JavaFX 11 Maven-based project that I created in Netbeans 11.3. Everything was working fine (building and running the project). Last night, after restarting Netbeans, I can no longer run the project. When I attempt to run it, I am presented…
MukRaker
  • 49
  • 12
0
votes
2 answers

How to set up a new PHP project in NetBeans IDE (version 8.2 or 11.3) using WampServer?

I have done the following steps, but still I get the error 'Not Found' (with the description: Not Found The requested URL was not found on this server. Apache/2.4.41 (Win64) PHP/7.3.12 Server at localhost Port 80) in tow different versions of…
Ali Safari
  • 1,535
  • 10
  • 19
0
votes
1 answer

Is there a way to automatically generate a class diagram from existing Java code on Netbeans 11.1?

I've looked in up online and only found the easyUML plugin. However, the latest version is only updated for Netbeans 8.2. Is there any other way for me to automatically generate a class diagram on Netbeans 11.1?
anonymous23
  • 55
  • 2
  • 9
0
votes
1 answer

Possible to use thin, sharp monospaced font in NetBeans 11?

I really liked the default look of the code font that was used in NetBeans 8. See screenshot below. To me it was really sharp and easy to read. In NetBeans 11 though, the font is quite blurry, and it also looks bold even though the style is not set…
foolo
  • 804
  • 12
  • 22
0
votes
0 answers

Netbeans java platform shell problem with Scanner input

I tried this in netbeans 11.2 (tools-->open java platform shell) [1]-> Scanner a=new Scanner(System.in); | a ==> java.util.Scanner[delimiters=\p{javaWhitespace}+][position=0][match valid=fa ... [2]-> System.out.print("give number="); [3]->…
virxen
  • 408
  • 4
  • 12
0
votes
1 answer

Netbeans 11: multiple sources in a Java project

I'm trying to have multiple package hierarchies in multiple locations in a Java project. To explain further: our own software is in the packages com.company.V2.*. I now want to add these external…
0
votes
1 answer

Can't see javadoc information. How do I fix it?

Can't see Javadoc information. "Javadoc not found. Either Javadoc documentation for this item does not exist or you have not added specified Javadoc in the Java Platform Manager or the Library Manager." My Java platform: Javadocs in Java…
KryoZeric
  • 11
  • 2
0
votes
1 answer

NetBeans11.2 - JPA - java.lang.IllegalArgumentException: Object: javaapplication4.Id[ id=5 ] is not a known entity type

I am getting the following exception over and over trying to use JPA in NetBeans 11.2 on MacOS. java.lang.IllegalArgumentException: Object: javaapplication4.Id[ id=5 ] is not a known entity type. at…
0
votes
0 answers

Using Gluon mobile with Netbeans 11.1

Just a really basic question. Have I got the feeling that the plugin has not been updated thin the 8.2, am I Wrong ? Even with a manual download of this version, I can't install it (gradle issue even if gradle is already installed..)
AlbertL
  • 1
  • 2