netbeans

Pure-JavaScript projects in NetBeans?

This seems like it ought to be obvious, yet I can't figure it out. I do a lot of JavaScript coding, and I really like NetBeans. Unfortunately I can't figure out how to create a "JavaScript" project in NetBeans. If I go to File -> New Project, my only options are "Java", "Ruby", and "NetBeans Modules". I don't want any of these. My proje...

How to configure Netbeans code entry point when you use mod-rewriting

I am developing a website in PHP and I am using mod-rewrite rules. I want to use the Netbeans Run Configuration (under project properties) to set code entry points that looks like http://project/news or http://project/user/12 It seems Netbeans have a problem with this and needs an entry point to a physical file like http://project/use...

Rubygems on netbeans driving me crazy!

I cant understand why Gems fetching failed, it was always working fine, i can't figure out how to solve this, hopefully somebody can help. Its driving me Crazy. Error: See troubleshooting section in http://wiki.netbeans,org/RubyGems for hep. Follows output of the gem tool: Error: while executing gem.....(Gem::RemoteFetcher::FetchE...

update hibernate framework in netbeans

Hi all, what is the best way to update hibernate in netbeans ide to final 3.5.2 version? ...

How to run a netbeans project without having installed the netbeans? :-)

Hello, I need to make an answering questions game and I chose to make it using netbeans. I wonder if I can create an executable so that somebody could "play" the game even if he does not have installed netbeans! Any ideas please? ...

NetBeans parameter fill after code completion

This is a particularly annoying problem I'm having, and I can't be the only one to have issue with it. In NetBeans, when you type part of a method, then hit CTRL-SPACE, it displays the code-completion popup, whereupon you can hit tab to finish out the word. This is great, and pretty much how all IDE's operate. Example: Thread.sl < ...

new line in java

Java newbie here, I'm having trouble setting a new line in this code: String FnameTextboxText = FnameTextbox.getText(); String LastnameTextboxText = LastnameTextbox.getText(); String CourseTextboxText = CourseTextbox.getText(); Summary.setText("Firstname:" + " " + FnameTextboxText + "\nLastnam...

exporting non_public type through public API

Hi I have written this code in Netbeans but it will show this warning for the name of this method ,would you please help me for what it shows this warning? thanks public Node returnNode(int index) throws IndexOutOfBoundsException { if (index < 0 || index > size) { throw new IndexOutOfBoundsException(); } else { ...

Blackberry CLDC application using netbeans?

I want to develop Blackberry CLDC application using netbeans , but BB development plugin for Netbeans only supports the J2me development. any ideas how to resolve this? ...

Generate UML from java source

Hello. Because i have a big project i must generate the UML for this...Writing UML for 300 classes is overkill... So is there any solution to generate the diagrams for me ? I am using Netbeans.... Thank you for reading ...

Fastest Linux IDE with Find&Replace

I'm looking for a fast IDE for Linux that has Find&Replace. I'm currently using Geany and I've tried NetBeans, and Aptana doesn't have a PHP plugin for 2.0. I prefer one that has a sense of projects. Does anyone have any suggestions? ...

remove breakepoint in netbeans 6.8

how to remove all breakpoints from netbeans 6.8? ...

how to connect java and mysql using mysql connector java 5.1.12

I'm still a beginner in java. I dont have any idea on how to import the files that I have downloaded into my java class. Its in this path: E:\Users\user\Downloads\mysql-connector-java-5.1.12 I don't know what to do with the files I extracted from the file that I have downloaded in the mysql site for me to connect my java application a...

How to determine errors in java

I'm just a java beginner. Do you have any tips there on how to determine errors. I'm trying to connect to mysql derby database. I don't know how to determine the error, there is no red line, but there is a message box that shows up when I try to run the program. All I want to do is to display the first record in the database. All I get ...

Debugging php-cli scripts with xdebug and netbeans?

I have managed to initiate php-cli script debug session from the IDE itself, but I need to start the debugging session from the shell / command line. These are rather complex maintenance PHP scripts which take a lot of input parameters, so entering arguments from within Netbeans is a bit cumbersome. I have done it before with Zend studi...

Clean up XML using netbeans

Is it possible to clean up XML using only Netbeans IDE? For example the indentation is not as it supposed to be. ...

Parameter for BPEL process

Hi I use OpenESB + BPEL. I would like to use some parameter to set system specific settings (path, string constants, etc.). I tried to use a properties file that a simple java class should read up and use with this method (http://wiki.open-esb.java.net/Wiki.jsp?page=BPELSEHowToCallJavaMethods). The problem is that I can't create proper...

Java decompiler for netbeans

Is there any open source java decompiler for netbeans just like jadclipse for eclipse. ...

how do you setup apache web server in netbeans 6.8?

I'd like to debug PHP apps, but I want to setup Apache web server (httpd.exe). I right clicked SERVERS, Add Server..., then noticed there is no option for httpd.exe, just for Glashfiish, JBoss, Apache Tomcat, and some other servers. So, how can I add Apache Web Server (right from within the IDE just like other servers), and then proper...

Need help with writing from XML to a SQL Server database (detailed)

I'm a bit of a newbie with XML and WebServices and stuff like that. I'm working on a project using GlassFish OpenESB to schedule a process to get some information from a webservice and then store in a database. The criteria is basically that i have to use GlassFish OpenESB or EJB modules where i can expose webservices or something alon...