Re: Errors from Freebuilder

1999-06-13 Thread Stefan Proels
> I'm trying to run Freebuilder and get the following error: > > java.lang.NoClassDefFoundError: com/sun/java/swing/JMenuBar > at > org.freebuilder.system.ideengine.IdeEngine.(IdeEngine.java) > at org.freebuilder.Main.(Main.java) > at org.freebuilder.Main.main(Main.java)

Re: PrintJob dialog fails to show up!?

1999-06-06 Thread Stefan Proels
> I have been fighting for days with printing in JDK1.1.7v3 and JDK1.2.2 > without even getting the print job dialog tho show up! > > I get the following stack trace using JDK1.2.2: > Uncaught exception: java.lang.NullPointerException > at sun.awt.motif.UPrintDialog.(UPrintDialog.java:17

Re: JIT in pre2???

1999-06-06 Thread Stefan Proels
> > Is TYA headed for the great, big, bit bucket in the sky? :-( > > I very much doubt it. The JVM can run with multiple JITs, and TYA can > run with multiple JVMs. TYA surely isn't for the bit bucket. It is always nice to have an option. Could you imagine that Sun's JIT has quite a few bugs T

Re: JDK 1.2 pre 2 & SuSE 6.1

1999-06-05 Thread Stefan Proels
> Hi, I've just untarred the new jdk on my SuSE 6.1 > and I got an error because it seems that I have no libhpi.so on my > system. > Should I have one ? Is it possible to run this JDK on SuSE 6.1 ? > I searched this thread and I didn't find any previous messages regarding > this > library. This

Re: what happened to the JIT in pre2?

1999-06-05 Thread Stefan Proels
> I just downloaded the JDK1.2 pre2, and installed it. Anytime I try and > invoke the jvm (ie. java ) it comes back and tells me that it > cannot find the JIT (sunwjit) and that it is switching to interpreted > mode instead. > Any ideas on why and how to fix it? The access permissions of some of

Re: Problems with jdk1.2-pre v2

1999-06-04 Thread Stefan Proels
Hi, > Just downloaded and installed pre-v2. When I recompile old java code > and run it, however, my menu bar is all screwy. Instead of saying > "File" and "Edit" where it should, there are just "_"s. Is this just a > bug, or am I doing something wrong? The most likely reason for this proble

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Stefan Proels
> It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be > SURE you are running green threads (in addition to disabling the JIT). All > the associated comments seem to echo "RH6 doesn't support native threads". > What does this REALLY mean ? > > Does this mean that pthread

Re: problem compiling multiple files (jdk1.2, RedHat 6.0)

1999-05-20 Thread Stefan Proels
Hi Bruce, > I have installed the blackdown port of the jdk 1.2 on a pentiumII running > RedHat Linux 6.0. > > The good news is that I can run stand alone problems. The bad news is that > javac can't seem to find classes from other files, unless they are precompiled > first. > (So if test1.java

Re: Database

1999-05-15 Thread Stefan Proels
Hi Gary, > I am trying how to find out how one may represent data from java into a database. I >know one needs a JDBC driver, but if I have installed JKD1.2 do i already have JDBC >installed with it? Or do i have to instll it separately. The basic JDBC interfaces are part of the JDK (java.sql

Re: Maximum Number of objects you can create in One virtual machiene

1999-05-14 Thread Stefan Proels
> we are working on large scale server side application in java. > this needs 1,000,000 objects live at any time because of somany reasons. > we are using the JDK 1.2 on Red hat Linux 5.2. > I wil appreciate any body can help me. > Thanks in advance. There currently is a bug

Re: Crashes with JDK 1.2

1999-03-14 Thread Stefan Proels
Hi, it's me again... I wrote: > since I installed JDK1.2 my system has become quite unstable. [...] > It might be a problem with native threads -- this is why: Below is > a small test program which doesn't do much except for running two > threads where the main thread wakes up the other. After r

Crashes with JDK 1.2

1999-03-14 Thread Stefan Proels
Hi, since I installed JDK1.2 my system has become quite unstable. I've had several system crashes lately. I cannot put the blame on JDK1.2 for sure, since there is no deterministic way to reproduce the problem, and, after all, bugs in the JDK should not affect the system. So it's probably a kern