Bug in setResizable() ?

1999-06-22 Thread Anonymous
It seems that issuing setResizable(false) on a JFrame() causes the GUI to flash for a moment but disappear: JFrame jFrame = new JFrame("setResizable bug?"); Dimension d = new Dimension(400, 300); jFrame.setSize(d); jFrame.getContentPane().setLayout

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Nick Lawson wrote: > > Paul Mclachlan wrote: > > > --- Nick Lawson <[EMAIL PROTECTED]> wrote: > > > > > I thought Swing was slow on Windows... I appreciate that JDK > > > 1.2.2 > > > is still beta, but i'm having serious performance problems > > > with my > > > apps on linux, where I don't with

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Nathan Meyers wrote: > > Rachel Greenham wrote: > > I get, when I run Java: > > > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > > > Yes, also on the SMP box. > > > > $ java -version > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > java version "1.2

Re: [off-topic] stop bashing!

1999-06-22 Thread Anonymous
Uncle George wrote: > > 1) I am not a member of java-linux-porting@blackdown. They are a private porting >club. Then you should be talking to Sun, not java-linux. > 2) I have been porting the Javasoft's non-commercial JDK source for a number of >years.. But just for for alpha/linux. And your

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Rachel Greenham wrote: > I get, when I run Java: > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > Yes, also on the SMP box. > > $ java -version > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > java version "1.2" > Classic VM (build Linux_JDK_1.2_pre-r

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Paul Mclachlan wrote: > --- Nick Lawson <[EMAIL PROTECTED]> wrote: > > > I thought Swing was slow on Windows... I appreciate that JDK > > 1.2.2 > > is still beta, but i'm having serious performance problems > > with my > > apps on linux, where I don't with the other os. > > No, this is pretty muc

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Paul Mclachlan wrote: > --- Nick Lawson <[EMAIL PROTECTED]> wrote: > > > I thought Swing was slow on Windows... I appreciate that JDK > > 1.2.2 > > is still beta, but i'm having serious performance problems > > with my > > apps on linux, where I don't with the other os. > > No, this is pretty muc

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Nathan Meyers wrote: > > Rachel Greenham wrote: > > > > I recently (this weekend) attempted an upgrade to Java 2 on our web > > servers, and came across a few problems someone might be able to help > > with. Briefly: > > > > Java 1.2 green threads won't start on one system: It just hangs taking >

Re: Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
Rachel Greenham wrote: > > I recently (this weekend) attempted an upgrade to Java 2 on our web > servers, and came across a few problems someone might be able to help > with. Briefly: > > Java 1.2 green threads won't start on one system: It just hangs taking > all processor time and memory. This

Java 1.2 pre2 and SMP?

1999-06-22 Thread Anonymous
I recently (this weekend) attempted an upgrade to Java 2 on our web servers, and came across a few problems someone might be able to help with. Briefly: Java 1.2 green threads won't start on one system: It just hangs taking all processor time and memory. This is a Dual PII machine with SMP runnin

Re: msqljava implementation

1999-06-22 Thread Anonymous
Hi Jens, the reason for the failures are clear: The sandbox strikes back. Different browsers impose different restrictions on the execution of unsave operations. But again, there is not enough info to tell exactely what's happening. To give concrete advice, I need to know more: Which in the the s

ANNOUNCE: Manager/Factory utility in java using CORBA

1999-06-22 Thread Anonymous
Generic Manager/Factory implementation needs: JacORB, >jdk1.1.x Making a distributed system i had the need of having somehow something that would allow to start on a network of machines distributed process. I was told to use the factory paradigm, which means having on each machine of the network

Re: Servlet / AWT question

1999-06-22 Thread Anonymous
"Schlackman, Robert (APP INF)" wrote: > > I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some charts that get > created from within servlets. Does anybody know if I am required to have a > user logged in with X running for AWT to work? It seems that the user who > starts the servlet engin

Re: JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
--- Nick Lawson <[EMAIL PROTECTED]> wrote: > I thought Swing was slow on Windows... I appreciate that JDK > 1.2.2 > is still beta, but i'm having serious performance problems > with my > apps on linux, where I don't with the other os. No, this is pretty much what I'd expect. Windows has a lot m

Re: Servlet / AWT question

1999-06-22 Thread Anonymous
> APP INF writes: APP> I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some APP> charts that get created from within servlets. Does anybody APP> know if I am required to have a user logged in with X running APP> for AWT to work? It seems that the user who starts the

Servlet / AWT question

1999-06-22 Thread Anonymous
I am using RedHat 6.0 with the 1.1.7 V3 JDK. I have some charts that get created from within servlets. Does anybody know if I am required to have a user logged in with X running for AWT to work? It seems that the user who starts the servlet engine, JRun, must stay logged in an have X up? This

RE: msqljava implementation

1999-06-22 Thread Anonymous
Hi Matthias thanks for your quick response. I tried some things in between and the problem moved. My Applet is connecting to a database using port 1114 and using mslqjava 1.2.8. I found the right place to locate the classes and comilation works fine. I copied the Applet1.class file and another Ap

Re: msqljava implementation

1999-06-22 Thread Anonymous
Hi Jens, let me say that you made the typical beginner's error. I don't mean your problem with java or linux - all of us have such problems from time to time, even experts. The real error is to not give us enough information to help you. Perhaps you just made a typo when setting the CLASSPATH: we

msqljava implementation

1999-06-22 Thread Anonymous
Hi all I'm going to develop a jdbc cleint applet for a msql database in my company. The lib of msqljava wants me to add it to the classpath (so I created one). When I try to compile written code the "import msql.*;" is not accepted, because it's not found. I tried the classpath extension of the j

JDK 1.2.2 Performance

1999-06-22 Thread Anonymous
Hi, I'm new to linux (but not java) so maybe I'm doing something wrong and you guys can point me in the right direction. I thought Swing was slow on Windows... I appreciate that JDK 1.2.2 is still beta, but i'm having serious performance problems with my apps on linux, where I don't with the ot

Re: [off-topic] stop bashing!

1999-06-22 Thread Anonymous
1) I am not a member of java-linux-porting@blackdown. They are a private porting club. 2) I have been porting the Javasoft's non-commercial JDK source for a number of years.. But just for for alpha/linux. 3) I have also been a member of java-linux@blackdown for a number of years. 4) the change o

JPDA (aka JDI) implementation?

1999-06-22 Thread Anonymous
Hi folks! Sun has a new debugger architechture, JPDA (Java Platform Debug Architechture), sometimes also referred to as JDI (Java Debug Interface). It is currently in Beta release (http://developer.java.sun.com/developer/earlyAccess/jpda/index.html). Are there plans or acivities yet to port thi