Re:using java completion outside netbeans

222 byte By Li,ChunChe at 2007-11-25 16:47:55
You can refer to http://editor.netbeans.org/doc/UserView/completion_PDFileFormat.html__Do You Yahoo!?Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com

code completion, project scope

607 byte By J&#;nos,Jarecsni at 2007-11-25 16:47:56
Hi,I would like to know if the code completion behavior has been changed inthe new NB version (>=3.4).I'm particularly interested in if NB provides code completion supportautomatically (!) for the classes and packages which are visible in agiven Java class. (The current - 3.3.2 - behavior ...

High memory usage.

498 byte By Colic,Alex at 2007-11-25 16:47:59
Hi,is there a way to minimize the amount of memory netbeans uses. On my desktp it takes up over 350meg of ram and it is still running really slow.Thanks in advance.Alex=====RegardsAlex Colic, HBA, B. EdPopWare Inc. "Driving down the cost of conversions!"E-Mail: Alex.Colic@pop-ware.comTel: ...

Debugging with JDBC

1147 byte By Bryer,Russell at 2007-11-25 16:48:00
<DIV><FONT face=Arial size=2>I have an application that uses Oracle JDBC. It executes fine when run from Net Beans but if I try and use the debugger is reports that the JDBC driver can't be located :</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> ...

TimerBean message

380 byte By Holmer,Glenn at 2007-11-25 16:48:02
I'm using NetBeans 3.4 beta 3 (200207170340 Q-build).How come I periodically get half-a-dozen dialogs opening in rapidsuccession that all say "TimerBean.jar does not exist", and nowcan I banish them?-- Glenn Holmer gholmer@weycogroup.comProgrammer/Analystphone: 414.908.1809Weyco Group, Inc. ...

Component selection in Form Editor

985 byte By EWU at 2007-11-25 16:48:03
<P><FONT SIZE=2 FACE="Arial">I haven't noticed this before, so I'm reporting it. This is on NB 3.4beta3 with JDK 1.4.1 (beta?).</FONT></P><P><FONT SIZE=2 FACE="Arial">I have a form that is a subclass of JPanel. It contains a tabbed pane (and other stuff) ...

has anyone got success with jdbc module ?

1364 byte By fruza at 2007-11-25 16:48:05
I'm quite interested in using the forte4j jdbc module. However all the attempts, I've done, have been wrong. I've tried with the oracle JDBC thin and oci8 drivers and also with jdbc-odbc bridge driver but I cannot get anything.I can use pretty well the drivers with the explorer-runtime ...

Database forms

266 byte By snpe at 2007-11-25 16:48:08
Hello,Can I make database form (applets and applications) in GUI IDE forselect,insert,update and delete data from database.I want tabular, one-row and master-detail formsIs it possible ?regardsharis peco

Question about usage of import stmts

999 byte By Adams,Evan at 2007-11-25 16:48:09
We've been having a discussion in issue 23889 about importstatements vs fully-qualified names, that is the use ofimport javax.Swing.JButton;...JButton btn = new JButton("OK");compared withjavax.Swing.JButton btn = new javax.Swing.JButton("OK");One perspective is that fully-qualified names ...

Default Coding Convention Settings

840 byte By Adams,Evan at 2007-11-25 16:48:10
Related to the post I just made about import statementsis the broader topic of default settings in the IDEthat are related to Coding Conventions -- indentation, placement of curly braces, import stmts, etc.I'd like to propose that, by default, the IDE shouldsupport the JDK Coding Conventions, ...

access control

120 byte By wong,vern at 2007-11-25 16:48:14
how do i control access to the cvsrepository?i want to prevent others from checking out the cvsroot

Forte and JNI - java.library.path variable

826 byte By Bell,Derek at 2007-11-25 16:48:16
I'm using Community Edition to write a front end to some numerical analysis routines. I've got to the stage where I have a DLL and compiled Java bytecode, but I get an UnsatisfiedLinkError at runtime. I've copied the DLL file into the directory where the bytecode is, but the results are ...

TBD

256 byte By Maxym at 2007-11-25 16:48:17
What does TBD as a target milestone mean?I just recently got many e-mails withTarget Milestone|3.4 |TBD--Sincerely yours,Maxym-Netbeans localization - http://translatedfiles.netbeans.org

Get rid of automatic mount of web-module

