[java-tools-general] Can't uninstall Forte for Java 4.0

668 byte By GerryReno at 2007-11-25 17:12:01
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 ...

Web Modules?

579 byte By Boehrer,Tracy at 2007-11-25 16:52:07
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 ...

JavaCC support

176 byte By Ey,Christian at 2007-11-25 16:52:06
Hi there,I want to develop a parser w/ JavaCC. Is there Netbeans support for .jj files and their build process?Thanks!CU, Chris

nb 3.3.2: VSS refresh period bug?

331 byte By ulrich.luebke at 2007-11-25 16:52:05
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 ...

Formatting code of a package

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 ...

XML Forte The Xerces Parser and Schemas

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 ...

execute error

1549 byte By Steltner,Joern at 2007-11-25 16:52:02
<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 ...

Option level configuration

953 byte By Johnson,Lance at 2007-11-25 16:52:01
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 ...

Error compiling JSP

368 byte By Ball,Garrin at 2007-11-25 16:52:00
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 ...

How do I step into Sun's JDK code in the debugger?

110 byte By Garrison,Meg at 2007-11-25 16:51:58
Hi,I have the src.jar mounted...what else do I need to do?Thanks,Meg

Debugger - Goto here

449 byte By Boerkel,Thomas at 2007-11-25 16:51:56
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 ...

Pass along to correct folks?

3722 byte By Chandler,Andrew at 2007-11-25 16:51:55
<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 ...

Ant nbbuild\build.xml fails - cannot resolve symbol

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 ...

NB 3.4 RC1 VCS: java.lang.NoClassDefFoundError: vcs/list/AbstractListCommand

578 byte By Kalab,Peter at 2007-11-25 16:51:51
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 ...

Debugging JSPs in 3.3.2, 3.4RC1

952 byte By Lynes,DanielBruce at 2007-11-25 16:51:50
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 ...

Newbie Question

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 ...

netbeans and images

560 byte By Seibold,Michael at 2007-11-25 16:51:48
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 ...

Ouput window bug

338 byte By Skells,Mike at 2007-11-25 16:51:47
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 ...

Editing templates

769 byte By Yip,JasonChe-han at 2007-11-25 16:51:46
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 ...

how to edit a .wstcref file?

467 byte By Rochat,Roxie at 2007-11-25 16:51:45
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 ...

I can't use a differente Virtual machine tahn Sun's VM

610 byte By Alfaro,Fernando at 2007-11-25 16:51:44
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 ...

Mad as hell, form editor not work.

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 ...

Debugger - back step

857 byte By Carcassi,Gabriele at 2007-11-25 16:51:41
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 ...

bulid in-CVS Client: Is it possible to create a Module in CVS?

985 byte By nichte,carsten at 2007-11-25 16:51:40
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 ...

zero and upper case 'o' and one and lower case 'l'

476 byte By Tayek,Ray at 2007-11-25 16:51:39
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 ...

NetBeans and ANT

923 byte By Linetsky,Eugene at 2007-11-25 16:51:38
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 ...

Navigating to parser errors

242 byte By Sch&#;fer,Thorsten at 2007-11-25 16:51:37
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

Tabbed Panes Switch?

358 byte By Kishore,Sumit at 2007-11-25 16:51:36
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.** ...

Problems debugging applet.

505 byte By Minero,Javier at 2007-11-25 16:51:35
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 ...

"Created with NetBeans" icon anyone?

511 byte By Norbye,Trond at 2007-11-25 16:51:34
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 ...

Form Editor: Customizer not updating source code?

4151 byte By Antonio.V.Varela at 2007-11-25 16:51:32
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 ...

Problem with code helper and java.util.logging

293 byte By Brown,Dave at 2007-11-25 16:51:29
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

Editor - full screen mode

492 byte By Carcassi,Gabriele at 2007-11-25 16:51:28
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 ...

Debugger malfunction

430 byte By Bierman,Silvio at 2007-11-25 16:51:26
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 ...

How to make a read-only file writeable from IDE?

210 byte By Cai,Zhenlei at 2007-11-25 16:51:23
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?).

how get to "Fast Open" dialog, [CTRL+SHIFT+O] does not work

302 byte By Cai,Zhenlei at 2007-11-25 16:51:22
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 ...

Java Sources Strings table

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, ...

cvs diff does not work

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

CVS checkout w/o www & test

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 ...

Class directory & Forte update question

355 byte By Ivanov,AndreiA. at 2007-11-25 16:51:13
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... ...

debugger steps into JDK code

560 byte By Holmer,Glenn at 2007-11-25 16:51:12
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 ...

What is the J2EE Management Server?

683 byte By Sudra,Rajeev at 2007-11-25 16:51:11
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 ...

Installing videoLoader and AudioLoader

511 byte By Duperval,Laurent at 2007-11-25 16:51:08
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 ...

Netbeans Beta and RC releases

1362 byte By Chandler,Andrew at 2007-11-25 16:51:06
<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 ...

Expand / condense control structures in editor

419 byte By Sch&#;fer,Thorsten at 2007-11-25 16:51:05
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 ...

Possible Bug in the way NetBeans loads resources from within MODULES

1914 byte By Sapp,Jason at 2007-11-25 16:51:04
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 () ...

segmentation fault at startup

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 ...

Code completion for new code

619 byte By Frezoulis,Gus at 2007-11-25 16:51:01
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 ...

Title bar problem

734 byte By Frezoulis,Gus at 2007-11-25 16:51:00
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 ...

How to run simple servlet under 3.4?

789 byte By Wolf,Thomas at 2007-11-25 16:50:57
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 ...