netbeans6.7

How to Attach styleSheet.css in tomcat (Servlet)

Hey! I have made a webpage in Servlet and now i want to add a stylesheet.css to it Where should i exactly put the .css file ? like in ROOT of tomcat or some where else and what exact path i have to use?? link href='style.css' rel='stylesheet' type='text/css' Thanks Sundhas ...

Wants an idea of how i can add dynamic jasper to my project..

Hey! Scenario:What my project do right now User Enters his Login and Password through his mobile phone and servlets contacts webservice of Authentication and user gets authenticated with the system in the mean while user is Authorized also i.e What page he is allowed to see. Page appears infront of user on his mobile screen from where ...

Problem in executing a built jar file in netbeans

I've just made a game in netbeans. The Problem is that after builting the game. I'm not able to execute the jar file and getting the exception: Failed to load Main-Class manifest attribute from Game.jar What to do??? ...

How to make a jar file?

How can i make a jar file from both the command line and Netbeans 6.7? ...

Why doesn't my JavaBean icon display?

I'm using Netbeans 6.7.1 on Windows Vista, I've got a JavaBean component that works as it should and this has an associated BeanInfo class where I've set Icon 32x32 Color property to a 32x32 gif file located on the classpath. I've also set the 16x16 Color property similarly. I've added the bean to the palette but the icon displayed is t...

Netbeans 6.7.1: problem with macros

I find the macros feature, accessed via the red circle and the grey square in the toolbar of the source editing window, in Netbeans to be a rather nifty way of getting things done quick. However, I find it annoying how they cannot be toggled on/off. I can be typing some code, and if it contains just the first (not all) the keystrokes in...

how to configure quartz in netbeans

Hi all, I have downloaded quartz scheduler.I wrote a program for generating random numbers for every 2 mins.I want to configure this program with quartz scheduler.I searched through the net but i am unclear with this.could anyone tel the steps to configure quartz with my program and how to use it.I want to run this in netbeans ide.All ...

Netbeans build process seems to rebuild all Jars each time

We have a project consisting of several modules (Netbeans projects). When i tell Netbeans to compile one of the files in the top level module, it starts to check all modules depended on and builds a jar for each one (at least that's what the log messages say twice every time). I had done a full clean and build this morning and all the j...

How to Add RSS code in JAVA

Hey I want to add RSS feeds to my page. And i am making a page in Servlet in netbeans 6.7.1 How can i add RSS code? I mean what lib and what specific code should i write? -Sundhas ...

java persistence exeution problem

when i run a form which is a parent form (contains a desktoppane) for various JInternalForms with JTables populated (binding) with data from a db tbl I automatically generated the tables by dragging a node from a connection; holding down cntrl key and then releasing on top of an internal frame when i run the parent form i get the foll...

How to show Java dynamic table in main form instead of new generating form

I am trying to display a java table on particular event like, when I click button. It makes a DB connection, gets data, puts it into the table, and shows the table in new window. But I want to display that table in my main form, i.e. itself button frame. ...

Netbean Cannot update Google App Engine server to appengine-java-sdk-1.3.2

I am using Netbean 6.7.1 I just update my google app engine plugin in netbean with Netbean auto update. I found out there is new app engine SDK. So i want to update my google app engine server to point to appengine-java-sdk-1.3.2 After I download appengine-java-sdk-1.3.2.zip. I unzip it. Then at Netbean: I already have a Google App En...

Can't figure out how to use db:seed for rails in netbeans

can't seem to get my seeds.rb file to run through the command "rake db:seed". I'm using netbeans and I'm a beginner to rails, so I could be doing something really simple and stupid =/. I know you're meant to put your seeds.rb file in the db directory but netbeans doesn't seem to have one or might have renamed it... any help out there? T...

populatin jComBobox with data from a db tbl(table) column

Hi guyz? I have a JComboBox which i have named "venue_JCB" i want to load details from a tbl column on form load at the initcomponets() i have declared the method "accessDBinit() ;" and after the initComponets() i have implemented the accessDBinit(); method as follows: ================================code============================ v...

NetBeans Platform 6.7 does not run on Java 1.5

Hi. I have also posted this question on the netbeans forums - hoping for maximum exposure. I am developing an application using NetBeans RELEASE67 and maven-nbm plugin. I use Java WebStart to deploy. My users have a mixture of java 1.6 and java 1.5 My java 1.5 users are unable to use the software; on startup the software calls TopComp...

how to resolve these exceptions in netbeans?

http://blogs.czapski.id.au/wp-content/uploads/2010/03/02_PatientSvc_MakeHL7v2DelimDataFromCustomDelimRecords_data2.zip i have to deploy the project on given location it is build successfully but when i deploy this project it gives following exceptions and errors ERROR: Failed execution of Start: HL7Feeder_CA * Component: sun-bpel-e...

Unable to deploy in Netbeans 6.7.1 and Glassfish v2.1.1

I am trying to deploy a simple WebService in Netbeans 6.7.1 and Glassfish v2.1.1 and am getting the following error. I am using GlassfishESBv2.2 and windows 7 machine. I have tried googling and implemented things as shown in http://forums.netbeans.org/topic10055-0-asc-0.html . Still unable to deploy. Though the message says that applica...

NetBeans - How to import a class from an external library

I have a Java project in Netbeans and I want to use some classes from Weka within my project. I added the file C:\Program Files\Weka-3-7\weka-src.jar into my Libraries following the instructions here (project, properties, libraries ..) So how do I now import the classes I want? I tried importing like this: import weka.core.converters...

netbeans giving error when i tried to deploy servlet application?

i am using netbeans 6.7.1 and apache tomcat server 7.0 but when in tried to deploy my servlet application it gives following errors Deployment is in progress... deploy?config=file%3A%2FC%3A%2FDOCUME%7E1%2FBadr%2FLOCALS%7E1%2FTemp%2Fcontext6286056025186380410.xml&path=/iEHR http://localhost:8080/manager/deploy?config=file%3A%2FC%3A%2FD...