369 byte By Bierman,Silvio at 2007-11-25 16:48:19
Hallo all,I am developing web-applications using Jetty. I do not want to deploy ordevelop using Tomcat and have noticed that the current dev-builds seem tonotice a web-app directory among my mounted directories. Now NBautomatically adds these to my project. Can I prevent this ...

System properties

645 byte By D'Angelo,Claudio at 2007-11-25 16:48:20
<html> Hi, <x-tab> </x-tab>how can I set the system properties (-D options) when execute a program? <x-sigsep><p></x-sigsep> <b>Claudio D'Angelo </b>Software Consultant <b>ObjectWay S.p.A. </b>Via G.A. Boltraffio 7 20159 ...

[NB 3.4b3] NetBeans crashes and disappears!

1331 byte By Carcassi,Gabriele at 2007-11-25 16:48:21
Hi all,I have been using NB3.4 betas successfully for the past weeks. But now Ihave just discovered what I think is a serious bugs: I press a button andNetBeans disappears. No exceptions, no messages. The only thing I get (I useWindows XP) is window's message offering to send information to ...

IDE Frozen When copying a file

21800 byte By Cordell,Ron at 2007-11-25 16:48:22
I submitted a bug report against the CVS module for this, but thought I would post it here as well. I've posted it before, but I have some thread dumps this time.If Netbeans is up and running, and I copy a file in the file system to a mounted CVS tree in Netbeans, occassionally the IDE hangs. ...

Errors running ant from within netbeans

3823 byte By SteveEbersole at 2007-11-25 16:48:23
Just recently I started getting errors attempting to execute ant buildscripts from within the NetBeans IDE. Below is a sample stack trace I get.Anyone else experienced something similiar? Any suggestions?Mon Jul 22 11:23:31 CDT 2002: java.lang.NoClassDefFoundError: PostedStackTraceAnnotation: ...

class from parallel-mounted CVS filesystem not available to servlet at runtime w/built-in Tomcat

3734 byte By S,Jeff at 2007-11-25 16:48:25
I'm trying to get a servlet whose source (and in fact, its entire encapsulating web application) is in one mounted CVS filesystem to compile and run using a class from a package in another mounted CVS filesystem (within the same Forte project). Right now it compiles fine, but whenever I try to ...

Abbreviation does not work

662 byte By D'Angelo,Claudio at 2007-11-25 16:48:26
<html> Hi, <x-tab> </x-tab>the abbreviation function doesn't work any more. What's happened ? <x-sigsep><p></x-sigsep> <b>Claudio D'Angelo </b>Software Consultant <b>ObjectWay S.p.A. </b>Via G.A. Boltraffio 7 20159 ...

Problems with Forte not showing file extensions

604 byte By Stark,ScottM at 2007-11-25 16:48:27
There are a number of situations I am running into that I would like to seethe fileextensions but I can't find a property that disables Forte's hiding of thefile extensions.Does such a property exist?Problems I have include having a Makefile, Makefile.def, Makefile.rules allloadedin and ...

34b1 - batabase explorer menu bug?

448 byte By Meadors,Larry at 2007-11-25 16:48:32
When I connect to a database with the database explorer, the right-click menu does not change until I click somewhere else, then right-click back on the connection.Anyone else experiencing this?I looked in IZilla, but did not see anything...but I have a bugger of a time with that anyway. ...

ant: Compile failed, messages should have been provided.

1317 byte By Evans,Jon at 2007-11-25 16:48:33
Hi,Does anyone know under what circumstances ant compilation bombs out with the error in $SUBJ, instead of showing the compile errors? It seems quite inconsistant, it has defied all attempts to track it down.=================init:prepare:compile:Compiling 38 source files to ...

web module context root question

578 byte By Prabhu,Deepak at 2007-11-25 16:48:34
<P><FONT SIZE=2>I am not sure if this question has been posted earlier. I created a Web Module in my working directory and set a context root for the application. I later changed the context root, however, the tomcat server (i.e. server.xml) holds references to all previous context ...

Code completion empty after save

487 byte By EWU at 2007-11-25 16:48:37
<P><FONT SIZE=2 FACE="Arial">The code completion pop-up is coming up empty the first time I use it after saving the current file. This is in the Java editor. I have to cancel it and re-open it for it to populate correctly.</FONT></P><P><FONT SIZE=2 ...

Editor losing focus

435 byte By EWU at 2007-11-25 16:48:40
<P><FONT SIZE=2 FACE="Arial">Every time I do Alt-Shift-I to import a class, focus is transfered to the main window when the dialog is closed. This is in SDI mode, obviously.</FONT></P><P><FONT SIZE=2 FACE="Arial">This is with JDK1.4.0_01, ...

