Re: jdk1.2 error

2000-03-27 Thread Juergen Kreileder
> Nash'at Ahmad writes: Nash'at> What does this error mean and how can I get rid of it? Nash'at> [vonkarman]/home/nashat/jdbc> java Client Nash'at> Looking up: rmi://149.8.95.60:2001/Server Nash'at> /usr/local/blackdown_jdk1.2/jre/lib/rt.jar: Bad file descriptor Nash'at>

Re: JDK1.2 installation on Linux...

2000-01-04 Thread Jacob Nikom
1. Where to obtain JDK 1.2 for Linux? http://www.blackdown.org/ 2. Go to "Download the JDK for Linux" link 3. Find appropriate ftp site 3. Go to the JDK1.2/i386/pre-v2/glibc2.1 directory 4. Middle click on jdk1.2pre-v2-debug.tar.bz2 file 5. Menu opens - download the file 6. Unzip the file with b

Re: JDK1.2 installation on Linux...

2000-01-04 Thread jack . w
first bunzip2 then tar xvv tarfile     -Original Message-·¢¼þÈË: Pramila <[EMAIL PROTECTED]>ÊÕ¼þÈË: java-linux <[EMAIL PROTECTED]>ÈÕÆÚ: 2000Äê1ÔÂ4ÈÕ 22:21Ö÷Ìâ: JDK1.2 installation on Linux... Hi! ,       I just downloaded the file jdk

RE: jdk1.2

1999-12-27 Thread Howard Lee
d W. Rouse [mailto:[EMAIL PROTECTED]] Sent: Monday, December 27, 1999 5:24 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: jdk1.2 I thought the readme for blackdown 1.2 specified glibc2.1.2 and specifically said not to use 2.1.2? Ed. Nathan Meyers wrote: > me wrote: > > &

Re: jdk1.2

1999-12-27 Thread Edward W. Rouse
I thought the readme for blackdown 1.2 specified glibc2.1.2 and specifically said not to use 2.1.2? Ed. Nathan Meyers wrote: > me wrote: > > > > Hi, > > > > I've downloaded jdk1.2, and installed it, but when I tried to run it > > says "can't find libjava.so". I'm using Mandrake 6.5 and glibc 2.

Re: jdk1.2

1999-12-24 Thread Nathan Meyers
me wrote: > > Hi, > > I've downloaded jdk1.2, and installed it, but when I tried to run it > says "can't find libjava.so". I'm using Mandrake 6.5 and glibc 2.1.1. > Where can I get this libjava.so library? Thanks. It's in the JDK. Usually this error means a mismatch with the glibc version. Did

RE: jdk1.2 working with glibc2.1.2

1999-10-31 Thread Nathan Meyers
t problems are you seeing? Nathan > > --michael > > > >> -Original Message- >> From: nathanm [mailto:nathanm]On Behalf Of Nathan Meyers >> Sent: Sunday, October 31, 1999 2:01 PM >> To: Michael Moores (@synthsoft) >> Cc: [EMAIL PROTECTED] >

RE: jdk1.2 working with glibc2.1.2

1999-10-31 Thread Michael Moores (@synthsoft)
To: Michael Moores (@synthsoft) > Cc: [EMAIL PROTECTED] > Subject: Re: jdk1.2 working with glibc2.1.2 > > > "Michael Moores (@synthsoft)" wrote: > > > > i just upgraded to redhat6.1 and slackware7.0 which > > bring glibc up to 2.1.2. > > >

Re: jdk1.2 working with glibc2.1.2

1999-10-31 Thread Nathan Meyers
"Michael Moores (@synthsoft)" wrote: > > i just upgraded to redhat6.1 and slackware7.0 which > bring glibc up to 2.1.2. > > does blackdown have a version for the new glibc2.1.2? > damn version troubles. > if not, then when?? I'm using JDK1.2 successfully with RH6.1... the same glibc2.1 JDK that

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
On 16-Sep-99 Surjan Singh wrote: > You need to get the dingbats font from the link on blackdown. I think > it points to the GIMP fonts page. No need to change font.properties. I installed the dingbat fonts, but I got segfaults anyway. Seems that it is working only when it complains about missi

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Surjan Singh
You need to get the dingbats font from the link on blackdown. I think it points to the GIMP fonts page. No need to change font.properties. By the way (you may know already), but the problem I had was because I was using 24bits. JDK1.2pre-v2 works fine in 16bit. Kontorotsui wrote: > > On 15-Se

