NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.

learn more… | top users | synonyms

0
votes
0answers
2 views

How do I make NetBeans Module reference an external jar in place without copying it to the project folder?

I'm building a NetBeans Platform Application (RCP) and reference a number of external jars including JFreeChart. NetBeans copies the jars from my library folder (where I store jars for use in all my ...
-1
votes
0answers
7 views

Perst Lite in netbeans

Hi I want to make a MIDP application and want to use a database Perst Lite, the IDE I'm using is netbeans and I have already downloaded the package Perst this on your page with the required ...
0
votes
1answer
29 views

“Cannot find symbol” of variable passed through method [closed]

Why am I getting an error when referencing a variable that is being passed through the constructor? Here is the complete Customer.java class: import java.sql.ResultSet; import ...
0
votes
0answers
18 views

Simple Key Listener does not work NetBeans

i am using NetBeans to build my application. All my mouse listeners are works great, but key listener does not listening at all. private void viewport1KeyPressed(java.awt.event.KeyEvent evt) { ...
0
votes
0answers
21 views

Connect to sql server from java with jdbc(windows authentication mode)

I need to connect to Sql Server 2008 from java using jdbc 4.0. I have a very simple code: Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); String connectionUrl = ...
0
votes
1answer
45 views

C/C++ compiling different parts of the program with different compilers

I'm writing a program in C++ that requires a call to a subroutine written in an open source C program. The C file is called shd.c. (There is no header file for shd in the program). The C program by ...
-1
votes
4answers
43 views

Send parameters from JSP to Servlet using POST

I am building a simple web app and attempting to create a login page. The page consists of a JSP with a form which loads a Servlet. I have got the form working using the GET method: JSP looks like ...
0
votes
0answers
16 views

Code is Working Properly in NetBeans but not in Eclipse

I have tried the following jsp file in both IDEs. It is working good in NetBeans, but it is not working in Eclipse. The program is to get the time from a NTP server. Code is as follows <%-- ...
0
votes
0answers
16 views

How to run Netbeans makefile on terminal

I am trying to run the netbeans makefile via my terminal of one of my C++ project While executing Make , I receive the following errors: ... /bin/sh: 1: -o: not found make[1]: *** ...
0
votes
0answers
13 views

Missing (obvious) buttons for Git in Netbeans

As I can see, newest stable version (NetBeans IDE 7.3 (Build 201302132200)) offers only four toolbar buttons for Git. Operations (obvious and most often used?) like Push or Pull are currently only ...
1
vote
1answer
18 views

Unable to setup JavaFx platform in Netbeans

I am using JDK 8 Early access (Build 90) with Netbeans 7.3 in windows but while enabling JavaFx in Java platform it says JavaFx platform is not correctly defined. I tried to give the jre8 path but ...
1
vote
0answers
25 views

How to deploy two projects with NetBeans that use the same deployed JRE?

I have two Java projects in Net Beans IDE 7.3. One is a JavaFX GUI admin console that I've built and deployed ("admin.java"); which contains the minimized JRE and installs via a single .exe file. ...
-2
votes
1answer
35 views

Java Beginner Help Virtual Methods [closed]

I am a student in an OOP class, this is the first time I have ever actually worked with coding in Java and my head is spinning a bit. My project is incomplete but only because I cannot seem to find ...
1
vote
0answers
35 views

JavaFX self contained application - Preferences API not working

I've created a JavaFX application and deployed it as a self-contained app. The problem is that it is not being abble to write any file and not able to use the Preferences API. The self-cointained is ...
0
votes
1answer
34 views

variable seems to be uninitialized but it is showing that exist

new to php here :) So the problem is that I want to write data from table to view page but it's show warning that variable is not initialized... ( in table News there is column Type and Date ) ...
-1
votes
0answers
23 views

executable web service?

I have a web service project written in java. I see that insted of getting an executable jar file i am getting a "war" file insted. Is it possible to run the web service like an executalbe jar file? ...
0
votes
0answers
30 views

link to boost:asio in windows 7, NetBeans

