I've got an application written in Java - Forte 2.0/3.0. It's GUI createdin Forte as well. It has a window, a JFrame which in turn has severalJTables, and manually created models in the Form Editor. Now, NetBeans 3.3.1tends to kill / clear the model code made for the JTable in Forte's ...
Hi, all,Those of us who market NetBeans have been thinking for a while that more flexibilitycould be had by using a convention typical of other open source projects - per-releasecode names. The advantage is that it decouples the work from the target releasenumber. We would like to propose that ...
Hi, allHow can i integrate (with debug, etc) NetBeans IDE with SUN J2EE ReferenceServer? Is it possible?Thanks in advance,Fábio
All -When I finish a debugging session using JPDA, is it supposed to stop the JVM it is connected to? (Shift+F5)This doesn't seem like the correct thing to do, especially when you are connecting to a remote JVM. I'm trying to debug a server side (Servlet) application and everytime I finish ...
Hello,we have a filesystem here where we home some packages which are "backup" folders.The classes in those folders are not correct, because they have the wrong package declaration (being a copy of the parent's folder class).Unfortunately the code completion database refuses to parse that ...
Hello,I'm wondering if we will get any problems, if more than one developerwill work on the same filesystem located on a network server.Will the different instances of NetBeans running on the client workstations somehow cause problems when writing settings (e.g. .nbattrs) especially when the ...
Hi all,I wonder if there is any elegant way to update netbeans to a new version. The automatic update center instructs me, to fetch the new .zip from the homepage and so I did.As I am working with Linux, I see two ways of installing the new version and get it going like the old one. First I can ...
<!-- Converted from text/rtf format --><P ALIGN=LEFT><SPAN LANG="en-us"><FONT SIZE=2 FACE="Arial">I am trying to edit</FONT></SPAN><SPAN LANG="en-us"></SPAN><SPAN LANG="en-us"><FONT SIZE=2 FACE="Arial"> a javascript file. NetBeans has ...
Hi AllFirst of all : I like this feature very much and ask myself how I could ever live without it.But there is a little problem and I don't know if it is a bug or if I'm not able to use it correctly.When I use Xalan/Xerces classes I got the message that there is no javadoc available. I put ...
Hello all.If I mount a JAR in Filesystems, is it automatically part of theClasspath for debugging/executing Web Applications using the InternalTomcat 4.x implementation?It was certainly the case for NB3.1 and Tomcat 3.2, but it no longerseems to be the case in my NB3.4b1 version.Thanks.--nick ...
The debugger display int variables in signed decimal format. How do I view an int variable as hex (or octal, or unsigned int, etc)?Willis Morse
I am having all kinds of grief trying to use the official Studio one 4version, and the earlier versions don't seem to be available anymore.So Ithought that I would try to see if I can get netbeans to do the stuff I needto do.So far, everything I've tried seems to work as advertised. But ...
Thanks to this list, Netbeans is now working for me, doing much better thatI've gotten Studio one to do. Is Netbeans 3.2.2 supposed to work with the1.4 version of the JDK?When I try that it never makes through startup.I'm not sure if that is worth reporting as a problem or not. ...
A little further along.We have a couple JSP pages that were not intendedto compile in their own right.They are included by other pages with the<% include %> directive.Netbeans of course tries to compile them withpredicable negative results, and I need to find a way to tell it not to.No ...
Does anyone else have problems with windows' size/position not being savedcorrectly in Linux? No matter what I do, the editor and explorer windowsnever appear the way I had them set before. On Windows, this always worksperfectly.OS: Red Hat Linux 7.2, kernel 2.4.7-10JDK: Sun JDK 1.3.1_02NB: NB ...
I've been experimenting with turning off unused modules to possibly helpspeed up netbeans (as well as simplifying menu options). I have noticed thatsome modules seem to be dependent on JSP color syntaxing. For instance, theJAR packager and Debugger both require you to disable JSP color ...
Hi,I have tried to find a way to display the nodes from a specific subnode on in the explorer without affecting the classpath.Typically, we use packages com.company.* and there is never anything below that. In the explorer, this results in horizontal scrolling. I would like to make the ...
HI!After working a while with NetBeans, suddenly no VCS commands are workinganymore. Meaning that clicking on icons in the VCS toolbar or choosing VCSitems in the VCS menu does just nothing (but no exception is being thrown).Also, sometimes there are new directories created in a mounted VCS ...
HI!I do a Refresh Recursively and then I close NetBeans. After startingNetBeans again, some directories are marked local, others current. Also,some sources that are open in the editor are marked local and otherscurrent. It seems strange that the VSS status of some files is displayedcorrectly ...
231 byte By
eden,ed at 2007-11-25 16:34:41
It is something simple, I just know it. I have a swing jtable and can't seem to get the column headers to show. There seems to be no flag in the properties sheet. Do I need to setup the "tableHeader" some how?
230 byte By
Lordi at 2007-11-25 16:34:42
Hi,i was wondering, if it is somehow possible to generate anant-build-file from a netbeans jar-recipe?If it is not possible, wouldn't it be a nice feature?Best regards,lordi
<DIV><FONT face=Arial size=2>My First Question:</FONT></DIV><DIV> </DIV><DIV><FONT face=Arial size=2>I just installed Netbeans and tried to compile my source code, it doesn't work with the selected (during install) jdk 4 but how do I tell ...
1925 byte By
R,Markus at 2007-11-25 16:34:44
Hallo,Since I've upgraded from Forte CE 3.0 to Sun One 4, I can't compile my JSPsany longer. Problem is, that any supporting class I'm using, is not found bythe servlet-compiler. (error: 'Cannot resolve symbol').This error occurs while compiling the generated servlet.The supporting class ...
HiThank you for the answer.But it does not work. The "normal" javadoc is available (ContextMenu Show JavaDoc in Editor) but not the code completion javadoc. This is a new feature in NB3.4 and it does not need a compiled javadoc. I know that because it works with the code in my own classes with ...
After years of RMI development I just discovered a great feature in theNetbeans RMI Module. It automatically runs a codebase server serving out themounted files systems, and additionally, if you execute with theRMIExecutor, it sets up a codebase property pointing at the internalcodebase ...
Hello,NB3.4 beta2 (=current dev build), with JDK 1.4.0_01 and Win2KIn NB 3.3.x I could click on the hyperlink in the output window which is created by a printStackTrace() and NB would jump to the source file and the correct line number.This functionality seems to be broken in NB 3.4.I have ...
For some reason, the IDE no longer seems to be recognizing Ant XML files. INthe explorer, they come up simply as XML rather than Ant with the littlerhammer. I've check the options, and don't see anything wrong, the model isactive. Also, I had target shortcuts on the toolbar. They're still ...
Hi,my module is trying to add a new Workspace to the list of available workspaces. I did this by calling WindowManager.getWorkspaces() and creating a new array of type Workspace being one element bigger than the one I got through the call. This works perfectly well until version 3.3.1 (I ...
Hello,I'm looking for a Java-IDE, which supports BeanContext. Neither JBuilder nor Forte4J is currently able to do so. Are there any plans in this direction?ThanksKlaus
When I change a jsp, the save button does not get enabled, and ctrl+sdoes not save the file.I looked in Issuezilla, but did not see this listed. Has anyone elseseen this, or should I quit smoking this hemp rope? ;-)Larry
386 byte By
JK at 2007-11-25 16:34:57
I am using forte for java 4.0 with jdk 1.4.0_01. When I try to start the built in http server (httpserver.jar), I getHTTP server could not start. Check that the port is not in use.What does that mean? I searched for an answer everywhere on the web, but couldn't find any piece of information on ...
Hi there,when I compile my Project, the .classfiles are always written into the samedirectory as the sourcefiles.How do I change the output directory?Thanks for your helpPatrick
Hello,is there a way I can put comments into the ide.cfg file?CheersThomas
Hello,as I was playing around with the new 3.4, I discovered that in MDI mode thetitle bar of the maximized windows is now removed which makes it look muchmore streamlined. There are however two little things which could be improved:Maximizing the source editor leaves an ugly dark-blue frame ...
I tried looking around the Netbeans.org site but could not find the answers,so here it goes.1) What versions of Xerces is used in NB 332?2) There are other projects that I am working on outside of NB that useXerces. I downloaded the necessary jars from apache.org and loaded thoseinto ...
Hi,sometimes when I start NetBeans the MDI configuration changes to SDI. When I wanted to change this back with Tools|Setup Wizard... I it didn't show the correct configuration for other things, too (eg. the configuration of the Update Center). I didn't have this problem with v3.3.1Is there a ...
<P><FONT SIZE=2 FACE="Arial">Hello,</FONT> </P> <P><FONT SIZE=2 FACE="Arial">Fooling around with the docking of MDI windows gave some behaviour I regard as incorrect:</FONT> </P> <P><FONT SIZE=2 FACE="Arial">Sometimes when I detach ...
The second beta of NetBeans 3.4 has been posted to the web site. http://www.netbeans.org/devhome/download.htmlAs usual, this is a beta rather than a heavily-tested release. If you are using NetBeans for important production work, stick with 3.3.2. But anyone interested in seeing the new features ...
One of our developers has a status of [Unknown] on some files inour CVS repository. When he tries to do a CVS operation on anyof them, he gets:cvs server: failed to create lock directory for `/usr/local/cvs/com/weycogroup/upc5j/upc5j.java' ...
This is probably a very low priority issue.I noticed that the default for cvs filesystems is to use the defaultswitches only. I set up a cvs file system, and changed that settingright away. I then did an update, and got the warning about the cvsclient using only default switches, then got the ...
Hi all,There is a feature that I loved when I used to use Ultra Edit, that wouldallow you to select a block of code, right click and select "Comment". Itwould the automatically add // to the beginning of each line you selected.You also had the option to select the code you have commented and ...
Hi all,Development build 20, source snapshot, and new extra binariesare now available for download from http://www.netbeans.org/downloads.htmlYes, we missed build 19 :-) We are however getting closer to being able to do nightly builds of the dev trunk, and having them automatically published on ...
482 byte By
RefuX at 2007-11-25 16:35:15
I added JDK1.3 javadocs in the JavaDoc manager. Then in the Text Editor gotthe code completion window for System.outIt says: "JavaDoc not found"However there is an icon above to "show javadoc in external browser", andhitting this button DOES display that JavaDoc in an external browser.I guess ...
I've been experimenting a little with creating templates, and a couple ofquestions arose.1. Is there by chance a way to create a package for use with a template? Forexample, I have created an EJB Group template that creates 3 files. I wouldlike to be able to click on an existing package, use ...
The help documentation for the Tomcat server plugin seems to be sparse ornonexistent in the standard IDE 3.3.2 release.How exactly should I goabout setting up the user configuration for a particular project?And isthere a better help subsystem somewhere that I should have installed? ...
If I have a working directory previously checked out, the mounting interfacewill detect automatically the CVSROOT, as usual. If I try to change therepository, though, it resets the value it found, even if it lets me changethe directory in the dialog.I use :local: and I notice that it keeps ...
7168 byte By
Ken.Dg at 2007-11-25 16:35:19
--Boundary-00=_6RO3BHK0000000000000 Content-Type: Text/Plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi all,=0D I use the NB 3.4 beta2's Dynamic java, And i try to write System.out prinltn("Hello");=0D when I type the dot after the System.out it jump out a ...
I am using NetBeans 3.3.2 and would like to change the key binding for the show Javadoc function. I don't seem to be able to find "show javadoc" on any of the key binding lists (Tools/Keyboard Shortcuts or Options/Editor Settings or Options/Editor Settings/Editors). I did find Index Javadoc ...
237 byte By
tek at 2007-11-25 16:35:23
within netbeans, the compiler is balking when i try this:req.setCharacterEncoding(encoding);however, when i compile the above using ant, specified the j2ee 1.3.1 .jar, it works...?thanks.
Hello,This is not related to F4J, or maybe it is. 2-3 years ago, I saw on Sun'swebsite and there was this application, Sun's Java Workshop 2.0.Anyone remember this? What happened to it?--Best Regards,Wing HoeICQ: 2213281Email: winghoe@hotmail.comwww: http://pwp.maxis.net.my/winghoe ...