RE: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
On 15-Sep-99 Surjan Singh wrote: > Console based programs seem to work fine. Swing & AWT programs > seg-fault. Any ideas? The error I get is: > > > SIGSEGV 11* segmentation violation > stackpointer=0x41812b80 I had the same troubles after installing the accursed dingbats fonts! Wh

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Surjan Singh
Thanks many, many, many times! I've been trying to figure this one out for days. By the way, how did you know that 24bit is a problem? I've searched nearly 100% of all docs/faqs/newsgroups and found nothing. Calvin Austin wrote: > > 24bit? Thats a known issue that isn't completely fixed yet >

Re: jdk1.2---JIT..?

1999-07-06 Thread Matthias Pfisterer
"½ÅÇöÀÏ" wrote: > > HI.. > I'm a Korean student.. > I installed JDK1.2 on linux.. > run java classfile > then I meet "Warning JIT compiler "symcjit" not found. Will use > interpreter" message. > but 'root' don't meet this message. > normal users meet this message. > any idea? Seems to be

Re: JDK1.2 under RH6.0

1999-07-02 Thread Nathan Meyers
Tom Whitcomb wrote: > > Well, just after a few trials and tribs I got the JDK1.2 to run with X under > RH6.0. I had to do the following: > > 1) create symbolic link for libstdc++-libc6.0-1.so.2 from > libstdc++-libc6.1-1.s0.2 > 2) LD_PRELOAD=libstdc++-libc6.0-1.so.2;export LD_PRELOAD You need

Re: JDK1.2 on Slackware3.5 problems.

1999-06-26 Thread Nathan Meyers
Sergio Antoy wrote: > > Juergen thanks for following up on this: > > > > Sergio Antoy writes: > > > > Sergio> Here is a trace of what happens on my machine > > > > Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH > > Sergio> gray:/tmp[502] export LD_LIBRA

Re: JDK1.2 on Slackware3.5 problems.

1999-06-26 Thread Anonymous
Juergen thanks for following up on this: > > Sergio Antoy writes: > > Sergio> Here is a trace of what happens on my machine > > Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH > Sergio> gray:/tmp[502] export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH >

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Nathan Meyers wrote: > > Sergio Antoy wrote: > > > > You write: > > > > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > > > Linux machine. When I execute any JAVA commands (java,javac etc) it is > > >

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
> Sergio Antoy writes: Sergio> Here is a trace of what happens on my machine Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH Sergio> gray:/tmp[502] export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH Sergio> gray:/tmp[503] ls -lt /usr/lib/libc.so.6

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Juergen, thanks for the suggestion: Juergen> > Nagaraj S B writes: Juergen> Juergen> Nagaraj> I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) Juergen> Nagaraj> loaded on 586(IBM) machine.I have loaded JDK1.2 Juergen> Nagaraj> (jdk1.2pre-v1.tar.bz2) on this Linux machine.

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Juergen Kreileder
> Nagaraj S B writes: Nagaraj> I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) Nagaraj> loaded on 586(IBM) machine.I have loaded JDK1.2 Nagaraj> (jdk1.2pre-v1.tar.bz2) on this Linux machine. The JDK 1.2 requires glibc 2.x. Nagaraj> /nagaraj/jdk1.2/jre/bin/realpath :

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Nathan writes: > > Sergio Antoy wrote: > > > > You write: > > > > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > > > Linux machine. When I execute any JAVA commands (java,javac etc) it is > > > givi

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Sergio Antoy wrote: > > You write: > > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > > Linux machine. When I execute any JAVA commands (java,javac etc) it is > > giving following error : for 'java' :

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
You write: > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > Linux machine. When I execute any JAVA commands (java,javac etc) it is > giving following error : for 'java' : >

RE: jdk1.2 installation

1999-06-17 Thread Anonymous
On 15-Jun-99 Vlad Beffa wrote: > I see libhpi.so in both /usr/local/jdk1.2/jre/lib/i386/green_threads and > .../native_threads, and libjava.so in /usr/local/jdk1.2/jre/lib/i386/. Is > there something else I need to do? I have jdk1.1.7 installed as well, and > I think the system has glibc on it. >

Re: jdk1.2 installation

1999-06-17 Thread Anonymous
I think I had this problems too when I've installed my java I found some errors in .java_wrapper try to corect them. On Tue, 15 Jun 1999, Stefan Proels wrote: > > > I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. > > First, what is the .diffs file for and ho

