On Win 2K Pro I successfully installed Forte for Java 4.0 CE sometimeback and have not used it for over a year so I want to remove it. WhenI go into Add/Remove Programs and try to remove it a tiny error messagewindow pops up and says: "The JVM is not valid". And it refuses tolet me uninstall ...
It's quite possible I have missed something.... but what exactly is the extent of the Servlet & JSP support in Netbeans? i.e., I can add a Web module, and proceed to add Servlets or JSP pages, but the IDE doesn't seem to manage much. That is, at deployment time, the class files are not ...
Hi there,I want to develop a parser w/ JavaCC. Is there Netbeans support for .jj files and their build process?Thanks!CU, Chris
Hi,I've got a VSS Filesystem mounted and it seems value for the "Refresh Period" in the "Customize" dialog never persists a session and is always reset to 15000.I even tried modifying the value in the xml-file but it still defaults to 15000. Anyone else noticed this?Ulrich ...
662 byte By
NetBean at 2007-11-25 16:52:04
Hello,If I hit, cntrl+shift+F in the editor then netbean formats my code.But this feature gets unavailable when I select a directory in the explorer. why?I have asked all my team members to use tabs as 4, convert tabs to spaces whensaving but sooner or later someone breaks this.Now I have to go ...
534 byte By
djwhyte at 2007-11-25 16:52:03
After just recieving the new XML module, I thought I would give some of my XML files a play, and started to use the validation functions etc. The problem is that my XML files utilise Schema (XSD) documents which the Xerces parser included as part of the JAXP can not handle unlike the older ...
<DIV><FONT face=Arial size=2>Hallo everyboday,</FONT></DIV><DIV><FONT face=Arial size=2></FONT> </DIV><DIV><FONT face=Arial size=2>I open an existing project, compile the project and try to execute one servlet. Than I get the ...
I have some questions about the different option levels that are available(i.e. Project, User, Default). I like the way when you change a defaultoption it moves it into the user level. Is there a way to overwrite thedefault options that are available? We want to add several default VMs ...
I am using NB 3.4 RC1, and I no longer seem to be able to compile JSP filesthat use custom tags. The compiler gives and error jsp/home.jsp [1:0] File "/util" not foundwhen it encounters <%@taglib uri="/util" prefix="util" %> in the JSP. I wassure this use to work. Can somebody ...
Hi,I have the src.jar mounted...what else do I need to do?Thanks,Meg
HI!Inspired by another current topic, I would like to ask for another debuggerfunction: Goto here.Explanation: The current line is 500, so this would be the next to execute,but I want to continue at line 507, without executing 500-506. So I wouldlike to set the current line from 500 to 507. The ...
<DIV><SPAN class=362322705-08082002><FONT face=Arial size=2>Has anyone besides me noticed that in the update center if you get an error dialog you can't cut and past the text? </FONT></SPAN></DIV><DIV><SPAN class=362322705-08082002><FONT ...
1339 byte By
meah,john at 2007-11-25 16:51:54
Hi,I am trying to migrate an application I amdeveloping to the netbeans platform. I have beentrying to build the platform, for quite some time, andhave made some progress but still cannot ant build theplatform. Here is the output from ant:compile-regular:[javac] Compiling 516 source files ...
I am using the generic VCS module with the ClearCase profile for Windows NT. Iget an exception that vcs/list/AbstractListCommand is not found. I checked theIDE log file and both vcscore and vcs.advanced modules are mounted (version1.6). When I examined the contents of vcsgen.jar, though, it ...
Can you not set breakpoints in JSPs in either of these two versions? Or is this an inherent problem with the new support for servlet containers other than Tomcat 3.2?The toggle breakpoint command isn't an option on JSP files, context-sensitive popup menu, Shift-F8/Ctrl-F8 doesn't work to set ...
448 byte By
Day,Rob at 2007-11-25 16:51:49
Just installed the J2SE and then attempted to installed Sun One Forte Community Edition but keep getting 'A suitable JVM could not be found please run the installer with the command-line option -is:javahome <JAVA HOME DIR>. My java -version shows the correct version and when I attempt to ...
Hi,I'm a Java-Beginner and use netbeans several weeks now.I have aproblem when I'm using Swing and load Images:When I run the program from bash, the program works correct and the imagesare there. But when I start the program within the netbeans IDE the images aremissing in the running ...
The output window does not handle ctrl-c properly, as the copy to clipboardis done but the character is not consumed, so an unprintable character isinserted into the output window.This is present in 3.3.2 and 3.4RC1 I am using jdk 1.4.0-b92 on windows 2000 Mike Skells ...
Not really a serious bug if it can be called that, but here goes...I have several classes openMake a new class from a templateRealized I didn't like how the template was done so I opened the Java filein system/templates and modified and saved itWhen I go back to try editing the newly created ...
My .wstcref files in the Explorer have no "edit" or "open" on the menu.I added "wstcref" to the "XML Object" list in theOptions window's IDE Configuration / System / Object Types.I also tried it under the Textual Objects but neither added an "edit" or "open" to the menu. Have I misunderstood ...
HelloI'm trying to use NetBeans with Bea WebLogic JROCKIT 1.3.1 and with the IBM VM 1.3 in Windows 2000 (SP 2) , but I can't use NetBenas with none of them.When I use the runide.exe or runidew.exe, there is an error messsage: "Can't load JVM.dll"The JAVA_HOME enviroment variable contains the ...
381 byte By
vy_ho at 2007-11-25 16:51:42
Some of my forms created in Forte3 goes blank in Forte4.Anyone experience the same thing?This happens to both my computer at home and at work. I am very surprise if no one experience this.Forte 4 is kind of nice with regard to the speed up of form edition (form with many components, it's much ...
Hi,is it possible in Java (and is there a feature proposal) to do step back inthe debugger? That is, the ability to go to the previous line of code whendoing step-by-step debugging for a limited set of instruction (say 10).If there is, the feature that would completely change my life when ...
Hi,Is it possible to create a Module in CVS?I want to bundle a group of java files as a module in cvs.Is it really true, that the buildincvs Client does not support Modules as excellent as i expected?An short Example:My Sourcefiles: de.nichte.file1.java de.test.file1.jave ...
String s0Ol1="0Ol1"; // zero and upper case 'o' and one and lower case 'l'try pasting the above in to a source file. it looks like s0011="0011" on 3.3.1 on a win98se system. somewhat annoying.thanks ray tayek http://home.attbi.com/~rtayek/ actively seeking telecommuting workvice chair ...
Hi,I am using Netbeans 3.2, and also I am using Ant script to compile anddeploy my project. At the moment I am invoking Ant script from the commandline. I was wondering is there a way to integrate NetBeans with my Antscript so this script would be invoked automatically from the NetBeans ?Thank ...
Hi,I love the automatic parsing of source code in the editor. But I haven'tfind a way to jump automatically to the next parser error. Is there apossibility to do this?Greetings,Thorsten
I tried the *-J-Dnetbeans.scrolling.tabs=true *flag for the first time today. The Source Editor comes up with the borders around the tabs, and the filenames on the tabs,missing. My JDK is 1.4. Anyone knows why is it so? Do I need to enable something else before I can use scrolling tabs?Sumit.** ...
Hello out thereI am running forte for windows, and am trying to develop an applet. The applet compiles and runs with no problems, but whenever I try to debug the applet, the debugger gives me the following message:java.lang.NoClassDefFoundError: DEException in thread "main"Since the applet runs ...
I have just started to use NetBeans, and now I'm in love ;)Up until now I always used XEmacs to create my html / java applets / jspfiles, so I used the "Created by XEmacs" icon I found on the XEmacswebsite.I would however like to "promote" the NetBeans IDE to the users of myweb-pages, so I ...
This is a multi-part message in MIME format.=_NextPart_000_0000_01C23D7A.6C49B730Content-Type: text/plain; charset="iso-8859-1"Content-Transfer-Encoding: 7bitHi all,I am using Forte for Java v 3.0.The fact is that I have a bean with a customizer.If I modify one of the bean properties ...
I'm using NetBeans 3.3.2 with JSDK 1.4 and for some reason NetBeans code helper will not work with the java.util.logging package. Itcompiles and runs the app using the logging with no problem.Any idea what the problem may be?Thanks,Dave
Hi,I am working at 800x600 on my laptop in MDI, and there is not much spaceleft for the editor. Is there a shortcut to display the editor in fullscreen? That is, I press a key combination and the editor takes the wholescreen. I press the same key combination, and the editor returns in ...
Hello all,What is wrong with the debugger in the current 3.4 builds? There are othererrors that have appeared the latest builds but the debugger keeps freezingwhen I reach a breakpoint and try to F8 through the source. Without anyreason it steps into some SDK code (i.e. Data.java) and then ...
When I check in files into CSV, they become read-only locally. Is therea way to make them writeable directly from NB IDE? (like right click its node in the file system pane?).
http://www.netbeans.org/about/ide/quicktour/editor.html says Press [CTRL+SHIFT+O], but that key combo lets me open projects , not source files. Documentation bug? I am using 3.3.2. I reported this asissue in http://www.netbeans.org/issues/show_bug.cgi?id=26303 ...
1288 byte By
EWU at 2007-11-25 16:51:20
<P><FONT SIZE=2 FACE="Arial">My Java Sources strings are not being expanded correctly in new source files.</FONT></P><P><FONT SIZE=2 FACE="Arial">In my project, I have changed the value of the "USER" string to my full name and defined a new string, ...
271 byte By
Arch at 2007-11-25 16:51:18
Hi,I selected two versions from the versioning explorer and then "diff" from menu. The files are jva/jsp files. I always get "unhandled Response:import"as an exception!! Has anyone experienced this?thanks-raj
327 byte By
Maxym at 2007-11-25 16:51:15
How to checkout Netbeans 3.4 standard distributionwithout www & testSomething like checkout -r release34 standard_nowww, but without testIs it possible?--Sincerely yours,Maxym Mykhalchuk-Netbeans localization - http://translatedfiles.netbeans.org ...
Hi,I need an advise with one probably very simple question for anexperienced Forte 4 java user: How to configure this IDE to storecompiled classes to the specified directory (not the same directorywhich is mounted as source directory)? Sincerely,AndreiPS I use v1.0 for Linux... ...
How do I keep the debugger from stepping into JDK classes likePropertyChangeSupport, Component, etc.? He loads each sourcefile into the debugger, and I don't even know where he's gettingthem (I renamed src.zip).-- ==================================================Glenn Holmer ...
Dear all,I was wondering if someone could explain that the J2EE Management Server iscompared with the J2EE SDK 1.3.1? Is the latter also the J2EE Ref Impl?I understand that the J2EE Management Server comes with a netbeansintegration module. My ultimate aim is to integrate the RI/SDK with ...
Hi,How is one supposed to install Video and Audio Loader? I put the jars inthe modules/ext directory but I don't see anything appearing in theinterface. I'm sure there's more to it.Thanks,L-- Laurent Duperval <mailto:lduperval@videotron.ca>Chichille, une lueur d'espoir ...
<DIV><SPAN class=203500921-02082002><FONT face=Arial size=2>Can anyone tell me if the binaries distributed for download that are posted as beta builds or Release candidates</FONT></SPAN></DIV><DIV><SPAN class=203500921-02082002><FONT ...
Hi,In other Editors, there's a feature to condense or expand controlstructures like "if-then-else", "while", ...You can see a "+"-sign on the left side and if you click on it, theeditor expands the control structure and you the the inner code - viceversa for the "-"-sign.Is there a possibility ...
We are using NetBeans IDE 3.4 RC1 and we are having the followingproblems loading resources. Are these bugs in NetBeans or what?From what I can tell, it looks as if NetBeans Modules cannot loadresources from the root of the CLASSPATH ("/") and it also looks like theClassLoader.getResource () ...
8049 byte By
renzo at 2007-11-25 16:51:02
Hi -I searched the forum and didn't find anything that would fix my problem.I installed the Forte for Java build 842 on my Caldera 2.4 (Linux2.2.4), with SUN's JDK 1.2.2 properly installed, using the rpm. I amgetting the following error on startup. So far, I have tried thefollowing:1. setting ...
I am using Netbeans 3.3.2 and I love the code completion for the standardjava foundation library classes. Is there anyway for the code completion tobe able to pick up other third party objects like the ones in struts orpossibly some of the objects in packages that I created. All those ...
I am currently using NetBeans 3.3.2 and I have only used it for a week. Iapologize up front if I am asking a newbie question. I currently have aproject created with 4 mounted directories with JSPs, java sources, and antscripts. When I open a file under one of the directories the title bar ofthe ...
I have servlet that I want to run from within the IDE. What isthe easiest/fastest way of doing this? I don't want to createa whole "web application", deploying it, etc. Am I supposed touse the internal "HTTP Server" or the Tomcat 4.0 server that camepre-installed? I couldn't figure out how ...