netbeans Questions

5

Solved

I have a subclass of JFrame that uses a class extended from JPanel public class HelloWorld extends JPanel implements KeyListener I add an object of HelloWorld to the frame - app.add(helloWorld);...
Samons asked 14/7, 2012 at 21:1

4

I have a simple method in API, that allows searching objects with JSONPath. As its syntax is pretty much unfamiliar to junior developers, i decided to provide some examples within JSDoc comment. Ye...
Doralin asked 19/4, 2012 at 8:1

13

Solved

I have downloaded a fresh copy of sqldeveloper (sqldeveloper-4.1.3.20.78-no-jre) from the Oracle website. When I unzip it and lauch the GUI, I keep getting the following error message: Warning ...
Rickrack asked 22/4, 2016 at 10:6

6

Solved

I am in the process of creating a Java app and would like to have a bar on the bottom of the app, in which I display a text bar and a status (progress) bar. Only I can't seem to find the control i...
Egalitarian asked 14/6, 2010 at 8:34

5

I work with a Makefile generated by an external tool (Netbeans), where I can not change the logic of the main target, but I am able to "inject" logic in a target that is executed before the actual ...
Fiendish asked 4/11, 2013 at 17:34

6

Solved

This machine has had multiple version of Java JDK installed and multiple version of multiple IDEs (Netbeans, IntelliJ, Eclipse, etc.) Most recently, I have added JDK 15.0.2 and Netbeans 12.2. When ...
Firstclass asked 5/2, 2021 at 17:49

3

I get this error (title of this question), when I am attempting to debug C/C++ programs using gdb with Netbeans IDE. Does anyone know what this means, and how to get rid of the warning? I am able...
Pep asked 27/2, 2010 at 10:2

8

Solved

I'm trying to install Apache NetBeans IDE on my MacOS Big Sur, but it fails at the beginning This is my java -version I tried to edit the .profile or .bash_profile for the java_home as some peopl...
Heaney asked 25/8, 2020 at 0:41

3

I've spent some time to figure out how to configure Netbeans 7.1 to work with Symfony 2 and PHPUnit, but I didn't succeed. When I try to run any test under console, there is no problem. But when ru...
Direct asked 8/1, 2012 at 22:23

23

Solved

I downloaded the Netbeans IDE to code in HTML. When I run my code, chrome is opening and everything is working just fine. I'm getting some sort of error in the Output - Browser Log. Failed to load ...
Sturges asked 26/6, 2015 at 14:34

10

Solved

I have installed Java and am trying to install NetBeans 11.3 on my Windows 10 but after I ran the exe. installer, an error message popped up: An unexpected exception happened in thread main jav...
Nonjuror asked 20/3, 2020 at 8:57

2

Solved

In regular Netbeans project you have a build.xml where I am able to copy the generated JAR file to a different folder(s) using the following: <target name ="-post-jar" > <copy file ="${...
Caseous asked 28/7, 2017 at 16:40

7

Solved

I recently just started toying around with Maven in java. Time comes to test my project, it works fine in the NetBeans window, running the main class found in App.java (com.MyCompany.App), but when...
Midsummer asked 4/9, 2012 at 15:29

11

I have installed NetBeans 8 in /opt folder due to permission reasons. I created a symlink and worked in my local from the morning. Suddenly, now it's not opening. IT does not seem to be crashed but...
Stumpage asked 23/8, 2014 at 15:22

6

Solved

I have been able to change the runtime icon using this example like this getFrame().setIconImage(Toolkit.getDefaultToolkit().getImage(getClass() .getClassLoader().getResource("MyProject/resources/...
Nameplate asked 6/3, 2012 at 19:56

3

I added a resource for a module as follows: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>nbm-maven-plugin</artifactId> <extensions>true</exte...
Overdone asked 5/6, 2015 at 20:47

9

Solved

I'm working with a Maven (jar) Project in Netbeans (Windows), which creates Checkstyle reports with the Maven Checkstyle plugin. No matter what I do, I always get the message: File does not end wi...
Torrietorrin asked 15/6, 2009 at 16:21

9

Solved

Since a few days, navigating the file system with Netbeans is VERY slow (more than two minutes to access a file, and if you have to navigate a file system, it is true every time. I have exactly the...
Detached asked 17/1, 2022 at 9:39

6

I ran into a nasty issue this morning that cost me several hours trying to trace it down. I had inherited some code with two NetBeans projects, A and B. They both build and run successfully; there ...
Whitten asked 6/6, 2013 at 22:36

4

Solved

Requirements: Netbeans with PHPUnit(6.9) EDIT: Same applies, for example, to PHPStorm How to: Exclude lines from code coverage. Exclude code blocks (lines) from code coverage.
Colwell asked 8/7, 2010 at 1:43

2

Solved

I'm trying to send Mail using SMTP on NetBeans when I get the error message: run: Exception in thread "main" java.lang.NoClassDefFoundError: javax/activation/DataSource at SendMail.creat...
Nazarene asked 11/11, 2021 at 14:30

8

Solved

I am using the latest version of NetBeans and I need to increase the font size of output and menus(Not the code part). I tried: netbeans_default_options=".... --fontsize 16" But the IDE doesn't ...
Creosote asked 9/5, 2017 at 9:37

4

Solved

I use Firefox as default browser in my computer. I need to develop the web application(JSP) project in Netbeans 6.5 and everytime I run the project, it run in Firefox. I want to run my web appl...
Scribner asked 13/5, 2009 at 4:46

3

I've created a web application using Netbeans. Before, when I was running the web app via netbeans and tomcat server (which was a zip), all my external files (uploaded files and other helper files ...
Photoperiod asked 4/3, 2012 at 3:26

11

Solved

I have this problem: Netbeans runs and I can create a new project, but if I click on an open project or open a file the programs exit and close. Also when I tried to add the .jar driver to create a...
Tove asked 21/4, 2017 at 15:28

© 2022 - 2025 — McMap. All rights reserved.