Re: jdk1.2 installation

1999-06-15 Thread Anonymous
> I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. > First, what is the .diffs file for and how do I use it if I need it? (Is > this what the patch-o-matic script is for? How do I run the script?). The .diffs file contains the changes made to Sun's code. You don't need

Re: jdk1.2 on RedHat-6.0

1999-05-31 Thread Emilian URSU
you don't read any mail from this list ? set your DEFAULT_THREADS_FLAG=green in your .java_wrapper it seems that RH6.0 doesn't support native_threads On Mon, 31 May 1999, Edmund Mergl US/EA4 60/2/146 #44006 wrote: > > a fresh install of jdk1.2 on a RedHat 6.0 system gives the follwing

Re: jdk1.2 problem

1999-05-24 Thread Glenn Wiens
Thanks -- I guess I'll poke around some more. Or maybe try another download from a different i386 mirror. - Glenn --- Emilian URSU <[EMAIL PROTECTED]> wrote: > > I can't tell you what the error is, yet > but on my system the compile was ok. > I put it at www.lspvs.sorosis.ro/~emilian > _

Re: jdk1.2 problem

1999-05-24 Thread Emilian URSU
I can't tell you what the error is, yet but on my system the compile was ok. I put it at www.lspvs.sorosis.ro/~emilian On Sun, 23 May 1999, Glenn Wiens wrote: > The following code compiles with only a "deprecated" > warning under jdk1.2 for Windows98: > > #

Re: JDK1.2: libstdc++-libc6.0-1.so.2 link

1999-05-20 Thread Andreas Prohaska
> Could someone please tell me how to create the libstdc++-libc6.0-1.so.2 > link? I need it because java 1.2 fails with an error message for this > specific library. > I am a bit confused because neither ldconfig nor a file system search > for this shows me a file like "libstdc++-libc6.0-1.so.2" o

Re: JDK1.2 and NetBeans or Simplicity???

1999-05-13 Thread Robert H. Thompson
I have JDK1.2 for WinNT (work) and Blackdown's port (Linux) working with NetBeans on both machines. I also have Simplicity working on both machines. Although Simplicity (at least my version) is just a demo and won't let you save files. NetBeans installed right from the download on both machine

Re: JDK1.2 : I am lost

1999-05-13 Thread Christopher Seawood
On Thu, 13 May 1999, ALLEON Guillaume wrote: > "Alexander V. Konstantinou" wrote: > > > I have not tried it, but if I recall correctly from the conversations > > I read, JDK1.2 pre1 will work with glibc2.1 if you turn the JIT off > > and select green threads. > /usr/local/jdk1.2/jre/lib/i386/lib

Re: JDK1.2 and SuSE6.0 (AWT weird)

1999-05-13 Thread Juergen Kreileder
> Andreas Windt writes: Andreas> That's the point when the uncanny things begin to Andreas> appear: the window disappears and java throws the Andreas> following: Andreas> SIGSEGV 11* segmentation violation Andreas>stackpointer=0xbf1ff3f4

Re: JDK1.2 and SuSE6.0 (AWT weird)

1999-05-13 Thread Andreas Windt
Hello Juergen > Try to use a different color depth, e.g. 'startx -- -bpp 32'. Does > it work then? Hum, unfortunately it doesn't work (I'm in 24 bpp by default and I already tried the values above and below, 32, 16, 8 ...). ... but thank you!! -=<[Trotzdem Danke ;-) ]>=- > --

Re: JDK1.2 : I am lost

1999-05-12 Thread ALLEON Guillaume
"Alexander V. Konstantinou" wrote: > I have not tried it, but if I recall correctly from the conversations > I read, JDK1.2 pre1 will work with glibc2.1 if you turn the JIT off > and select green threads. > > Alexander > That is what I was thinking but then I get this with one of my applicatio

Re: JDK1.2 : I am lost

1999-05-12 Thread Piero
Hi, i have the same problem too. After asking to people in the list i can say that we have to write that some holy people recompile jdk12 with glibc 2.x. At the moment only jdk117v2 works on rh6. Bye - Original Message - From: ALLEON Guillaume <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: JDK1.2 and Swing

1999-05-12 Thread Michael Sinz
On Wed, 12 May 1999 14:46:23 +, Armen Yampolsky wrote: >Hi everyone, > >Riyad Kalla wrote: > >> I just commented out those zaph dingbats lines.. or you can download the >> correpsonding fonts and install them as outline in Blackdown's solution to that >> problem. I personally haven't noticed

