Java for Alpha - Linux

1998-09-29 Thread Kim, Hyun
Hello!   I had read your document. But I have just alpha machine. I think alpha machine is one of the popular machine in workstation market. I can't seek JDK for Alpha -Linux. I will develop java chatting system on my system, then I need JDK for Alpha-Linux. If you know about it

service release to fix multicast socket bug

1998-09-29 Thread Simon Lok
Hello, I am in need of an immediate fix for the multicast socket bug... when do you think the next jdk revision will be out? Do you think you can release a patch or development JDK? Would you recommend that I regress (ugh...) to the older revisions of the Linux JDK? Thanks. -- SL /*

Trouble installing JDK 1.1.6

1998-09-29 Thread David Buddrige
Hi all, I have recently downloaded JDK 1.1.6 from ftp.progsoc.uts.edu.au/pub/Linux/java to run on my Redhat 5.1 system... I've un-tar'ed it into /usr/local/jdk1.1.6, and then added the following lines to my /etc/profile file PATH="$PATH:/usr/X11R6/bin:/usr/local/jdk1.1.6/bin" export JAVA_HOM

Re: Experiences with jdk and lesstif?

1998-09-29 Thread Juergen Kreileder
> Jason Dillon writes: Jason> I had lots of trouble with popup menus using lesstif. I Jason> was never able to resolve this issue, so I had to stop Jason> using it. I run into similar problems with netscape. When Jason> you right-click, the menu pops up but does not return

Re: Modal JInternalFrame?

1998-09-29 Thread Jason Dillon
> The Metalworks demo in the swing example dir. demonstrate this > effect. Check out MetalworksFrame.java with a careful eye to the > xxxLAYER members. This is not really a modal internal frame... it just appears on top of others. There is nothing to prevent users from mucking with other windows.

RE: Experiences with jdk and lesstif?

1998-09-29 Thread Jason Dillon
I had lots of trouble with popup menus using lesstif. I was never able to resolve this issue, so I had to stop using it. I run into similar problems with netscape. When you right-click, the menu pops up but does not return control... ever (well after a kill it does). --jason On 29-Sep-98 Pau

Re: libXpm.so, where can i get it?

1998-09-29 Thread Dustin Lang
Hi, > I'm running on slackware with kernel 2.0.3* and I downloaded the JDK 116 from >blackdown. when I try to run the java > or the javac program, I get an error that says that libXpm.so is not found. I read >somewhere else > where libXpm.a used to solve the problem. > Where can I get a copy

Re: fast multiple object creation ... can it be done!

1998-09-29 Thread dan
I do believe the synchronization improvements are already shipping with JDK1.2beta4, which is available for Solaris and Win32. At any rate, synchronization suddenly got an order of magnitude faster from v1.1.6 to v1.2beta4. -dan [EMAIL PROTECTED] Paul Reavis wrote: > Steve Byrne wrote: > > > >

Re: fast multiple object creation ... can it be done!

1998-09-29 Thread Paul Reavis
Steve Byrne wrote: > > Uncle George writes: > > interesting, considering that 1.2 isn't out yet. U got a mole in the sun > > organization? > > I used to work there until December of 97. I kept ensuring that 1.2 compiling > cleanly with gcc, so the port to Linux wouldn't be too bad. Being on

Re: Return key is ignored in XmTextWidgetClass inside static Motif applications.

1998-09-29 Thread peter . pilgrim
Juergen Kreilender wrote: > > peter pilgrim writes: > > > I have had an irritating long term low priority problem with > > applications built with a static Motif library. When application > > display a XmTextWidget, the [RETURN] does not work. Ie the default > > widget translation: > > >

Re: fast multiple object creation ... can it be done!

1998-09-29 Thread Steve Byrne
Uncle George writes: > interesting, considering that 1.2 isn't out yet. U got a mole in the sun > organization? I used to work there until December of 97. I kept ensuring that 1.2 compiling cleanly with gcc, so the port to Linux wouldn't be too bad. Being on the inside, you get presentations

Re: Experiences with jdk and lesstif?

1998-09-29 Thread Paul Reavis
Juergen Kreileder wrote: > > > Paul Reavis writes: > > Paul> I was just wondering what experiences people are having > Paul> using the jdk with dynamic lesstif. I recall there were > Paul> problems awhile back, but haven't heard much recently. I use > Paul> Swing exclusively

Re: Return key is ignored in XmTextWidgetClass inside static Motif applications.

1998-09-29 Thread Juergen Kreileder
> "peter" == peter pilgrim <[EMAIL PROTECTED]> writes: peter> Juergen Kreilender wrote: >> > peter pilgrim writes: >> >> > I have had an irritating long term low priority problem with >> > applications built with a static Motif library. When application >> > displ

1.1.7

1998-09-29 Thread Steve Byrne
Ulrich Kortenkamp writes: > Hi, > > today (or yesterday) the solaris and windows versions of the jdk 1.1.7 > were released. Is the porting team already porting this? We don't get access to the sources before a release. In fact, if we started as soon as the sources were released, it can be

RE: Socket exceptions under 1.1.6v4

1998-09-29 Thread Steve Byrne
Jason Dillon writes: > Sorry for the ignorant question... but is 'the next version' avaible yet or is > it still being cooked up? Finishing touches are being applied. The responses to my version request have died down, and I think have enough information to make the version checking script wor

Re: FW: Versioning -- Linux JDK needs your HELP!

1998-09-29 Thread Steve Byrne
Nishikant Kapoor (H) writes: > Kapoor, Nishikant X wrote: > > > > 1) Your system's libc version > > > 2) Your system's libdl version > > > > > >ldd /bin/i386/green_threads/java > > > > > nkapoor:/home/nkapoor> ldd $JAVA_HOME/bin/i386/green_threads/java > libjava.so => not f

Re: getResourceAsStream on Class-Files

1998-09-29 Thread peter . pilgrim
> Paul Reavis wrote: > > > > Juergen Kreileder wrote: > > > > > > > Bernd Wengenroth writes: > > > > > > > Hello, I want to load class-files with the > > > > ClassLoader.getResourceAsStream( String )-methode. > > > > i.e. xxx.getResourceAsStream( "package/myClass.class" ); > > > > > > > It's

Re: jdk 1.1.6

1998-09-29 Thread Uncle George
it really hasn't been about the versions of the 21x64x processors, but rather of HTML space on my ISP. ( now its also about bandwidth @ 250 mb/month xfer ) . It just takes me about 36 min to do a complete compile ( .c & .java ), less if i just redo the .o's. such is life for me at the moment gat

Re: Experiences with jdk and lesstif?

1998-09-29 Thread Juergen Kreileder
> Paul Reavis writes: Paul> I was just wondering what experiences people are having Paul> using the jdk with dynamic lesstif. I recall there were Paul> problems awhile back, but haven't heard much recently. I use Paul> Swing exclusively now, which should put less stress on

Re: Huge initialized static data blocks & java.util.zip

1998-09-29 Thread Stephen Zander
> "Artur" == Artur Biesiadowski <[EMAIL PROTECTED]> writes: Artur> You should load it from file - you can use Artur> Class.getResourceAsStream or similar method. It works for Artur> both applications and applets. This is the coorrect approach for another reason. Inflate != gzip |

Re: lesstif - thread safe ?

1998-09-29 Thread Uncle George
i was just trying to see some of the probs in doing a "Native" port of the java 116 jdk. Its one thing to try to get ur task ( java ) done, without having to go to other software packages to get it to go also ( like gdb, libdl.so, lesstiff ( a while back ), ld ) . Since it seems possible ( as it

Re: Modal JInternalFrame?

1998-09-29 Thread Jan-Henrik Haukeland
Jason Dillon <[EMAIL PROTECTED]> writes: > Does anyone know how to get an JInternalFrame to be modal via > JDesktopPane? I have looked at the jdk docs, and there is a bit of > babble about it in JOptionPane, but no matter what I try I can not > get a JInternalFrame to become modal. There's a di

libXpm.so, where can i get it?

1998-09-29 Thread vipin agrawal
I'm running on slackware with kernel 2.0.3* and I downloaded the JDK 116 from blackdown. when I try to run the java or the javac program, I get an error that says that libXpm.so is not found. I read somewhere else where libXpm.a used to solve the problem. Where can I get a copy of this file o

Experiences with jdk and lesstif?

1998-09-29 Thread Paul Reavis
I was just wondering what experiences people are having using the jdk with dynamic lesstif. I recall there were problems awhile back, but haven't heard much recently. I use Swing exclusively now, which should put less stress on it. I'm just tired of the huge stomp java puts in my memory, some of w

RE: Newbie question (libnet_g.so)

1998-09-29 Thread Ranjan Bagchi
Hi again .. it turns out that SuSE 5.3 has an RPM for jdk1.1.6 on one of its CD's (which works). The difference appears to be that there's a line: export LD_PRELOAD=/lib/libdl.so.1 Setting this makes the 1.1.6 which I downloaded work as well. Thanks to everyone for the quick response. -rj

Re: fast multiple object creation ... can it be done!

1998-09-29 Thread Paul Reavis
Steve Byrne wrote: > > Vincent Trussart writes: > > One way to handle this problem would be to create an Object pool. > > There was an article on javaworld (www.javaworld.com) a few months > > back. Basically, instead of creating new objects you request them from the > > pool. When they are

Re: 1.1.7

1998-09-29 Thread Rob Nugent
It looks like the getResource() problems I was having with JPEGS in large JAR files may have been resolved by 1.1.7 on NT at least, since some of my code just sprang into life when I upgraded. Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PROTECTED] Tel: +44 (0) 1489

Re: Huge initialized static data blocks & java.util.zip

1998-09-29 Thread Andrew Burgess
In mail.java-linux Thomas Okken <[EMAIL PROTECTED]> writes: >I'm working on something that requires a static array of almost 400k. >I figured that the best way to initialize this array would be to >compress the data, add a static array with an initializer to put the >compressed data there (gzip c

Re: fast multiple object creation ... can it be done!

1998-09-29 Thread Uncle George
interesting, considering that 1.2 isn't out yet. U got a mole in the sun organization? gat just ;) Steve Byrne wrote: > Right. I've known projects that have done this and won big. Creating objects > is somewhat expensive because it's a synchronous operation, and synchronized > operations are s

Newbie question (libnet_g.so)

1998-09-29 Thread Ranjan Bagchi
Hi everyone, I'm trying to move some of our Java apps to run on linux boxes. I downloaded jdk1.1.6 and installed it (untarred in /usr/local and set my path to find /usr/local/jdk1.1.6/bin). Well.. I was able to compile a hello world java app. So I believe I'm correctly installed. But any c

Re: 1.1.7

1998-09-29 Thread Uncle George
Ugg, jet another version to ascend to. cant wait till december, when 1.2 will be out gat Ulrich Kortenkamp wrote: > Hi, > > today (or yesterday) the solaris and windows versions of the jdk 1.1.7 > were released. Is the porting team already porting this? > > BTW: Many thanks for your great work

Re: help with swing!

1998-09-29 Thread Brad Giaccio
> > > >$ javac HelloSwing.java > >HelloSwing.java:1: Package java.swing not found in import. > >import java.swing.*; > > ^ This won't work since swing is under com.sun.java.swing.* See if that helps, Brad -- --- There are two kinds of knowledge, you either know the answer or

1.1.7

1998-09-29 Thread Ulrich Kortenkamp
Hi, today (or yesterday) the solaris and windows versions of the jdk 1.1.7 were released. Is the porting team already porting this? BTW: Many thanks for your great work --- you enabled us to change to Linux from solaris/windows! Ulli -- ETH Zentrum, IFW B43, CH-8092 Zürich Phone +41-1-63 27

Re: Huge initialized static data blocks & java.util.zip

1998-09-29 Thread Bernd Wengenroth
Thomas Okken wrote: > > Hi all, > > I'm working on something that requires a static array of almost 400k. > I figured that the best way to initialize this array would be to > compress the data, add a static array with an initializer to put the > compressed data there (gzip compresses it to about

Re: Huge initialized static data blocks & java.util.zip

1998-09-29 Thread Artur Biesiadowski
On Mon, 28 Sep 1998, Thomas Okken wrote: > private static final byte myGzippedData = > { > 31, -117, 8, 8, -3, -3, 14, 54, 0, 3, 97, 0, -19, 93, 11, > -126, -37, -86, 14, -35, 42, 60, 46, -39, -1, 18, -34, 88, 31, > // and so on and so on... 22426 bytes in all >

Re: help with swing!

1998-09-29 Thread Klaus Strebel
Hi Philip, This was your command-line: > $ ./runnit > /opt/java/jdk1.1.6/bin/java -classpath .:/opt/java/swing-1.0.3/swing.j > ar:/opt/java/swing-1.0.3/windows.jar:/opt/javaswing-1.0.3/motif.jar:/o > pt/java/swing-1.0.3/metal.jar:/opt/java/swing-1.0.3/organic.jar:/opt/j > ava/swing-1.0.3/mac.jar:

Modal JInternalFrame?

1998-09-29 Thread Jason Dillon
Does anyone know how to get an JInternalFrame to be modal via JDesktopPane? I have looked at the jdk docs, and there is a bit of babble about it in JOptionPane, but no matter what I try I can not get a JInternalFrame to become modal. I looked into showing the glass pane, then adding the frame to

Re: fast multiple object creation ... can it be done!

1998-09-29 Thread Steve Byrne
Vincent Trussart writes: > "B. Craig Taverner" wrote: > > > Hi, > > > > I'm dealing with a performance issue in java where it appears that > > performance is noticably affected by the fact that many (thousands) of > > relatively small objects need to be created very quickly (multiple small

RE: Socket exceptions under 1.1.6v4

1998-09-29 Thread Jason Dillon
Sorry for the ignorant question... but is 'the next version' avaible yet or is it still being cooked up? --jason On 28-Sep-98 Steve Byrne wrote: > Paul Reavis writes: > > My Voyager-based networking works under v2 but breaks under v4 with > > a > > > > java.net.SocketException: Socket opti