netbeans6.5

netbeans 6.5.1 reverse engine Oracle entity

i reverse engined entity class but the primary key is not anottaed with GeneratedValue . my table is created on oracle. do i need to add contraint on the table primary key for auto increment? rightn ow i manually edit the entity and add generatedValue . looking for better solution . i think when reverse engine, it suppose to generate...

Pure NetBeans doesn't work...

I had system: ubuntu-9.04-amd64. I installed IDE NetBeans 6.5 from official default repositories. Everything worked correctly. But now, I decided to use ubuntu-9.10-desktop-amd64. I formated parts of my hard with: (/ and /usr). /home remains as before. I've correctly installed ubuntu-9.10, correctly (probably) installed IDE NetBeans ...

Java out of memory Exception

Hi, I am running a Java Web Application in Tomcat. The application uses Quartz framework to schedule the cron job at regular intervals. This cron job involves parsing a 4+ MB xml file, which I am doing using JDOM API. The xml file contains around 3600 nodes to be parsed and consequently data to be updated in DB which I am doing it sequ...

How to run jsp netbeans glass fish on local ip 192.168.1.165

Hi all, I am trying to run a jsp app on my machine ip: 192.168.1.165 and want to get it in system with ip 192.168.1.163 but giving the url http://192.168.1.165%3Aport/app is not working ( we are working in intranet. ) Pls, help me... how to make this possible. ...

Netbeans 6.5 Jsf use bean

Hi: I'm making an application for school, but i'm new to jsf, what i need is to ask the name of a student in one jsf page, and display it on a label in the jsf that appears after you select submit in the first jsf page. I think i need to use beans to send the parameters, but when I try to add one, it appears me an error that the class is...

The support for the development of java swing in Netbeans 6.7 and 6.8 isn't good ?

when design when run when design and run in netbeans 6.5 they are the same, but int 6.7 and 6.8, as you see, they are different! ...

How To debug Android app on Emulator using NetBeans IDE

I recently downloaded the latest NetBeans IDE (for MACOSX) and imported/migrated a project over from the ECLIPSE environment. Everything looks, and works well... except that EMULATOR gets stuck "waiting for the debugger to attach." I tried "Attaching Debugger..." and set the PORT value to every case I've ever read about (8200, 8700, 555...

Adding look and feel into java application

I am working with NetBeans 6.5 IDE and i have downloaded a look and feel jar file. I added that to NetBeans by palette manager but i don't know how to use it to my application using code. Anybody please tell me that how to add look and feel into my application? Thanks.. ...

How to map oracle timestamp to appropriate java type in hibernate?

I am new to hibernate and I am stumped. In my database I have tables that have a columns of TIMESTAMP(6). I am using Netbeans 6.5.1 and when I generate the hibernate.reveng.xml, hbm.xml files, and pojo files it sets the columns to be of type Serializable. This is not what I expected, nor what I want them to be. I found this post on the...

has private access error message

Plesae need support to reslove this issue package com.ejada.alinma.edh.xsdtransform.util; import t24_transformer_form.T24_Transformer_FormView; public class ConfigKeys { /** * constants representing the XSD tags and attributes' names used in the parse process */ public static final String TAG_SCHEMA = "xsd:schema"; public static final ...

Validation on swing

Plesae i need to make validation on text filed so user can insert null if user insert null on text files message box displayed to user ...

Adding logo to my java project

Plesae i need to know how can i idded my logo befor my GUI is open ...

Display my logo befor GUI of main project displayed

Plesae i need to dispaly my logo befor GUI of main project displayed ...

How to conditionalize GUI tests using Netbeans/Maven vs maven on command line invocation

I'd like to have a single project pom but have my GUI tests always run when I'm invoking JUnit on Netbeans, but have them conditional (on an environment variable?) when building on the command line (usually for production build - on a headless machine, but sometimes just for build speed). I don't mind instrumenting my JUnit tests for th...

Problem in creating win installer in i

Hi Everyone, I am trying to create an executable file (.exe) of iReport with my module included in it. While I run the target the create-iReport-distro-win-installer, I am getting the following error. Note: I am using netbeans 6.5.1 java.io.IOException: Cannot run program "makensis" (in directory "C:\Program Files\NetBeans 6.5.1\iRepor...

How to add netbeans platform for customizing iReport 3.7.2

Hi, I need to do some customization of the iReport 3.7.2 source code. I am doing that in Netbeans 6.5.1. It requires some netbeans platform manager. Can anyone tell how to add the correct netbeans platform for customizing iReport3.7.2. ...

How to configar DBunit with NetBeans

Hi I am working on database application and i want to use DBUnit test but i don't know how to configar DBUnit with netBeans i tried but no success please help me ...

netbeans 6.5 giving java.lang.NullPointerException suddenly when starting

I use Netbeans for coding in Ruby. Since yesterday, netbeans is suddenly not starting normally. It gives a java.lang.NullPointerException and then after i cancel the popup box, it loads after some time ( taking much longer than it used to earlier ). I don't have much idea what is going wrong. I use Netbeans6.5. ...

GUI-design with SWT components using Matisse (from NetBeans) - Still possible? How?

I just stumbles upon a screencast that shows someone designing a GUI with Matisse consisting of SWT-Component: http://showmedo.com/videotutorials/video?name=javaDevijverJ2Spart3&fromSeriesID=35 Does someone know how he integrated the SWT-Support into Matisse? Searching the web did not yield any useful infrmation so far. The screenc...