Re: JDK1.2 and Swing

1999-05-12 Thread Armen Yampolsky
Hi everyone, Riyad Kalla wrote: > I just commented out those zaph dingbats lines.. or you can download the > correpsonding fonts and install them as outline in Blackdown's solution to that > problem. I personally haven't noticed ANYTHING wrong with just commented them out. I don't need to comme

Re: JDK1.2 and Swing

1999-05-11 Thread David Thompson
Armen, I had a similar problem. After handling all of the "know bugs", Swing applications would fail but awt was ok. It was suggested to me that the configuration of my Xserver may be a problem. The suggestion was to move to 16 bit color (not 24 or 32) on the XFree86. It was also pointed out th

Re: JDK1.2 and Swing

1999-05-11 Thread Armen Yampolsky
Thanks to everyone for the tip -- indeed, it was a color depth problem. In fact, I did have it at 16bpp in my XF86Config file, but when I changed it to 15 all the exceptions went away! On another note, I mucked around a bit with the fonts.properties -- basically changing the zapf dingbats lines t

Re: jdk1.2

1999-04-30 Thread Christopher Bodenstein
Hi, Ozer Irfan wrote: > Hello > Include jdk1.2 the swing libraries ? > If no where can I download it ? > > I have compilation error : > > for example : JFrame not found > > I do > > import com.sun.java.swing.*; I think you should do: import javax.swing.*; > > > Thanks > > Irfan > > --

Re: jdk1.2

1999-04-30 Thread Stuart McLean
Ozer Irfan wrote: > > Hello > Include jdk1.2 the swing libraries ? > If no where can I download it ? > > I have compilation error : > > for example : JFrame not found > > I do > > import com.sun.java.swing.*; > > Thanks > > Irfan > >

Re: jdk1.2

1999-04-27 Thread Jeff Galyan
Hasan Mahmood wrote: > > Hi. > > I am facing a problem with jdk1.2. It seems that jdk runs just fine > remotely in X, but on the console it crashes with the following messages: > > Exception in thread "main" java.lang.Error: can't load > javax.swing.plaf.metal.MetalLookAndFeel > Sounds like y

Re: JDK1.2 bug (getLocalHost)

1999-04-09 Thread Ronald Kuetemeier
howeee wrote: > Hi, > > Just ran across something from jdk1.2 concerning > InetAddress.getLocalHost() > > This is always returning 127.0.0.1. I looked at the bug reports from > previous jdk releases and it appears that this was a bug and was corrected, > but it appears to have "cropped up" ag

Re: jdk1.2

1999-04-06 Thread Moses DeJong
You need to add swingall.jar to your classpath. After doing that double check to see that it can find the class by running. javap javax.swing.Jpanel You should see the public API printed to the screen. later mo On Tue, 6 Apr 1999, Hasan Mahmood wrote: > Hello. > > I downloaded the new previe

Re: jdk1.2 awt problems

1999-04-03 Thread Eric Vicario
I believe your using the link command incorrectly. I could be wrong in regards to Linux usage, but I believe the proper way would be; ln {args} source target the "->" shouldn't be there. And you can link file to file, so I'd have to look at this in Linux myself. But I'd try it w/out

Re: JDK1.2

1999-03-29 Thread Oliver Fels
> I'm using Red Hat 5.2 with kernel 2.0.36-1 > > Where can i find the kernel 2.0.37 (what is the problem if i use jdk1.2 > with kernel 2.0.36). http://www.kernel.org should help. Oliver ___ Oliver Fels| e-mail: Neurot

Re: JDK1.2

1999-03-27 Thread Michael Sinz
On Fri, 26 Mar 1999 23:16:47 +0100, DESROC Christian wrote: >I'm using Red Hat 5.2 with kernel 2.0.36-1 > >Where can i find the kernel 2.0.37 (what is the problem if i use jdk1.2 >with kernel 2.0.36). Well, the versions before 2.0.37pre9 have some multicast socket problems. This generally will

Re: JDK1.2 and CORBA

1999-03-27 Thread Osvaldo Pinali Doederlein
> Michel Ruff suggested I run the Visigenic OSAgent through Wine; that > sounds interesting, but I think I don't like having to depend on such a > hack because a vendor didn't want to provide something that is not Win* > specific. That said, Bryce McKinlay says that I don't need to run Visigenic

Re: JDK1.2

