Help, frequently lag when typing

12958 byte By Baltz,KC at 2007-11-25 16:36:53
I've been experiencing very slow performance while using the editor since I downloaded NB 3.3.2. I'm attaching a trace taken by hitting Ctrl-Break in the hopes that it will show something wrong. I notice a lot of threads are waiting, so I don't know if deadlock is a possibility. I'm ...

Conditional breakpoint?

275 byte By Godeau,Patrick at 2007-11-25 16:36:54
The "Add breakpoint" dialog has a "Condition" fieldwith the comment "supported only by JPDA debugger".I have JPDA debugger but I don't know how to use thisor if it is really implemented.Any help welcome, thanks.Patrick Godeau

Debugger Configuration

336 byte By Rispoli,FabioC. at 2007-11-25 16:36:55
Hi,I was having problems with the debugger and tried to change some of the default options. The fact is that I want to return the original configuration, but could not manage to find them nowhere in the documentation.Could someone please help.Thanks.Fabio C. Rispoli ...

Ant scripts *are* XML (post features a humor bonus)

1376 byte By Cepek,Mike at 2007-11-25 16:36:56
I bet we'd all agree that:A) XML files in NB have some handy features, like parsing, little red Xs,etc. andB) Ant files in NB are pretty well integrated to, like the ease of invokingtargets (e.g. shortcuts, "Run Target" from a right-click in Explorer, etc).However, Ant files *are* XML files. ...

First time with CVS built-in

621 byte By AGNOUX,Herve at 2007-11-25 16:36:58
Hi,I use CVS for the very first time. It's for a new Project. I understand nothing. In my opinion, I suspect I use the "New Wizard CVS", with the "Built in" utility, because I select the Password Server in step 3 of the wizard.At this step, the wizard demand the server name, the user name and ...

permanently dock databases in separate tab?

833 byte By flacco at 2007-11-25 16:37:00
How can I get Netbeans to permanently put databases in a separate tab? I got this far:- Install databases add-in and create new workspace tab named "databases"- Select Database node in Explorer and select View, Explore from here- Using Customize Workspaces, move the separated database window to ...

Ant problem in NB3.4 beta 2

774 byte By Smith,John at 2007-11-25 16:37:01
Hello All, I am experiencing a rather odd Ant problem. I am using the same buildscripts on 3 different computers and they all work when run from the commandline. No problems... when I try to run the build scripts from within NB'sthey work on two of the computers... one is running NB 3.3.2 the ...

Installation issue

4137 byte By rohinipotukuchi at 2007-11-25 16:37:02
Hi all ,I am using Forte for Java 4 Enterprise Edition with JDK1.4.0 on WinNt 4Sp6. I have added my own module (DescribeForte.jar) . When i try to use mymodule i get the following error which i do not get when i use JDK1.3.1.javax.xml.parsers.FactoryConfigurationError: ...

Delete a word

463 byte By Hana,Jirka at 2007-11-25 16:37:03
Hi,In every Windows Edit box and in many editors, the shortcuts Ctrl+Del/Backspace deleting a word (the characters between a current cursor position and the end/beginning of the current word). But it does not seem to work in Netbeans (3.3.1). I can assign Ctrl+Backspace to be synonymous to the ...

Netbeans vs Forte4J CE

361 byte By Eising,Iwan at 2007-11-25 16:37:05
Hi all,I'm just wondering, what is the relationship between NB and F4J CE? I know that F4J CE is now open-source and submitted to Netbeans, but are the developments in synch?Can I use the F4J modules with NB? How about the F4J Internet EAP modules?If they are not interchangable, which one to ...

servlet execution and classpath

885 byte By May,GerhardH.W. at 2007-11-25 16:37:06
I have put a .jar file in my classpath for external execution, and it workswith standard java applications. However, when I tried to use it with aservlet, I obtained a classnotfoundexception. I got it to work when Imounted the file as a filesystem, but would like to know if I have to addthe ...

Ant help set missing in latest trunk

349 byte By Evans,Jon at 2007-11-25 16:37:07
Hi,The Ant help set seems to have disappeared from the latest trunk, NetBeansIDE-dev-200206280100.tar.bz2. It was also missing in NetBeansIDE-dev-200206240100.tar.bz2.It was the only help set I regularly used. D'oh!Jon.PS. apart from that - good job. I use NetBeans all day, every day. ...

