It is the version 6.8 of Netbeans IDE for java application development.
0
votes
0answers
60 views
Cannot uninstall NetBeans 7.3
I'm not able to uninstall NetBeans IDE 7.3 from my PC. It's showing "instance of the program is still running" even after I close all the background processes of the IDE. Can anyone help me??
0
votes
0answers
76 views
Using binary and linear search routines to locate book title in array made from text-file
I have to create a program that will find the title of a book based on the inputted reference number. The book titles and their corresponding reference numbers are stored in the provided text file. ...
0
votes
0answers
54 views
Domain.xml customization failed : java.io.IOException: Access is denied
I was using Netbeans 6.1 and everything worked perfectly fine. I decided to install Netbeans 6.8
I uninstalled older version completely and also removed Apache tomcat and glassfish servers. even ...
0
votes
0answers
21 views
Error in launching netbeans 6.8
I've this error when I launch Netbeans 6.8 on Ubuntu 12.04. It looks like there was a ticket opened in Bugzilla for it. However I don't see the batch that would fix it. Any work around this?
ALL ...
0
votes
0answers
72 views
Asset Inventory don't read/write a .txt file
//This is the Save Button, How can I make the data I put to be a .txt file and where directory it will go?//
private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) { ...
-1
votes
1answer
326 views
Need Help in creating a Rich Text Editor in Java Netbeans Application …! [closed]
Need help in creating a rich text editor in Java Netbeans application.
I was using a text area at first and then tried Java Editor pane. But both not working or satisfying my needs.
I need a text area ...
1
vote
0answers
154 views
erorr at connect sql server 2008 to netbeans
I have problem at connect the sql server 2008 to nebeans
I use this code
private void connect() {
try {
Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");
...
0
votes
0answers
108 views
Simple Validation API Issue Java Swing
I am using Netbeans 6.8 , JDK 1.6 and downloaded Simple Validation API. When I try the code, it gives me errors referencing "org/openide" classes.
Could this be a compatibility issue? How can I ...
1
vote
0answers
135 views
Netbeans 6.8 , JDK 1.6 and Simple Validation API
I am using Netbeans 6.8 , JDK 1.6 and downloaded Simple Validation API.
When I try the code, it gives me errors referencing "org/openide" classes.
Could this be a compatibility issue? How can I ...
0
votes
1answer
137 views
Build using Ant Script issue through Netbeans
I am trying to run ANT through shell without importing my projects in NetBeans IDE. It throws following error:
/trunk/nbproject/build-impl.xml:377: The libs.CopyLibs.classpath
property is not ...
0
votes
0answers
23 views
Image in netbean
im developing a GUI using netbeans 6.8 and i have to put picture to make it more interesting.
Can we make a picture function like button?
For example when we clicked on the picture it will open ...
0
votes
2answers
182 views
i want to execute .exe from a button using netbeans
i want to open another program which is not in windows path.
below are code to open notepad which is in windows path.
Process process = Runtime.getRuntime().exec( "cmd.exe /C start notepad" );
...
1
vote
2answers
291 views
Storing and using multiple values per JTree node
Okay, I'm very new to Java so please bear with me.
I am using Netbeans 6.8 to write a small desktop application that includes a JTree component, and my requirement is that I be able to save and load ...
0
votes
0answers
102 views
Netbeans 6.8 Resolve missing server
i have a problem with my tomcat 6.0.when i add server in netbeans 6.8.it is not adding server and again getting error resolve missing server problem.please suggest me ...
2
votes
1answer
190 views
Can anyone tell me why Database options in my netbeans 6.8 seems empty?
Can anyone tell me why Database options under services in my netbeans 6.8 seems empty with no options.
Before installing netbeans 6.8 i've also installed netbeans 7.1 also in my operating system. In ...
1
vote
1answer
223 views
Add the Plugins panel to my NetBeans Platform application
My NetBeans Platform application by default doesn't have a "Plugins" item in Tools menu. But I want to expand my application with plugins. How can I add this to my application?
0
votes
1answer
788 views
How to traverse a list of ints in a BPEL process
I am building a BPEL process in Netbeans 6.8 and I invoke a Web Service that returns a list of ints.
<xs:complexType name="getHotelsResponse">
<xs:sequence>
<xs:element name="return" ...
0
votes
2answers
284 views
Netbeans 6.8 shows errors in files, but NB 7.1 does not
I have a problem with a project using netbeans 6.8 shows me errors in the IDE, but compiles correctly. Using Netbeans 7.1 does not show errors and also compiles. I already checked the libraries and ...
0
votes
1answer
71 views
broken project name showing in project window of netbeans
I have created application in ruby on rails by netbeans 6.8 IDE. But my all application name showing in the project window of netbeans IDE are broken,let say my application name is Test then in the ...
0
votes
0answers
211 views
Server log file for ruby on rails
I have successfully created one application in ruby on rails by the netbeans6.8 ide. Now whenever I am going to run the application, I got two errors from server log file like "SEVERE: Failed to ...
0
votes
1answer
21 views
Is there Any way to Edit pre-generated Codes in Netbeans?
I am newbie to NetBeans.once i create a new MIDLET program it automatically generates some codes and they are not to be editable.How Can I edit those Pre-Defined Codes in NetBaens.
2
votes
4answers
805 views
encrypt a properties file for Ibatis
I have a properties file containg the database username/password which i used it to manage ibatis connection with the database.
What is the best way to encrypt this properties file to be secure.
...
0
votes
1answer
814 views
Display the first tab of a JTabbedPane
I have a Jtabbedpane which contains 4 tabs (each one a Jpanel).
When I run the application from netbeans 6.8 the selected tab will be the same one as it was selected before closing the application.
...
0
votes
1answer
249 views
No response on invoke classes inside servlet
Changed
I'm trying to make a servlet and make use of non-servlet classes to manage database connection and user authorization.I'm using a log file to track when a transaction is been done.My problem ...
0
votes
1answer
192 views
How to get text from message text box?
I'm developing mobile application in netbeans and for my application i have to get text from write message box, but i don't know how to get text from message label of sms composer component of ...
1
vote
2answers
2k views
JSpinner without negative values
I'm building a small application in netbeans,I use a JSpinner component to set the quantity of a product.How can I set the spinner to take only positive values?Is there a choice inside Netbeans that I ...
0
votes
1answer
302 views
JFrame and FrameView object interaction?
How is it possible to access a FrameView (Being the main panel view) object from a JFrame and vice versa??!
1
vote
1answer
49 views
Netbeans Container deletion operation fails to perform properly?
I'm trying to delete a JPanel from my mailPanel under [FrameView] in Netbeans??! When I delete this JPanel it just deletes this from Inspector view, it does not unlink and delete all the components ...
0
votes
1answer
490 views
Why System.out.println() not working in Netbeans 6.8?
I am facing one problem in Netbeans 6.8, the output window of Netbeans not showing the output from project which i used as system.out.println().
How to solve this issue with Netbeans 6.8?
1
vote
1answer
804 views
What does strikethrough mean in Netbeans?
What does it mean when things are written in strikethrough in Netbeans, like getObject in the example below?
Version: Netbeans 6.8
-2
votes
1answer
100 views
Hey I need help In java netbeans Gui [closed]
Hey I need help In java netbeans programming to open frame automatic after specific period of time how to do this plzz i wanna make inrto for my application ??? and thnx:)
1
vote
0answers
33 views
harness error in Netbenas module development
I am developing a module and when I developed it using my PC it runs correctly and when I change the directory or PC and try to run same thing I am getting a error saying "You must define ...
1
vote
1answer
976 views
Getting the error “No library found for this namespace”
I am using Netbeans6.8 and trying to build a simple project with JSF2 and Primefaces.
Placed the jars jsf-impl-2.0.3.jar,jstl-1.0.2.jar, jsf-api-2.0.3.jar, primefaces-2.2.1.jar in the lib folder and ...
0
votes
1answer
830 views
How do I debug JSPs
How can I debug JSPs in my JSF1.6 application running on Weblogic 9 application server.
Right now I am using NEtBEans editor to debug my Java classses and that works.
1
vote
1answer
4k views
how to see console output in netbeans ide 6.8
i have a servlet i want to see output on console,my servlet is running if i replace System.out.println with out.println
protected void processRequest(HttpServletRequest request, HttpServletResponse ...
0
votes
3answers
548 views
UML plugins in Netbeans6.8
Java: I tried to add the available plugins in netbeans6.8 but it ask for *.nbm file instead of jar files, Please guide me for the same and also provide the related download URL and steps for the same. ...
-1
votes
2answers
124 views
UI Control positioning in Netbeans 6.8
i want to add Label,buttons,text box above another label in netbeans 6.8 ,how can i do so??
0
votes
1answer
80 views
netbeans-servlet help
while using netbeans is it necessary to have apache tomcat installed for creating a servlet?
0
votes
1answer
1k views
JasperReport error in Struts web Application
I am using JasperReport in a Struts-based web application with NetBeans 6.8 and IReport plug-in 3.7.4. I am getting the following error in the action class:
java.lang.NullPointerException
at ...
0
votes
1answer
203 views
Can I save the state of a NetBeans project so I can revert to it?
In Xcode there's a handy feature where you can save the state of a project and revert to a previous version. As a beginning-intermediateish programmer, I like this a lot--if I try something that ...
-2
votes
1answer
250 views
importing weka in java after installing weka
i stalled weka in my system but still im having problem to use weka classes in my java code?
im using netbean its show me class file not available when i try to import my weka class?
0
votes
3answers
948 views
Netbeans 6.8 on Win 7 64 bit very slow (Scala plugin)
I had a windows vista machine with much lower specs and Netbeans6.8+Scala2.8 worked fine.
old specs: Vista home premium, 4 GB ram, 320 gb hdd 5400 rpm, java 1.6.0.16
new specs: Win 7 professional, 8 ...
0
votes
1answer
65 views
How to explicitly add a piece of code to a java project
I’m working with Net beans IDE and I want to add a piece of code to my project in a way that the source code won’t be visible to the user who is running the project, I decided to export that piece of ...
2
votes
1answer
232 views
parsing delay in netbeans 6.*
How can i set automatic parsing delay in netbeans 6.8
I have a js file which is 1000+ lines and it takes 10s of continuous processing in my triple core 4gigs machine
before i can continue typing.
...
0
votes
1answer
124 views
why dont I get the latest output?
I am using Netbeans IDE 6.8 to run my web application in Glassfish v2.
I am using iText to develop pdf.
Each time I make an change in the program its not reflected in the output.
What might be the ...
1
vote
2answers
508 views
How can I write code for different mobile keys such as numeric and arrow keys using netbeans J2ME?
hi
i want to know which key user pressed in mobile's keypad.....
1
vote
2answers
2k views
Find & replace with regular expressions in netbeans
I'm looking for a regular expression that can find and replace all the text "anytext" with "anything" in netbeans, some of the symbols also contain this text. I've done it a while back for a single ...
0
votes
3answers
2k views
RuntimeError (Please install the jdbcmysql adapter: `gem install activerecord-jdbcmysql-adapter` (no such file to load — java))
My Rails server worked well through normal development scripting and I planned to use Netbeans for Rails. When I started my existing project with Netbeans and restarted my Webrick server, It shows ...
0
votes
1answer
2k views
How can I use TabbedPane tab changes to diplay different Panels in an Applet built in NetBeans IDE?
I'm building a Java Applet in NetBeans that has a TabbedPane on the bottom of the applet and a regular Panel on the top. I would like the top Panel to switch depending on which tab is selected on the ...
0
votes
1answer
61 views
NetBeans 6.8 marks keywords as fault
I have just installed NetBeans 6.8. on Ubuntu 10.04 and it marks c++ keywords such as "using" or "namespace" as a fault. I checked that it compiles with g++ and I found an answer to that already here, ...