Ant Integration. Builds fail while building second time.

450 byte By kumar.mettu at 2007-11-25 16:48:41
Hi, With the build file (build.xml) we create jar a file. As part of clean we delete the jar file. When build is used thru NetBeans for the first time everything goes fine. When we use the same ant file again to build it fails in clean saying "Unable to delete file XXXX.jar". Any ...

How to use property sheets in standalone programs?

1215 byte By J&#;nos,Jarecsni at 2007-11-25 16:48:42
Hi,I'd like to use the property sheet infrastructure to be found in packageorg.openide.explorer.propertysheets.The simple program attached works fine when run from within Netbeans butbehaves oddly when run on its own. Is it possible to use the propertysheet API from standalone programs or only ...

Trouble with russian text in the jsp pages

290 byte By Vyacheslav_Yakovenko at 2007-11-25 16:48:43
Hi, All!I have a trouble with the Russian chars in the JSP page. When I save thesource file, all Russian chars are transform into the "?".There is no problem with other format such as html or java.I have netBeans 3.3.2 and W2K.Thanks.

Exception when Jalopy module enabled.

8341 byte By David.Smith at 2007-11-25 16:48:44
<P><FONT SIZE=2>Hi,</FONT> </P> <P><FONT SIZE=2>After all the recommendations for Jalopy, I decided to give it a try. I downloaded and installed the latest version (0.2.8 I believe). Now whenever I start NetBeans I get the exception at the end of this ...

"The system is out of resources" while compiling

625 byte By Boerkel,Thomas at 2007-11-25 16:48:45
HI!Suddenly, we get the folowing error while compiling all our sources at once:The system is out of resources.Consult the following stack trace for details.java.lang.OutOfMemoryErrorWe already tried to increase the heap in ide.cfg from 96m to 200m, but thatdid not help.We are using the external ...

how to make work context help from ide for java2 api doc.

322 byte By G&#;sp&#;r,Gy&#;z&# at 2007-11-25 16:48:46
i am new to forte. and i am trying to make the context help work but with no success. i would like to have something like in JBuilder. when the cursor is on a function name and you press F1 then the description of the function is displayed in the help window. is it possible to do that in forte ...

The javadoc tab in explorer...

2323 byte By Kellerer,Thomas at 2007-11-25 16:48:47
Well I do miss the Javadoc tab as well, as one could start browsing the documentation from there (index.html) but now I always have to search for some dummy words.Would be nice if there was a way to display the root of a documention filesystem.Thomas> --Original Message--> From: Patrick ...

Bad sorting of variable names in hashtable

518 byte By Kova&#;,Gregor at 2007-11-25 16:48:48
Hi!Today I've debugged a code that uses Hashtable.When I opened the variable holding the hashtable I see the picture that isattached.So variable names in that hashtable are :--[100][101]...[10]shouldn't that be:.[10][11][12]..[100][101].Is this a bug or do I have some wrong settings ?Best ...

NB3.4B3 Exception Thrown when starting a new project

3316 byte By Cordell,Ron at 2007-11-25 16:48:49
I got this exception when creating a new project. I had been working in another project in NB and used the project manager to create a new project. When I clicked the OK button on the Project Manager dialog, I got an exception dialog, and the following exception on ...

Multiple targets in the same project

1349 byte By Chaumond,Didier at 2007-11-25 16:48:52
Hi all,I'm using Netbeans 3.3.2 and our projects use multiple destination targets for compilation, so our projects define several compiler types, each of then differ only by the target destination. In this mailing list, Andy Kriger have send a mail on this subject. I've additionnal questions ...

how can I create tags

332 byte By tremblay,yann at 2007-11-25 16:48:53
When creating a new Class file with Forte for Java Enterprise Edition I have this header:/** ** @author yann* @version */Is it possible to add new tags, like the $Id$ tag handeled by CVS? If yes, how can we add it so each time I create a new file the same tag is always added? ...

Web poll on Release Code Names

1404 byte By Maxym at 2007-11-25 16:48:54
Dear users & developers!The web poll on release code names is created on http://translatedfiles.netbeans.org/rcn.htmlTim Boudreau wrote the explanation of why Release Code Names:Those of us who market NetBeans have been thinking for a while that moreflexibility could be had by using a ...