i'm trying to build a test case async_tcp_echo_server.cpp in NetBeans, but I did not go. Code: http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp My ...
0
votes
0answers
18 views

Master/Detail form + JComboBox

Unfortunately I am stuck on something that should be trivially easy. I created a master/detail sample form with netbeans. The wizard created the detail lines as text fields. But I need one of them ...
0
votes
1answer
19 views

cygwin1 dll when opening exe

I created a program using C++ with netbeans on my computer. I would like the exe file to open somewhere else. It opens all fine on my computer, but i tested it on a computer in school without netbeans ...
0
votes
0answers
16 views

change the default image background for MDI Application in netbeans

I want to change the default image background for MDI Application in netbeans. I googled about it and I found this article : How to change jdesktoppane default backgroud image? I did the same but ...
2
votes
1answer
17 views

Uses generation in Netbeans [duplicate]

I wonder is there any way to make Netbeans work like an Eclipse the way you choose class name from autocompletion list and if use statement for that class does not exist then Netbeans will generate ...
0
votes
0answers
13 views

Netbeans not supporting unicode

I am trying to convert my desktop application(made using swing) in bengali using the properties file or resource bundle.But when I paste the bengali character in the properties file it is showing ...
-1
votes
1answer
31 views

Regex error in Netbeans not present in other editors

I have the following regular expression that works fine in my application code and other code editors have not reported a problem with it. It is used to validate a password. ...
0
votes
1answer
26 views

insert cmr values into database

I have a CMR file with different values, but I don't know how to use the separator. I want to store "numberPacketsLost", "jitter", and "latency" into a mySQL database using java netbeans with button. ...
0
votes
1answer
42 views

Java program with multiple windows(JPanel), how to connect them to JFrame

I have a library application that permits users to log in, and many other things. I don't really know how to make multiple windows (views), such as a login, and if it is succesfull, closing the ...
0
votes
2answers
39 views

Tomcat version for Java 7

I am new to Java and using Java 7. I have installed netbeans 7.1 and opened a web project with default settings. Following image shows the settings. Even though the tomcat is pre-installed it is not ...
0
votes
0answers
13 views

How can I enable subpixel hinting on JDK7+ on OS X

for some reason any version of Oracle's JDK I am using is using greyscale hinting instead of subpixel. I am noticing this using Netbeans 7.3 and even Dev nightly+JDK 8. Cfr. these pictures: JDK 6 on ...
0
votes
0answers
18 views

Search and Replace in Netbeans projects

I am using Netbeans 7.3 and want to find and replace code snippet that is the same in many .java files. The snippet has more than one line of code and some blank spaces. I am trying to do that by ...
0
votes
1answer
25 views

Add resources to a JAR

I want to include resources fils (images, textfiles...) in a JAR. I added my asset folder to the classpath, so my program works fine when I run it in netBeans. But if I build the project, I receive ...
-2
votes
1answer
19 views

packaging a java application with java DB in an embedded mode in netbeans [closed]

I have developed a java application not a java desktop application with a java DB to interact with it, all in netbeans. Now i want to package it and deploy it for distribution. So i guess the java DB ...
0
votes
1answer
22 views

Working with SQLServer 2008, stored procedures and WebService

So I'm trying to invoke an stored procedure from a web service but as soon as I add either the "prepareCall" or the "prepareStatement" my WebService stops working. When I test it it shows some big big ...
0
votes
3answers
55 views

Why am I getting a ClassNotFoundException in a java application?

I am getting an error that states, java.lang.NoClassDefFoundError: usemathobject/Main and I'm not sure why I'm getting it. After doing some searches, I found a thread that deals with this error. In ...
0
votes
1answer
24 views

Deploying maven project to glassfish with Netbeans

this is my first post here so I would like to say hi to this wonderful community. Tips found here helped me many times, but now I am in need to ask a question So here is my problem. I'm struggling to ...
0
votes
0answers
16 views
+50

Setup PHPUnit for netbeans and xampp