1999-03-26 Thread wdacruz
http://www.fr.kernel.org/pub/linux/kernel/alan/2.0.37pre/2.0.37/ At 11:16 PM 3/26/99 +0100, you wrote: >I'm using Red Hat 5.2 with kernel 2.0.36-1 > >Where can i find the kernel 2.0.37 (what is the problem if i use jdk1.2 >with kernel 2.0.36). > >Excuse me english (i'm frensh). > > > >-

Re: JDK1.2 and CORBA

1999-03-26 Thread Francisco Figueirido
Hey, I am learning a lot thank to you guys! Michel Ruff suggested I run the Visigenic OSAgent through Wine; that sounds interesting, but I think I don't like having to depend on such a hack because a vendor didn't want to provide something that is not Win* specific. That said, Bryce McKinlay says

Re: JDK1.2 and CORBA

1999-03-26 Thread Bryce McKinlay
Actually, you do not need to be running the osagent for Visibroker to work - the osagent simply supports Visibroker's proprietry object location/binding mechanism. As long as you stick to the CORBA-standard (and interoperable) IOR/nameservice-based object binding, the osagent is not required. Inc

RE: JDK1.2 and CORBA

1999-03-26 Thread Marcel Ruff
Hi > ... > with the bind() methods, I think). Anyway, I decided not to use > Visibroker because (if I am not mistaken) you need to use their > OS agent > (a Win* exe file). The osagent runs very fine under Linux, if you use the 'wine' Windows emulator. http://www.winehq.com/download.html (ju

Re: JDK1.2 and CORBA

1999-03-26 Thread Wes Biggs
Michael Nielsen wrote: > There is a strange problem, which I don't know if it is a problem > with the Linux port of jdk1.2 or a problem in general with the > org.omg classes. > > The IOR's generated from the JDK1.2 default java implementation > seem to be deriving their localhost name from the fi

Re: JDK1.2 and CORBA

