netbeans

Using NetBeans IDE 6.7 with J3D's Canvas3D Container

I keep telling myself that this should be simple, and yet I'm completely lost. Let me start by saying that I'm new to NetBeans IDE, and that I am using it out of necessity. I don't really know much about it yet. I have successfully designed my main window for my application. The right side of the application is essentially a large windo...

JSF and Jquery - doesn't work

Hi I am trying to get Jquery work in JSF. But i doesn't work. Can somebody help me ? The scripts are in the folder : resources This is my JSP code : I am using netbeans and the <?xml version="1.0" encoding="UTF-8"?> <!-- Document : testpage Created on : 08.07.2009, 01:16:01 Author : reBourne --> <jsp:root version="2.1" xm...

Documenting a PHP extension with PHPdoc

I've written a PHP extension in C, and I want to create PHPdoc documentation so that my users will get inline docs in their PHP IDE (in this case, Netbeans) when calling my extension. Ideally I'd like to do this by embedding the PHPdocs in the C code, to keep implementation and documentation together. Assuming it's possible to embed PH...

netbeans - preview html within IDE , split view??

Hi there, I have installed the latest version of netbeans and its working.. I have opened an html file but i don't see where i can preview it.. Does it support HTML preview inside the IDE? Do i need a plugin? I would like to view in design mode at least so i can design in the ide ... All i see is pure html ... any ideas? thanks ...

How to run XDebug and Zend side by side?

Hello I am using a PHP shopping cart which requires me to use Zend Optimizer. I am using Netbeans as the IDE, and it requires Xdebug, but that's incompatible with Zend. These are the lines in my php.ini zend_extension_ts = "D:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll" zend_extension_manager.optimizer_ts = "D:\xampp\php\z...

Is it possible to have a dependency on a JAR file in a NetBeans module project?

I have created a NetBeans module project and need to add a dependency on a JAR file I have created- is this possible? I only see the option to add a dependency on a nother module. I am using NetBeans 6.5.1. THANKS! ...

Tutorial: XML in Netbeans IDE

Does anyone have a good tutorial for using XML for storing data in a Java application utilizing the Netbeans IDE? I would like to be able to instantiate classes in the Netbeans IDE to support calling to and from XML files. I understand Netbeans IDE and possibly Java in general supports XML classes, but I do not yet know how to access the...

Most Common C / C++ Compiler for NetBeans and Windows

What is the most commonly used (simplest) C / C++ compiler used on Windows when using the NetBeans IDE (6.7)? I want to write (mostly) simple C programs. I have Cygwin installed but for some reason NetBeans doesn't like it. I'm getting a error from it and before I try to figure this out, I thought I should find and (if needed) configur...

Netbeans memory management

I have some Java code that is throwing out of memory exceptions after running for a while. I've investigated the netbeans profiler, and when I do one specific operation the Surviving Generations Metric goes up. However when I reset the program status (not kill it), the Surviving Generations Metric does not decrease. Why is the survivi...

Swing & NetBeans 6.7.2 design view

I could not open the swing java file in design view because *.java and *.form are in different folder. How can I link those files in Netbeans ? ...

Redirect Standard Input when launching a C app from NetBeans

I'm using NetBeans to develop some simple applications to solve puzzles. Upon launching one of these simple console applications, I'd like to get the input from a simple text file that I put together. I recall mention of redirecting standard input and output. I looked up the syntax but I'm not sure on the proper way to tell NetBeans (o...

browse for files from a machine

is there a way i can implement a browse function in NetBeans 6.5 by use of a button and a text field? i want when i click on the button to be able to browse different drives for files and when i click open the file name plus location appears on the text field the way we browse for files in windows. ...

How do I add components at run time to a Swing UI created with Netbeans visual editor ?

I am currently writing an application where the user has, at some point, to click a button which have been generated at run time. I know how to do it when writing all my swing code from scratch, but I'd like to take advantage of Netbeans' visual editor. The generated UI code goes into an initComponents() method I can't modify since it i...

Troubleshooting XML/HTML Code Completion/Suggestion in NetBeans 6.7?

When I open an XML or HTML file in Netbeans, I get "No Suggestions" when I hit Ctrl+Space among markup. Because code completion/suggestion works for my PHP-/Java-specific code, I am certain that I am doing something wrong. Is there a way to troubleshoot this problem (without wiping out my ~/.netbeans/6.7/ folder)? ...

validation error in django forms when listing members

I imported forms and tried to give in NETBEANS: name = forms. It is supposed to list the elements but its giving the error as: ValidationError Django validation and HTML form handling. TODO: Default value for field Field labels Nestable Forms FatalValidationError -- short-circuits all other validators on a form ValidationW...

how to link a 'webclient.war" file with another Java web application?

I created a "java web application" in Netbeans, added "web service clients" using three WSDL files. Netbeans created a webclient.war file. So far so good. I created another "java web application" in netbeans and now I want to refer to all objects and generated methods that are now available in the "webclient.war" file. How do I do that...

JSF, refresh problem when getting the url parameter from backing-bean

In my JSF project I have two pages, Page1 and Page2. And a backing-bean called Page2_backing. Page1: <html id="outputHtml1"> <head id="outputHead1"> <ice:outputStyle id="outputStyle1" href="./resources/stylesheet.css"/> <ice:outputStyle id="outputStyle2" href="./xmlhttp/css/xp/xp.css"...

Why does NetBeans still use JDK 1.5?

This question has always bothered me. And the NetBeans wiki does not say anything about that... Besides, JDK 1.5 will complete the End of Life process very soon and 1.6 has been around for quite a while. So why do they still use version 1.5 even if 1.6 is available on all Netbeans-supported platforms? ...

Netbeans Version Control File Color Codes?

I'm trying to find a legend that can help explain the different colors Netbeans uses to describe the state of a file. In my project, some of my files are: grey blue green [colors I have yet to discover] If it helps, I'm using Netbeans6.7 with CVS. ...

Use Different Password for entity manager in auto-generated Netbeans code

I am using the NetBeans IDE along with Java. I do want to distribute a database password/login in persistence.xml, but allow it to be set by the user/installing person in a config. The NetBeans IDE created a persistence.xml file for my connection that contains all of the database connection information and auto generates the code below:...