Re: NetBeans development build fails on Blackdown JVM

2001-10-22 Thread Glenn Holmer
They've filed it as bug #16813. > On Mon, 22 Oct 2001, [EMAIL PROTECTED] wrote: > >> Trung Duc Tran wrote: > >>> [snip] >>> In short if the user runs the IDE on jdk 1.2 or 1.3 we activate the old >>> NbFocusManager, otherwise (it means the user is using jdk 1.4 or later) >>> we use the new cod

Re: NetBeans development build fails on Blackdown JVM

2001-10-21 Thread Glenn Holmer
Juergen Kreileder wrote: > java.vm.version starts with 1.3 on Sun's and IBM's VMs but our VM has > "Blackdown-1.3.1-FCS". So jdk12or13 is false on our VM and NetBeans > tries to load a class which is new in J2SE v1.4. > > I think the test is broken, it should look at "java.version" and not > at

Re: NetBeans development build fails on Blackdown JVM

2001-10-20 Thread Sylvain GIL
On Sat, Oct 20, 2001 at 09:30:44PM +0200, Juergen Kreileder wrote: > jdk12or13 is defined as: > > ,[ NbFocusManager.java ] > | private static boolean jdk12or13 = > | System.getProperty ("java.vm.version").startsWith ("1.2") // NOI18N > | || System.getProperty ("java.vm.version

Re: NetBeans development build fails on Blackdown JVM

2001-10-20 Thread Juergen Kreileder
Glenn Holmer <[EMAIL PROTECTED]> writes: > Starting the 10/12 Q-Build of NetBeans 3.3 (first beta is next week) > under Blackdown 1.3.0 or 1.3.1 JVM throws, and the main window never > opens. The Sun and IBM JVMs work fine. Any ideas? > > Sat Oct 20 10:22:53 CDT 2001: java.lang.NoClassDefFou

Re: NetBeans development build fails on Blackdown JVM

2001-10-20 Thread Sylvain GIL
On Sat, Oct 20, 2001 at 10:35:11AM -0500, Glenn Holmer wrote: > Starting the 10/12 Q-Build of NetBeans 3.3 (first beta is next week) > under Blackdown 1.3.0 or 1.3.1 JVM throws, and the main window never > opens. The Sun and IBM JVMs work fine. Any ideas? You can get the > binary at this site:

Re: Netbeans wit JIT

1998-12-09 Thread Josh McCormack
I downloaded Netbeans and have tried it on my NT 4 (P133, 64MB) and it is very slow. I actually wanted to find an IDE that would work on multiple platforms to develop servlets, since I'm concerned with the poor performance of more client side Java. This is proof positive for me. I like the idea

Re: NETBEANS INSTALL

1998-09-21 Thread Kevin Ryan
Hi, Syed, To paraphrase Jerry McGuire: "Show us the CLASSPATH." Best Regards, KR Syed Mubin wrote: > ... > Hi, > > I'm trying to install Netbeans nbdv20b3.sh on JDK1.1.6 but > not sucessful.I also have installed SWING1.0.3 the SwingSet example is > working fine but when i wrote a

Re: NETBEANS INSTALL

1998-09-21 Thread Jeff Sider
> interface com.sun.java.swing.*; I think you mean "import" ??? Syed Mubin wrote: > > __ > Syed Mubeen National Centre For Biological Sciences, > [EMAIL PROTECTED]TIFR Centre, P.B #1234,

Re: Netbeans?

1998-08-30 Thread Peter Schuller
>> :( That means the "problem" won't be fixed, not by Netbeans anyway. I guess >> the chances of me buying it are rather slim then... > > Then I should leave my hopes for a serious IDE in freebuilder (it is also > unstable, but it is not called beta2, but release 0.70) It may not have "beta"

Re: Netbeans?

1998-08-29 Thread Dimitris Vyzovitis
Hi, > And randomly when editing code - at least it here it does. > > Anyway, let me guess, you enter the class name and press enter, right? If so, > don't press enter, use the mouse and click OK. That fixed the same problem for > me - at least under Beta 1. > Well, it behaves better (sometimes ;

RE: Netbeans

1998-08-29 Thread Hendricks Family
Hi, This sounds like the TextField bug problem in the Blackdown Jitterbug bug database. This problem does not exist under the PowerPC JDK (at least I haven't seen it yet). Have your tried Juergen's trick of forcing the pre loading libBrokenLocale.so in the invocation of java? Also, have you po

RE: Netbeans?

1998-08-29 Thread Peter Schuller
> Hi, > Has anybody tried to use netbeans in linux? Yep. > It is a promising IDE, but with a slight problem : It hangs when you try > to create a new class (for eg). And randomly when editing code - at least it here it does. Anyway, let me guess, you enter the class name and press enter, right

RE: NetBeans IDE?

1998-07-23 Thread Jason Dillon
I have tried it and descided that it was too slow on my machine (P2 333mhz 128mb RAM). Performace might be a bit better with a real motif library and DYN_JAVA=true or using a jit compiler. --jason On 23-Jul-98 Brad Pepers wrote: > Has anyone tried using the NetBeans IDE application on Linux? >

RE: NetBeans

1998-07-10 Thread Peter Schuller
> 40% of how much memory? 40% CPU. Not RAM. That's according to the normal kernel calculated system load values. And, as I said, that's on a P133 with no other major CPU hog running. As for RAM it's not that bad. It's currently up to 24 megs, but that's from editing code. I imagine that if I do

RE: NetBeans

1998-07-10 Thread A . KLOS
-- | From: peter.schuller / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: RE: NetBeans | Date: Friday, July 10, 1998 2:11PM | | > I wonder, did anyone try to run NetBeans on Linux? When I tried to | > run it I got only very nice w

RE: NetBeans

1998-07-10 Thread Peter Schuller
> I wonder, did anyone try to run NetBeans on Linux? When I tried to > run it I got only very nice welcome screen and after this nothing > happened. If you're on 1.1.5v7 that happens almost all the time. In 1.1.6v2 it happens sometimes, but just try again and it should work. That's my experie

RE: NetBeans

1998-07-08 Thread K.R. Foley
Messsage <<<<<<<<<<<<<<<<<< On 7/8/98, 6:09:01 AM, [EMAIL PROTECTED] wrote regarding RE: NetBeans: > > -- > | From: dulberg / mime, , , [EMAIL PROTECTED] > | To: java-linux / mime, , , [EMAIL PROTECTED] > | Subject: NetB

RE: NetBeans

1998-07-08 Thread A . KLOS
-- | From: dulberg / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: NetBeans | Date: Wednesday, July 08, 1998 1:55PM | | Hi, | | I wonder, did anyone try to run NetBeans on Linux? When I tried to | run it I got only very nice welcome screen and

RE: NetBeans 2.0 beta with TYA

1998-06-29 Thread Liam Magee
At least the screen shot looked nice - I continually get a 'The transfer limit for this user has been reached' error after that. Liam.