0
votes
0answers
3 views

How to deploy two projects with Net Beans 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
34 views

Java Beginner Help Virtual Methods

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
27 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 ...
-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
16 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
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 ...
0
votes
1answer
23 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
39 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
38 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
10 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
1answer
23 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
19 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
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
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
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
17 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
0answers
9 views

Displaying Matlab figure in Java Applets

The plots/Figures of Matlab returned to java (using matlab builder ja) have the type of Obj[]. What do I need to do to display this plot/figure in java applet (Jframe form)? I tried many options but ...
0
votes
1answer
25 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
26 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
38 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
1answer
13 views

JavaDB Embedded IDE NetBeans

I am attempting to make a simple DB desk top application using JavaDB embedded. I am using NetBeans as my IDE which is why I decided to use JavaDB and I have the property ;create=true appended to my ...
-3
votes
1answer
25 views

Access variable from a different class in a different package?

I want to set it so igAS for each igCharacter will be limited by a variable in igMech. Here is what I have first : package igCharacters; import igMech.*; protected class igBrand { ...
0
votes
2answers
27 views

System out/err streams in socket catch clause are working only in debug mode

Like in topic - System out and err streams seems to be "frozen" in catch clause in "update" method of Kernel class. Oddly when I am debuging the project and stop at System.out line I can even remove ...
0
votes
1answer
27 views

Netbeans compiles with one name and tries to execute with another

My netbeans compiles my application with a different name thereby generating its executable and it then tries to execute the file afterwards with a different name thus resulting in an error.
1
vote
0answers
15 views

how to mark and reuse reports and avoid deleting these marks

i have several reports in jasper, and i want to mark these reports by type so i can search these mark to find and reuse my reports to do this i open the jrxml and add a comment in the header of the ...
-1
votes
0answers
23 views

Netbeans 7.3 on Ubuntu Fails to Launch

I'm using Ubuntu 12.04 LTS and in "hosts/Program Files/NetBeans 7.3/bin" I execute "./netbeans". It starts to launch and then when it says "Turning on modules" it just disappears. In netbeans.conf I ...
0
votes
1answer
22 views

adding multiple items on jlist netbeans

I use netbeans. I want add only one item but it add multiple times. When I push button, JList is like this: item1 item2 item2 item3 item3 item3 private void ...
0
votes
0answers
6 views

stopping execution in netbeans doesn't stop jvm (under mac osx)

I'm used to run (for testing purposed) java applications from IDE. Start, verify, stop execution in output window in Netbeans. This works flawlessly under linux and windows but under mac osx for ...
0
votes
2answers
22 views

How to bind a button with a key in netbeans designer

Is there a way in the netbeans designer to bind a jbutton with for example the enter button? I know how to code it but netbeans won't let me edit the code it generated. Kind regards,
0
votes
1answer
25 views

Paste a multiline string in NetBeans IDE

Is there a way to paste a multiline string in the NetBeans IDE and have it automatically converted to a string literal (with " escaped to \"), similar to the Eclipse option? This can be very helpful ...
0
votes
1answer
22 views

Issue while compiling in Netbeans: taskdef class CopyLibs cannot be found using the classloader AntClassLoader[]

So I've been having issues trying to compile in Netbeans with a program that I've been writing. I've not had this issue until I started to integrate a game engine into what I've been doing, however, ...
0
votes
1answer
41 views

overlapping JPanels in the GUI

I am using BorderLayout in my application. I have a main panel to which I add two JPanels at the center. I want one of them to be transparent. My code is : mainPanel = new JPanel(); ...
1
vote
3answers
28 views

Use Build phase to validate XML (Maven)

I would like to validate my XML files against the XSD i have written during the project Build, and if the XML is not valid the build should not complete. Is the possible? if so can you please point ...
1
vote
0answers
23 views

Netbeans Generics Bug using FEST, Java?

I have the following non-generic method for getting a JListFixture using FEST: public static JListFixture getJListFixtureNonGeneric(final FrameFixture frame) { return frame.list(new ...
0
votes
2answers
37 views

how can I use put method to insert data to my myql databse using restful webservice

I use this tutorrial and I created this table (id ,username) prints; and now I want to insert data to it using the restful web service what should I put in the content text box to do that ? ...
0
votes
0answers
61 views

Java Swing Not Rendering Correctly

I have been working on a project. In one part of the project I needed to draw on JPanel. Graphics2D object is passed to the model part of the framework and model will draw whatever it needs to draw at ...
-1
votes
1answer
42 views

double click on jlist in netbeans

I want select item in list by mouse. I found this code but it didn't work. MouseListener mouseListener = new MouseAdapter() { public void mouseClicked(MouseEvent e) { if ...
0
votes
0answers
22 views

cannot deploy restful webservice netbeans

I am following this page https://netbeans.org/kb/docs/websvc/rest.html to make restful web service but when I reached Testing the RESTful Web Services I got this error In-place deployment at ...
1
vote
1answer
30 views

Run a netbeans maven project from a command line

I wrote a maven code in netbeans that in included 6 classes: ColumnComparator.java IQC.java Main.java MultipleLinearRegression.java Overlap.java PSResidualReduction.java I want to compile and run ...
0
votes
2answers
42 views

use login class from another class

I create login form and when press button, i want pass entered name to another class. private void okButtonActionPerformed(java.awt.event.ActionEvent evt) { ...
0
votes
1answer
28 views

Porting a Netbeans JavaFx project to Eclipse

I'm working on a JavaFx project on NetBeans 7.3 my question is : Is it possible to port a Netbeans JavaFx project to eclipse (juno preferably) successfully, what are the issues I may face, and if it ...
0
votes
1answer
35 views

Java swing - creating text field on button's place

When specific action is performed, I want to replace button with text field. I know that I have to call button1.setVisible(false); but I don't know how to create text field on the exact same place. I ...
0
votes
2answers
27 views

EntityManager not persisting in JavaFx

I'm working on a desktop application using JavaFx and Postgres and I'm using NetBeans I use JPA to interact with my DataBase, I successfully created my EntityManager but it seems not to be persisting ...
0
votes
1answer
24 views

Web service development on eclipse

We used to develop web services in netbeans and deploy them to tomcat. It was pretty seamless and almost everything worked out of the box. Now we have to shift to eclipse. I am trying to create a soap ...
0
votes
0answers
35 views

Java web service client in Netbeans - get HTTP status code 407: Proxy Authentication Required

I used Netbeans to generate web service client, client-style JAX-WS, connecting to this WSDL URL. http://westone:5180/DecryptWS/DecryptWS?wsdl . When I invoke the web service API, I get an ...
1
vote
1answer
34 views

Cannot import EclipseLink MOXy

I downloaded the latest EclipseLink (2.4) and put the eclipselink.jar in my folder. However, I do not see the @XmlInverseReference annotation anywhere and I cannot import ...
2
votes
2answers
48 views

Mapping Files and POJOS from Database for postgres not working

Im using Netbeans 7.3, Windows 7, Postgres 9.2, I created a Java Web project with Hibernate 3.2.5 (driver = postgresql-9.2-1002.jdbc4) I added the new project with the postgres database info, ...

1 2 3 4 5 86