remote debugging with nb3.4 and jdk1.4.1 on win2000

964 byte By We&#;ling,Achim at 2007-11-25 16:48:55
Hallo,I'm trying to start my application with the following ant target:<target depends="init,all" description="Debug it." name="DEBUG"> <java classname="de.wessling.simpleEditor.SimpleEditor" failonerror="true" fork="true"> <jvmarg value="-Xdebug ...

why doesn't Alt -F1 work in JSP?

251 byte By Ball,Garrin at 2007-11-25 16:48:58
I've tried bring up the javadoc window while in a jsp file by pressing AltF1. It does not seem to work. I don't get any "javadoc not found" errors.Nothing happens at all.Any suggestions?Thanks

drag-drop of dockable views no longer working

319 byte By Fleury,P. at 2007-11-25 16:48:59
Hello all,Just went for NB3.4b3 and noticed that you cannot drag-drop the tabs to dock them elsewhere. I did not find anything mentioned in the mailing list archive, nor in the bug reports. Shall I file a bug ?I am using NB3.4b3, Sun JDK 1.4.0, RedHat 7.3--Pascal ...

NB 3.4: No icon in runide.exe and runidew.exe

184 byte By Boerkel,Thomas at 2007-11-25 16:49:00
HI!Why is there no icon anymore in runide.exe and runidew.exe in NB 3.4? Therewas a nice icon in NB 3.3.2 in those files.Regards,Thomas

what's the best way to add a new row or column to a GridBagLayout in the Form editor's "Custo

587 byte By Eakle,Peter at 2007-11-25 16:49:01
when I add a new widget to a form that uses a GridBagLayout in the Form editor, I then need to go to the "Customize Layout" dialog and position the widget correctly. But when I get there if I need to add a new row or column (just now I needed to add a new top row to the gridbag) I don't see an ...

Re: Code completion doesn't show static members with default access.

479 byte By Read,Bart at 2007-11-25 16:49:02
Hi all,I'm having this problem with code completion at the moment in that itdoesn't show static members with default (package) access when I'm editing aclass in the same package. I'm using FFJ 4.0 on WinNT 4 SP6 with J2SE1.4.0.01. Is this is a configuration issue, and if so how do I change ...

*FREE* slides of an upcoming web presendation : MVC+ STANDARD tags Vertical webApps good practi

1826 byte By C.,Vic at 2007-11-25 16:49:05
In order to facilitate discussion of the live web presentation (coming up in less than 24 hours) you can download the slides before the presentation; I have uploaded to basicportal.sourceforge.net.(Why attend the web presentation?: "I have done more pubic and private hands on lab Struts ...

.java extension

300 byte By Bricout,Andr&#; at 2007-11-25 16:49:06
Hi !for some reasons we have java files but with not with .java extension(.exemple) . When i open it, netbeans doesn't see its a java file. Can iadd the extension (.exemple) somewhere in an options to make netbeansopen it as a java file ?thanx ...

Vision for Import Management (was Re: Que stion about usage of import stmts

1227 byte By David.Smith at 2007-11-25 16:49:07
<P><FONT SIZE=2>> Thoughts?</FONT> <FONT SIZE=2>> </FONT> <FONT SIZE=2>> Evan</FONT> </P> <P><FONT SIZE=2>Sounds exactly what I am looking for. Thanks for taking the time to do this.</FONT> </P> ...

Xdoclet & Code-completion

272 byte By Sch&#;fer,Thorsten at 2007-11-25 16:49:08
Hi there,I'm generating home and remote interfaces of EJBs via xdoclet. Theproblem is, that I can't use code-completion in the IDE for theseobjects. Is there a workaround for that problem?Thanks in advance,Thorsten

Adding Documentation Automatically

352 byte By Gerard,Jason at 2007-11-25 16:49:09
Hi,Is there anywhere to have Netbeans automatically add some standard commentsto every file that it creates, like the standard disclaimer that appears atthe top of every open source code file?I looked everywhere to see if I could specify this or modify the templatesbut I couldn't find ...

CVS Commit Template Problem

1196 byte By Travis at 2007-11-25 16:49:10
Hello,I'm using NetBeans3.3.1 (Build 200202011224)on WinNT4.0 with J2SDK1.4.0. I'm also usingthe CVS command line WinNT exe (cvs1-11-1p1.zip),and ssh (ssh-1.2.14-win32.exe) to talk to theCVS server on a unix box.I'm attempting to change the default CVScommit template. I've added the ...