Custom Layout Manager

11003 byte By Saunders,Michael at 2007-11-25 16:37:08
Using my own layout manager in the form editor's component palettethrows the an exception (see below) when I change more than oneproperty. It allows me to set any property, but only one, and then afterthat netbeans throws exceptions). To verify it was not my own customlayout manager that was ...

NB can't start after network unplugged

268 byte By Godeau,Patrick at 2007-11-25 16:37:09
Hi,NB 3.3.2 can't start and I have the following exception after I haveremoved my machine from network and rebooted (NT4). It's sad because Iwanted to do a demo of NetBeans.Any idea please?Thanks,Patrick

Problem in customizing the menu

419 byte By Muzio,AndreaDi at 2007-11-25 16:37:10
I added a couple of actions more on the Folder menu (Clean and Clean All).I did it in options, selecting the object type Folder and modifying the action list for the object.They work fine, but as soon as NB restarts, they are gone, and I need to add them again.I tested it in both 3.3 and 3.4.Do ...

linux installer doesn't find JDK?

602 byte By NetBeans at 2007-11-25 16:37:11
I was trying to run the .bin installer for 3.4b2 on a Linux machine (not aparticular distro). I do have jdk1.4 installed at /usr/local/jdk1.4, whichI have set as JAVA_HOME. /usr/local/jdk1.4/bin is also on my path. I havealso tried the -is:javahome /usr/local/jdk1.4 parameter the ...

GUI Layouts

931 byte By willie at 2007-11-25 16:37:13
Hello All;I've been having a problem with the GUI form editor and I'm wondering whatI'm doing wrong.I layout a largish GUI using Absolute Layout manager. I then change it togridbag. This is what I understand to be the correct way to do it if I readthe tutorial right.Well it works almost fine ...

replace the 'Convert to text' by a 'Open as'

3055 byte By Brabant,Vincent at 2007-11-25 16:37:14
<DIV><FONT face=Arial size=2>I would like to know what users and developers thinks about this enhancement</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>When a file extension is a unknow ...

jsp's and servlets won't run at all

457 byte By hilscher,rainer at 2007-11-25 16:37:15
Hi,I just installed Forte for Java 4 running tomcat and I can't get any jsp-example to work. I know files have to be placed in the web-inf directory but after trying all web-inf directories I could find I am now exasperated. All I ever get to hear from the server is "The requested resource ...

A couple of weird happenings

553 byte By Ball,Garrin at 2007-11-25 16:37:17
I'm using dev build 200206280100 and I've found a couple of strange things:1. There always appears to be an expandable node on every JSP file in theexplorer, of course the JSP file is not expandable and the graphicdisappears when clicked.2. Often when I go to mount a filesystem, "EMPTY" ...

CVS Output Window pops up rather than staying in MDI

364 byte By dion at 2007-11-25 16:37:19
I've looked all over for the Option so that the "Output of VCS commands" window stays inside the MDI frame instead of it's own, but can't find it.Any help much appreciated.--dIon Gillard, Multitask ConsultingWork: http://www.multitask.com.auDevelopers: ...

Sun ONE 4 CE fails to install on Linux

462 byte By langan,john at 2007-11-25 16:37:21
I have successfully installed Sun ONE 4 CE on SuSE Linux 8.0 with jdk 1.4.0 but with jdk 1.4.1 beta on Linux the Sun ONE installer fails part way through with a message about a missing package, which is identified only by a very long series of numbers and letters but ends in .4.0.Does anyone ...

NetBeans Site

308 byte By K,Rick at 2007-11-25 16:37:23
I can't reach the NetBeans site. My browser keepstiming out. Is anybody else having problems reaching the site? Anyidea when it will be back up?__Do You Yahoo!?Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com ...

Autoreply: NetBeans Site

500 byte By jason.phillips at 2007-11-25 16:37:25
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

[www-nbusers] using methods in other classes

794 byte By Bohlin,Tobias at 2007-11-25 16:37:27
<DIV><FONT face=Arial size=2>Don't know if this is Forte- or swingrelated. I can instantiate another class in the init-method, but I can't use methods in other classes from the init()-method. Something that was possible before with a regular applet. </FONT></DIV> ...

