NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.
0
votes
0answers
7 views
Update SASS in Netbeans JRuby?
I am using the SCSS-Editor for Netbeans on Windows so that I can edit and compile SCSS files in my projects. SCSS-Editor uses a bundled install of SASS/JRuby, although there is an option to use an ...
0
votes
2answers
26 views
How to use jFileChooser's open button in java?
Currently I am using Netbeans. I have added a jFileChooser in a jFrame. All is ok, but when I select a file and click on the Open button of the jFileChooser it happens nothings. I want to get the ...
0
votes
0answers
8 views
Debugging, Stepping through AspectJ woven classes methods
I'm using Spring(3.2.2) + AspectJ (1.7.2) Load Time Weaving.
Developing using Netbeans 7.3.
I've noticed that I cannot "step over" while debugging methods in classes that were woven by AspectJ, for ...
1
vote
1answer
16 views
RXTX in a runnable jar file - why won't it work?
I have a project in eclipse that uses rxtx. I have the same project in netbeans, too. They work perfectly, but neither of them works, when I create runnable jars.
I do not know what I do wrong. I ...
0
votes
0answers
20 views
Integrating Java Look And Feel into Application in netbeans
I'm devloping a java program using netbeans
I added a look and feel to GUI application which is Synthetica AluOxide Look and Feel from this website : http://www.javasoft.de/synthetica/themes/ .
I ...
0
votes
1answer
14 views
change the default skin for applications in netbeans
I'm developing a Java application using Netbeans, and I want to change the default skin for the JFrame and buttons ...
I googled about it and I couldn't find anything.
In Visual Studio I was using ...
1
vote
1answer
37 views
why am I getting the deployment error?
As I try to deploy my web application from netbeans, I get the following error :
Starting Tomcat process...
Waiting for Tomcat...
Tomcat server started.
...
0
votes
0answers
9 views
How to use unit tests in Netbeans?
What has to be done to enable the unit tests that come with sugarcrm?
I've set up phpunit in general settings and added the xml configuration and custom script as shown in the image. I get "Perhaps ...
0
votes
0answers
16 views
New package not yet registered with the system
I've just started learning on android app programming. However, the emulator wouldn't run the a simple hello world activity. I've clean and build the project several times but it just won't work. Is ...
0
votes
0answers
7 views
Web Service Client fails JAXB Error
I am trying to get a response from my webservice and i get a java.lang.ClassCastException.
When i try to reach my WSDL(SOAP) webservice from my local host it works fine, but when i deploy the web ...
0
votes
1answer
30 views
What is Heroku Procfile for Maven web application on Glassfish?
I wrote a simple Maven web application on Netbeans. My project works well on localhost on Glassfish server. I tried to upload my project to Heroku but I can not achieve. What is appropriate Procfile ...
0
votes
0answers
14 views
netbeans red badge issues with non-bundled maven
I am seeing a problem and need a bit of assistance please.
My team has just upgraded to version 7.3 (mixed os, linux/windows) and we are all seeing strange behaviour in netbeans.
We are using a ...
0
votes
0answers
10 views
Tomcat deploying the same application twice in netbeans
I'm using Netbeans and tomcat seems to be deploying in war application twice.
I've tried both tomcat 6 and 7 and the same result.
I've got a Spring MVC, Hibernate and Thymeleaf application.
...
0
votes
0answers
34 views
Why does this project Deploy and run just fine, but fails to build?
Recently we have added the Itext library to our project to generate PDF files.
When we implemented the process, everything works just fine if you run the project in netbeans. However when we ...
0
votes
0answers
15 views
How to use FMOD library for read song in C++ (Ubuntu)?
I'm new to c++. I just downloaded the source code provided on its website FMOD for linux here:
FMOD Ex API
I try to compile the simplest playsound example in Netbeans.
It is composed of a main.cpp ...
0
votes
0answers
10 views
Simple editor for editing Unicode charecters stored in the \uXXXX format
Netbeans is able to display/edit/save Unicode characters stored in the \uXXXX format in a user-friendly way.
I'm looking for a simpler/lightware editor (like Notepad++) which is able to do the same. ...
0
votes
0answers
10 views
How to bundle files to $(NBP_APP)/etc via NBI
The installed application on top of netbeans platform has a etc/ folder, which contains the file app.conf. I'd like to add a customized logging.properties in the etc/ folder too, but how to do it?
...
0
votes
0answers
9 views
Add server instance jBoss netbeans
I need to create an ejb module with netbeans.
To do that netbeans forces me to specify a server instance, for which I intend to use jBoss.
I've download the eap 6.1.0 version but I can't seem to ...
0
votes
0answers
23 views
org.apache.jasper.JasperException: An exception occurred processing JSP page /response.jsp at line 61
I tried to insert a record into a table and I got errors, I don't know how to solve it.
Following is my code..
<%@ page import ="java.sql.*" %>
<%@ page import ="javax.sql.*" %>
<%@ ...
0
votes
0answers
11 views
LWUIT Resource Editor and Netbeans Issue
I used the Resource Editor to create a really nice application, a search application that searches for businesses from a URL.
I cannot seam to find any tutorial that tells me how to access the Form ...
0
votes
2answers
27 views
Make input field auto format number with dot separator using JTextfield in Java (Netbeans)
i'm newbie in Java
In my first Java program (using Netbeans) i want to add input field auto format number with dot "." separator using JTextfield.
Here is my short code :
private void ...
0
votes
0answers
11 views
JavaFx 8 Gives Error with Netbeans Dev Build
I downloaded the netbeans dev build and trying to setup my project with JavaFx with JDK 8
First of all the JavaFx tab is missing in the flatforms dialog in netbeans when I choose the JDK 8 folder. ...
0
votes
0answers
10 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 ...
-2
votes
2answers
17 views
Perst Lite in netbeans [closed]
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
22 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
22 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
59 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
55 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
1answer
24 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
18 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
15 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
23 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
29 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
37 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
38 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
26 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
31 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
19 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
23 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
18 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
18 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
14 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
33 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
45 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
41 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
15 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 ...