I'm struggling to setup PHPUnit (3.7.20) in netbeans (7.3) and xampp. When I create a new project with code under C:\xampp\htdocs, I can run a test in netbeans without problems. However I usually ...
0
votes
0answers
10 views

JFrame Picture in NetBeans as Background

I'm done coding my program but I'm having a difficult time adding a picture to a JFrame (I've done everything in code without using the graphic interface JPanel. At the moment I'm trying something ...
0
votes
0answers
15 views

packaging and deploying a java application with java DB in netbeans

I have developed a java application not a java desktop application with a java DB to interact with it, all in netbeans. Now i want to package it and deploy it for distribution. So i guess the java DB ...
0
votes
0answers
5 views

Netbeans make navigator stay

I am using Netbeans for developing Java applications. If I click on a class or java file, the navigator will display all the definitions inside it, even though I click somewhere in MY current source ...
-1
votes
1answer
18 views

Command line parameters in netbeans

I want to run my program as if I was running it using a terminal. Because I want to do different things depending on what attributes the user of the program provides while running it. Is there any way ...
0
votes
0answers
18 views

Netbeans: How to show all (git) commits than will be pushed?

How to show all (git) commits than will be pushed within Netbeans ? Netbeans 7.3 simply pushes everything without showing a list of all commits first (like IntelliJ IDEA does).
0
votes
0answers
24 views

Netbeans problems with reflection

Why Netbeans takes so much time in java.lang.Class.getDeclaredField(String)? I have isolated my problem and I have two projects: I created a Netbeans Platform program with one module that has one ...
0
votes
0answers
16 views

package org.smslib does not exist

I got some code from internet that I want to use to send sms using smslib but it shows me an error in netbeans that "package org.smslib does not exist". I added the required files like the ...
0
votes
0answers
18 views

NetBeans & Maven: add JavaScript API from dependency

I am currently working on a Maven web application with NetBeans 7.3. My HTML files need some .js which I would like to include as a Maven dependency. The dependency is packaged as a WAR. However, ...
0
votes
1answer
21 views

NetBeans, GlassFish and Hibernate JPA

On work, im using Eclipse, Jboss and Hibernate JPA. For a smaller, private project I like to use Netbeans, GlassFish and Hibernate JPA. Problem: I want hibernate to generate the tables automagically ...
0
votes
4answers
29 views

I can't locate files which created by program

I created a desktop project in netbeans, in the project folder I have three files : file.txt, file2.txt and file3.txt, in the load of the program I want to call these three files, and this is the code ...
0
votes
2answers
18 views

Confluence Plugin

I am going to develop Confluence plugin using JAVA .I downloaded Confluence SDK and installed in my local machine. We don not know how to create plugin project in either Netbeans or Eclipse IDE.
0
votes
1answer
29 views

Build netbeans project from command line is a little different

I would like to build my project from the command line and make a hash of the output. I used this script which seemed to work: set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_09 set PATH=C:\Program ...
-1
votes
0answers
27 views

I am triying to make a whack-a-mole but i can't get the moles to hide [closed]

I am making a whack-a-mole game for my school project in netbeans. I can get the moles to appear randomly in 9 spaces. However, I can't make them disappear or appear for about 1 second on screen so ...
0
votes
0answers
24 views

Generating Hibernate Mapping Files and POJOs from Database with netbeans

I just reinstalled everything on my computer and had to setup Netbeans again. I've opened a hibernate project and I've just added 3 new tables to the database. I've attempted to map these files by ...
0
votes
0answers
41 views

Error: Could not find or load main class helloworld.app.HelloWorldApp in NetBeans

I've been following this guide: http://docs.oracle.com/javase/tutorial/getStarted/cupojava/netbeans.html and I followed it step by step. I have JDK 1.7 as platform set, so this is not an issue I think ...
0
votes
0answers
9 views

Glassfish Logs Double-Spaced in NetBeans

Does anyone know why the log4j output in the Netbeans output screen is double-spaced, at least for Glassfish? Seems like a waste to show only half the messages that you otherwise could. Any way to ...

1 2 3 4 5 176