UnsatisfiedLinkError when starting forte4j

612 byte By Palmer,BrettG. at 2007-11-25 16:37:38
I am trying to run forte4j on my Caldera 2.2.5 machine. I just downloadedthe newest Forte version (ForteCE-FCS-1.0.noarch.rpm) from Sun. After Iinstall it and get the JAVA_PATH's setup all right, I get the followingmessage when I try to run it:Exception in thread "main" ...

[www-nbusers] method calls from JApplets (swing)

745 byte By Bohlin,Tobias at 2007-11-25 16:37:50
<DIV><FONT face=Arial size=2>Weird, it seems no method calls works from the class (tried in the constructor, init-method and pre- and post and whatever - code generation areas). It is possible to instantiate variables though. And wow - I managed to instantiate a ...

Integrating Existing CVS heirarchies

1874 byte By Cowan,Andrew at 2007-11-25 16:38:12
Howdy.I am attempting to use NetBeans with the existing CVS repository at my company. For historical reasons the CVS directories are not organized into java packages, but rather are organized into modules that are named by the last part of the package name. These modules typically have the CVS ...

Autoreply: Re: NetBeans Site

500 byte By jason.phillips at 2007-11-25 16:38:17
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Re: NetBeans Site

500 byte By jason.phillips at 2007-11-25 16:38:21
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Re: NetBeans Site

500 byte By jason.phillips at 2007-11-25 16:38:26
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Re: NetBeans Site

500 byte By jason.phillips at 2007-11-25 16:38:30
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Debugging large array variables

901 byte By Morse,Willis at 2007-11-25 16:38:34
In the debugger, variables that are large arrays (say, an array of 100K floats) cannot be opened and viewed. When you click on the disclosure icon to open the array for viewing, Forte locks up. If you're lucky, Forte comes back after a minute or two with an out of memory error. Sometimes, ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Re: NetBeans Site

500 byte By jason.phillips at 2007-11-25 16:38:35
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Re: NetBeans Site

500 byte By jason.phillips at 2007-11-25 16:38:39
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Re: NetBean

500 byte By jason.phillips at 2007-11-25 16:38:44
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

[www-nbusers] Inner Testers and JUnit

876 byte By Hensley,Richard at 2007-11-25 16:38:45
I used the setup instructions for JUnit at http://innertesters.netbeans.org/junit-style.html and discovered that avital piece was missing for how I am accustomed to using JUnit. The innerclass from the template should contain the following method.public static Test suite() {return new ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:38:51
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:38:58
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:39:04
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:39:11
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Compiling Tips?

369 byte By Ammerlaan,Erik at 2007-11-25 16:39:29
I have found that doing a "compile all" really doesn't compile all files. I have to go through each of my directories and do a "compile all" for everything to work correctly. You would think that a "compile all" from the root of the selected filesystem would suffice. Has anybody else run into ...

[www-nbusers] sudden breakdown

9078 byte By Bohlin,Tobias at 2007-11-25 16:39:30
<DIV><FONT face=Arial size=2>This code compiled and worked a while ago. Scientifical investigations have been performed on the code. It compiles but hangs in the web-browser. This happened suddenly. Is the fault the IDE's? the HTML invocation has been the same since a long time ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:39:38
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:39:45
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:39:51
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

rowset.jar seen within Forte but not without...

3253 byte By jmdeschamps at 2007-11-25 16:39:52
SUMMARY: In Forte application using ear-rowset works fine, but after being JARed stops working. Gettingm -JVM Launcher "Could not find main class: Program will exit" looks like a classpath problem but...DETAIL:My environment isJAVA JDK 1.3 SE Forte for Java CE, version 2 beta (Build ...

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:39:58
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...

How can i find tool to make jar file in forte

200 byte By Lu,Alex at 2007-11-25 16:40:03
Hi,How can i find tool to make jar file in forte? I remember it seems in Manu|Tool, but I can't find it. Could you tell me where i can find it?Thanks in advanceAlex

Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply: Autoreply:

500 byte By jason.phillips at 2007-11-25 16:40:05
This is an Automated ResponseIf you sent an email to a futuresolutions.co.uk emailaddress, the message was rejected because of incorrectspelling, or that person does not exist.Please recheck the spelling of the email and remember thatall futuresolutions.co.uk email addresses are in the ...