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...
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...
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...
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
...
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...
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!
...
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...
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...
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...
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 ?
...
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...
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.
...
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...
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)?
...
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...
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...
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"...
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?
...
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.
...
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:...