1999-03-25 Thread Francisco Figueirido
I must say that I found all the messages in response to my question quite interesting. Thanks a lot! After I sent my original mail I tried several things and none has yet quite worked (but I haven't finished my last set of experiments :-). One thing, though: so much for standards! In the book `Cli

Re: JDK1.2 and CORBA

1999-03-24 Thread Bruno Boettcher
> I have one question: I know JDK1.2 adds support for CORBA, and Sun > distributes its own Java CORBA implementation. However (as always!), it > distributes it for Solaris and Windows (ugh!). The Java classes are no and the implementation is far from beeing standard and complete... i am using jac

Re: JDK1.2 and CORBA

1999-03-24 Thread Kelly Campbell
ORBacus works great with both JDK1.1 and 1.2. The major problem with using it on JDK1.2 is the CORBA classes from Sun fit the OMG CORBA 2.2 standard which introduced the POA. ORBacus 3.x.x uses the CORBA 2.0 standard and the BOA. To use ORBacus with JDK1.2, you can either set some parameters on

Re: JDK1.2 and CORBA

1999-03-24 Thread Troy Wu
I'm not having a problem, really. The situation is that the output of idltojava compiler of CDK-A doesn't compile with CORBA classes of CDK-B (Corba Development Kit, that is =). Only runtime object instances are interoperable; not their source. *.java files generated by IDL compiled with JDK's

Re: JDK1.2 and CORBA

1999-03-24 Thread Peter Kovacs
> Conversely, jidl (Orbacus' IDL compiler for Java) compiled class files > won't run with the JDK runtime. What's the problem exactly? Did you try setting the primary bootclasspath to the ORBacus classes? (Personnaly, I do not have any experience on Linux, but with earlier versions of Visibroker

Re: JDK1.2 and CORBA

1999-03-23 Thread Jon Priddey
I downloaded the Solaris version from Sun and installed the .class file (InstallShield) from Linux Java 2, it failed at the end while trying to install some java extension libraries. Another nameserv I already had working wouldn't work anymore after that. I had to reinstall Java 2. If you do get

Re: JDK1.2 and CORBA

1999-03-23 Thread Troy Wu
In case anyone's keeping track, I'm sending my thanks for the Java2 port. =) You guys are way cool We're using CORBA as distributed with Java2, and it's working perfectly. We have a rather large application using Swing (JFC), CORBA, JDBC, and multi-threading, and we're running servers (servan

Re: JDK1.2 fails to start

1999-03-15 Thread Urban Widmark
On Mon, 15 Mar 1999, David Thompson wrote: > > Urban > > I am not using these flags. However, I am setting > the environment variable THREADS_FLAG to "green". > Right. And according to the README.linux (you did read it didn't you? ;) you need to add a '-Djava.compiler=' when using green threa

Re: JDK1.2 fails to start

1999-03-15 Thread David Thompson
Urban I am not using these flags. However, I am setting the environment variable THREADS_FLAG to "green". dt _ David R.Thompson Los Alamos National Laboratory TSA 5 wk.ph:505.665.5572 email: [E

Re: JDK1.2 fails to start

1999-03-15 Thread Urban Widmark
On Mon, 15 Mar 1999, David Thompson wrote: > > colleagues, > > When starting my GUI based programs they > flash the window on the screen, then the > window disappears and exits. There is > no error message, the GUI thread just > seems to die. I have made a simple program Are you running gree

Re: JDK1.2 fails to start

1999-03-15 Thread David Thompson
colleagues, When starting my GUI based programs they flash the window on the screen, then the window disappears and exits. There is no error message, the GUI thread just seems to die. I have made a simple program (in case the problem is something complex with my other programs) that just make

Re: jdk1.2-pre-v1 on redhat 5.2

1999-03-12 Thread Gerrit Cap
At 16:48 11/03/99 -0800, Gabriel Montenegro wrote: >in case you're interested, we tested (briefly) the jdk1.2-pre-v1 >release on the following platform: > > redhat 5.2 > linux kernel 2.2.3 > >In order to get it to work we had to add the following symbolic link: > > cd /usr/lib >

Re: jdk1.2 api?

1999-03-12 Thread Thierry Kormann
Hi ! see : http://java.sun.com/products/jdk/1.2/download-docs.html Thierry. -- Kormann Thierry email: [EMAIL PROTECTED] http://www.inria.fr/koala/thierry/ Koala/Dyade/Bull @ INRIA - Sophia Antipolis -- To UNSUBSCRIBE,

Re: JDK1.2 release

1999-03-11 Thread Uncle George
> On Thu, 11 Mar 1999 00:36:01 -, James D. Carr wrote: > > >Hi, > > > > > >the class and source files (like I assume a lot of people do). My main > >problem is a slow and sometimes unstable link to the Internet, so > >downloading a 24MB file might take several attempts. > I think u need to

Re: JDK1.2 fails to start (and jdk unable to start swing program)

1999-03-10 Thread inkle c
Hi, Jeff, did you use "java -green -Djava.compiler=xxx" ? What is the "XXX"? I use "java -green" and it seems to work, but when it comes to Swing application, it still fails with Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/

Re: JDK1.2 release

1999-03-10 Thread Jeff Galyan
"James D. Carr" wrote: > I already have all > the class and source files (like I assume a lot of people do). My Do you mean you have the Java 2 class and source files? Classes from earlier versions probably won't work quite the same, since some packages were renamed (com.sun.java.swing to javax.s

Re: JDK1.2 fails to start

1999-03-10 Thread Jeff Galyan
I had the same problem - use 'java -green -Djava.compiler= ' (green threads VM, no JIT) until this is resolved. It works quite well on my system (linux 2.2.1, glibc 2.1). The reason is that there is a problem with native threads together with glibc 2.1. "David A. Guthrie" wrote: > > You don't n

Re: JDK1.2 release

1999-03-10 Thread Michael Sinz
On Thu, 11 Mar 1999 00:36:01 -, James D. Carr wrote: >Hi, > >Would it be possible to release a version of the JDK1.2 port without all the >files which are common to the Windows (or Sparc) release. I already have all >the class and source files (like I assume a lot of people do). My main >prob

Re: JDK1.2 release

1999-03-10 Thread Juergen Kreileder
> James D Carr writes: James> Hi, Would it be possible to release a version of the JDK1.2 James> port without all the files which are common to the Windows James> (or Sparc) release. I already have all the class and source James> files (like I assume a lot of people do). My ma

Re: JDK1.2 fails to start

1999-03-10 Thread Juergen Kreileder
> inkle c writes: inkle> I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, inkle> any java command I execute, there is always same error: inkle> === inkle> *** panic: GC: getStickySystemClass failed: java/l

Re: JDK1.2 fails to start

1999-03-10 Thread David A. Guthrie
You don't need to put the jdk source jars in your classpath in 1.2. inkle c wrote: > I am having linux2.2.3, egcs1.1.1 on my x86 together with JDK1.2-pre1, > any java command I execute, there is always same error: > > === > > *** panic: GC: getStick

Re: JDK1.2 size question

1999-03-08 Thread Joseph H. Buehler
[EMAIL PROTECTED] (Anand Palaniswamy) writes: > It is possible to unmap memory and return it to the OS on Linux. I am > sure Emacs does that. The classic VM garbage collector can not do > that. It wants to keep the memory mapped (so it can always be sure > that the heap is contiguous -- unmmap

Re: JDK1.2 size question

1999-03-06 Thread Steve Byrne
Anand Palaniswamy writes: > [EMAIL PROTECTED] (Joseph H. Buehler) writes: > > > [EMAIL PROTECTED] (Anand Palaniswamy) writes: > > > > > Another bad side effect of this limitation is that the famous "return > > > memory to OS" bug can not be implemented on Linux (ie, there is no > > > heap

Re: JDK1.2 size question

1999-03-06 Thread Nathan Meyers
Anand Palaniswamy wrote: > > Peter Schuller <[EMAIL PROTECTED]> writes: > > > > The reason for this is that the default -Xmx value is 64MB. > > > > But that's the *maximum* heap size; why does JDK 2.0 consume, in one > > particular case, 50 megs of RAM when JDK 1.1 consumed 15 megs, just > > bec

Re: JDK1.2 size question

1999-03-06 Thread Anand Palaniswamy
[EMAIL PROTECTED] (Joseph H. Buehler) writes: > [EMAIL PROTECTED] (Anand Palaniswamy) writes: > > > Another bad side effect of this limitation is that the famous "return > > memory to OS" bug can not be implemented on Linux (ie, there is no > > heap "shrinking"). > > Are you sure about that? I

Re: JDK1.2 size question

1999-03-06 Thread Joseph H. Buehler
[EMAIL PROTECTED] (Anand Palaniswamy) writes: > Another bad side effect of this limitation is that the famous "return > memory to OS" bug can not be implemented on Linux (ie, there is no > heap "shrinking"). Are you sure about that? I use GNU emacs a lot and just tried an experiment on a machin

Re: JDK1.2 size question

1999-03-06 Thread Anand Palaniswamy
Peter Schuller <[EMAIL PROTECTED]> writes: > > The reason for this is that the default -Xmx value is 64MB. > > But that's the *maximum* heap size; why does JDK 2.0 consume, in one > particular case, 50 megs of RAM when JDK 1.1 consumed 15 megs, just > because the *maximum* heap size is higher?

Re: JDK1.2 size question

1999-03-06 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > The reason for this is that the default -Xmx value is 64MB. But that's the *maximum* heap size; why does JDK 2.0 consume, in one particular case, 50 megs of RAM when JDK 1.1 consumed 15 megs, just because the *maximum* heap size is higher? Does th

Re: JDK1.2 size question

1999-03-05 Thread Anand Palaniswamy
The reason for this is that the default -Xmx value is 64MB. On Linux you can not treat (1) reserving part your addresss space and (2) comitting swap to it as two different ops. You get both at one shot. (This is my understanding, I could be wrong, please correct me if you are better inform

RE: jdk1.2

1999-02-17 Thread Jaco Greeff
> Are there any efforts? Whom can I contact? Aarg! One more of these and I'm going to crack! This is not funny anymore, these people are turning the list into a spamming exercise. (Not that I'm helping by relying, but I just had to...) *sigh* -- jaco greeff The Internet Solutio

Re: jdk1.2 class lib on jdk1.1 jvm?

1999-02-08 Thread Paul Ho
At 12:07 AM +0100 2/8/99, Logi Ragnarsson wrote: >in the short term all I really need is the collections API. There is a version for java 1.1: http://www.javasoft.com/beans/infobus/index.html#COLLECTIONS Cheers, Paul

Re: jdk1.2 class lib on jdk1.1 jvm?

1999-02-07 Thread Nathan Meyers
Logi Ragnarsson wrote: > > Hi! > > I'm one of those eagerly awaiting the arrival of jdk1.2 for linux, but > in the short term all I really need is the collections API. (I'm going > to write abstract algebra/group theory classes and subclassing Set > seems like a good idea.) Does anyone know if i

Re: jdk1.2 class lib on jdk1.1 jvm?

1999-02-07 Thread Moses DeJong
You can use the collections API in JDK1.1. Just download the binary .jar files that sun has up on the java beans website. If you can not find it I can email you the copy I have. Mo DeJong dejong at cs.umn.edu On Mon, 8 Feb 1999, Logi Ragnarsson wrote: > Hi! > > I'm one of those eagerly awaitin

Re: JDK1.2

1999-01-19 Thread Ricardo
No idea, when you have, please tell me -Mensagem original- De: Sylvain Brökling <[EMAIL PROTECTED]> Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Data: Terça-feira, 19 de Janeiro de 1999 12:08 Assunto: JDK1.2 >Hi there, > >any idea when JDK1.2 for Linux on Intel platform will be available?

Re: JDK1.2

1999-01-13 Thread Kontorotsui
On 13-Jan-99 [EMAIL PROTECTED] wrote: > Don't ask ??? > > Why? Don't you think it is a relevant question to > ask for JDK1.2 for Linux on this mailing list ??? > Yes, the question is in topic, but it's a FAQ. Since there is FAQ, every user is supposed to read it before asking. --- Andrea "Kon

Re: JDK1.2

1999-01-13 Thread Nathan Meyers
[EMAIL PROTECTED] wrote: > > Don't ask ??? > > Why? Don't you think it is a relevant question to > ask for JDK1.2 for Linux on this mailing list ??? > > /Dan It seems that everyone who has joined this list for the past several weeks has, without bothering to check the list archives, asked the

Re: JDK1.2

1999-01-13 Thread Dan . Aberg/stockholm/se/ECSOFT
Don't ask ??? Why? Don't you think it is a relevant question to ask for JDK1.2 for Linux on this mailing list ??? /Dan >DAMMIT!!! Why don't we just make a join message that says >"The damn JDK1.2 (Java 2) isn't. Don't ask." > > > > >--

Re: JDK1.2

1999-01-12 Thread Patrick
DAMMIT!!! Why don't we just make a join message that says "The damn JDK1.2 (Java 2) isn't. Don't ask." - On Tue, 12 Jan 1999 [EMAIL PROTECTED] wrote: > > > Hi guys, > > Just wondering about the status of JDK1.2 (a.k.a

Re: jdk1.2 testing

1999-01-09 Thread Kirk Hutchinson
I recently tried to create a C app that created a JVM, started a simple Java class, and passed messages from C (or C++) to Java. After running successfully on NT, I noticed that it core dumped when it was created from within another C executable on Solaris. When I used Purify on it, EVERY call t

Re: jdk1.2 testing

1999-01-09 Thread Moses DeJong
Is there any way we can send you some code so that you can test it out in the 1.2 release? I have some native threads + JNI code that works under Solaris and Windows JDK but breaks with the 1.1.7 Native threads release. I know for a fact that the code is correct but there is some kind of problem w

Re: jdk1.2 testing

1999-01-09 Thread Steve Byrne
Trevor Harmon writes: > Gabe Hamilton wrote: > > > If you need people to test jdk 1.2, I would be happy to help out. > > Me too... It would be great if the Blackdown team could put out a > pre-release of 1.2, since their web page claims that the port is at > least "running". Anyone know i

Re: jdk1.2 testing

1999-01-08 Thread Trevor Harmon
Gabe Hamilton wrote: > If you need people to test jdk 1.2, I would be happy to help out. Me too... It would be great if the Blackdown team could put out a pre-release of 1.2, since their web page claims that the port is at least "running". Anyone know if this is a possibility? The page also say

RE: Jdk1.2 status ???

1999-01-08 Thread Martin Stenderup
A month from??? When was this written? >From faq: JDK 1.2 The system is running on x86 and PowerPC, with ports underway to SparcLinux and some other processors. Currently it's native threads only. Before we can release, we have to make sure that it passes the tests in the Java Compatibility Ki

RE: Jdk1.2 status ???

1999-01-07 Thread Jason Dillon
f you've gone long enough without > seeing it. Talk to you later. > > > -Andy > > >> -Original Message- >> From: John Summerfield [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, January 06, 1999 6:23 PM >> To: [EMAIL PROTECTED] >> Cc:

RE: Jdk1.2 status ???

1999-01-07 Thread Harold G. Andrews II
esday, January 06, 1999 6:23 PM > To: [EMAIL PROTECTED] > Cc: Java-Linux Mailing List > Subject: RE: Jdk1.2 status ??? > > > On Wed, 6 Jan 1999, Harold G. Andrews II wrote: > > > Check out > > > > http://www.blackdown.org/java-linux/ports.html#jdk1.2 > &g

  1   2   >