Re: java plug-in

1999-04-27 Thread Oliver Fels
> I don't know if there is a linux version of the plug-in from Sun, but I am According to some READMEs the plugin for Linux does not work with 1.2 yet. > almost sure that there is until now no browser capable to view 1.2 applets. Not for Linux (besides appletviewer). The wintel version just works

Re: HotSpot?

1999-04-27 Thread Oliver Fels
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Well, > it seems that hotspot is out there - but not yet for linux. > Is there any chance that the porting team get their hands on the src > (and do their miracle again)? I dont think so. According to the last statements from SUN HotSpot will be so

Re: Java Unsatisfied link error

1999-04-27 Thread VISHAL BHASIN
On Wed, 28 Apr 1999, James Seigel wrote: > Yes. It means they are still working on making it robust for every > distribution. This problem is mentioned in the documentation that comes with > the JDK. What works for me sometimes..is to "ln -s > /usr/lib/libstdc++ > //usr/local/jdk1.2/jre/lib/i3

Re: glibc 2.1 binary

1999-04-27 Thread Scott Murray
On Tue, 27 Apr 1999, Tom McMichael wrote: [snip!] > Good point Paul ... checked out jitter bug and according to the "DONE" > section the two choices for glibc 2.1 are: > 1) jdk 1.2 > 2) pre-pre-release of jdk117_v2 available at ... > > http://www.wisp.net/~kreilede/ > > I'm downloading it rig

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: Java Unsatisfied link error

1999-04-27 Thread James Seigel
Yes. It means they are still working on making it robust for every distribution. This problem is mentioned in the documentation that comes with the JDK. What works for me sometimes..is to "ln -s /usr/lib/libstdc++ //usr/local/jdk1.2/jre/lib/i386/libstdc++-libc6.0-1.so.2 Cheers J Al wrote: > I

some tya1.3 feedback

1999-04-27 Thread Dimitris Vyzovitis
Some feedback on tya1.3 with jdk1.2pre1 would be in place. 1) The configuration script fails to identify the jdk version. As a consequence, the -DJDK12 flag has to be added manually in the Makefile. This is really strange, since the java*1.2*) AC_MSG_RESULT(recognized: JDK

Java Unsatisfied link error

1999-04-27 Thread Al
I am using Red Hat 5.2 and JDK 1.2 Version . I am getting the following exception when I try to run my application. I know the Application is ok because it works fineon NT. Does anybody know what this exception means. Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/bin/jd

Re: Problem with JSplitPane on 1.1.7 and Swing 1.1.1b2

1999-04-27 Thread Maksim Lin
It works fine under blackdown jdk1.1.7 & swing1.1 on my RH5 box - in fact it also works fine with the latest kaffe (v1beta4) release. Guess it must be to do with either 1.2 or new swing beta. Maks. Gerald Preissler wrote: > > Hello folks, > > could anyone please tell me if this is a problem w

HotSpot?

1999-04-27 Thread Dimitris Vyzovitis
Well, it seems that hotspot is out there - but not yet for linux. Is there any chance that the porting team get their hands on the src (and do their miracle again)? For those who have missed it: http://java.sun.com/pr/1999/04/pr990427-01.html Dimitris --

Re: tya 1.3 compile problem

1999-04-27 Thread Dimitris Vyzovitis
Chris Abbey wrote: > Howdy all, I'm having some problems compiling TYA1.3 on a stock RH5.2 > box. I know I've compiled TYA1.1 before, on a different (non-RH) box, > but this time around I can't seem to get past the configure step! > > the relevant output in config.log from gcc is: > > ld: cannot

Re: Getting a frames X window handle

1999-04-27 Thread Nathan Meyers
Michael Hope wrote: > > > I meant getting the window handle directly from the innards of Java. The > > > current program has some code ripped directly from xprop which searches by > > > name, but it takes a good 3-4 sec on a remote X server. > > > > Could part of the time issue be due to network

Re: Getting a frames X window handle

1999-04-27 Thread Michael Hope
> > I meant getting the window handle directly from the innards of Java. The > > current program has some code ripped directly from xprop which searches by > > name, but it takes a good 3-4 sec on a remote X server. > > Could part of the time issue be due to network latency? I'm not actually th

Re: glibc 2.1 binary

1999-04-27 Thread Tom McMichael
Paul Ho wrote: > At 05:20 PM -0700 04/26/99, Pete Wyckoff wrote: > > >For 1.1 you may want to back up to 116v5, or you can try 1.2pre-v1, > >but I've personally had no success with 1.1.7 and glibc2.1 either. > > There is a solution for jdk117 on glibc 2.0 and 2.1 > Read JitterBug for detail. > It

More info

1999-04-27 Thread Jason C. Locke
A while ago I used your JVM on linux and found the AWT stuff to be a bit slow. I'm wondering if things have improved since then due to the new agreement (true?) Sun has arrived at with the free software community. I'd like to know the specifics on how the port was done and how well it compares t

Re: glibc 2.1 binary

1999-04-27 Thread Paul Ho
At 06:09 PM -0500 04/26/99, [EMAIL PROTECTED] wrote: >Hi, > >Is there still a planned glibc 2.1 release of pre-v1? JDK1.2 pre-v1 works with glibc2.1 You have to use green threads and nojit. README.linux have more info. (BTW, from the README.linux pre-v1 was bulit on glibc 2.1) Paul -

Re: glibc 2.1 binary

1999-04-27 Thread Paul Ho
At 05:20 PM -0700 04/26/99, Pete Wyckoff wrote: >For 1.1 you may want to back up to 116v5, or you can try 1.2pre-v1, >but I've personally had no success with 1.1.7 and glibc2.1 either. There is a solution for jdk117 on glibc 2.0 and 2.1 Read JitterBug for detail. It's more that a month old alrea

Re: You're gonna love this...

1999-04-27 Thread Paul Ho
At 09:07 AM -0700 04/27/99, Christine Eckstein wrote: >Has anyone got a JDK working on RedHat 6.0 yet? Heehee! I'm using a very late rawhide, glibc2.1 with linux 2.2.6-ac1 etc. jdk 1.2 pre-v1 works. I would expect 6.0 is ok too. Paul -

...

1999-04-27 Thread Riyad Kalla
Did anyone run the beta of RH 6.0? I believe it was 5.7? With gnome enabled, it crashed every 3 or 4 actions (mouse clicks / keyboard commands) within X with GNOME enabled. It was horrific. I played with it for a few hours, same story. I enabled KDE without GNOME, worked fine. Really strange. So

Re: java plug-in

1999-04-27 Thread Sonja Emmel
"PAX!" wrote: > Hello everybody > > I'm trying to develope an applet based application. I was developing > with 1.1.6, but I moved to 1.2. Now I find Netscape can't execute my > applet (of course I recompiled it). Setting the CLASSPATH to point the > rt.jar isn't enough. > > Then, I started readi

Followup on previous report

1999-04-27 Thread Dana L. Dickinson
Hi again! I tried downloading the glibc version 1.1.7 of the JDK. It ran successfully on my system with no modifications, and the software compiled cleanly and ran. So I guess I just need to wait for the official JDK 1.2 release and things should be fine; it seems clear your stuff can handle my s

Nothing has happened for a month ?? is the port stopping ??

1999-04-27 Thread Lasse K. Christiansen
Just a request to know if you're continuing to port java 1.2 to Linux ??     Best Regards   Lasse K. Christiansen

Re: You're gonna love this...

1999-04-27 Thread Rob Nugent
My download of RH 6.0 is running at present I'll post as and when I have any news (unless anyone else answers first!) Rob Christine Eckstein wrote: > Has anyone got a JDK working on RedHat 6.0 yet? Heehee! > > (personally I haven't tried it yet myself. I'm just curious to know how many >'

Problem with JSplitPane on 1.1.7 and Swing 1.1.1b2

1999-04-27 Thread Gerald Preissler
Hello folks, could anyone please tell me if this is a problem with the Blackdown JVM or with Swing pre Java 1.2. Under JDK 1.2 on NT, the attached code works as I expect it to, i.e. if I click in a TextField, I see a caret and the event-listeners get events when I click, press enter etc. Under

You're gonna love this...

1999-04-27 Thread Christine Eckstein
Has anyone got a JDK working on RedHat 6.0 yet? Heehee! (personally I haven't tried it yet myself. I'm just curious to know how many 'peddle-to-the-metal' people are out there. *grin*) -== Sent via Deja News, The Discussion Network ==- http://www.dejanews.com/ Easy access to 50,000+ d

You're gonna love this...

1999-04-27 Thread Christine Eckstein
Has anyone got a JDK working on RedHat 6.0 yet? Heehee! (personally I haven't tried it yet myself. I'm just curious to know how many 'peddle-to-the-metal' people are out there. *grin*) -== Sent via Deja News, The Discussion Network ==- http://www.dejanews.com/ Easy access to 50,000+ d

Tried using pre-release Java 1.2

1999-04-27 Thread Dana L. Dickinson
Hi! You wanted to hear from me if I tried installing the pre-release Java 1.2. Didn't get too far with it; I was guessing the Linux and libraries might not be recent enough. The symptom was a seg fault when I tried to compile using javac (I tried "javac -g -deprecation SarGui.java" both with and

Re: glibc 2.1 binary

1999-04-27 Thread Tom McMichael
Pete Wyckoff wrote: > [EMAIL PROTECTED] said: > > Well I think the common problem with glibc 2.1 (2.1.1) > > is the error on excuting the java binary : > > > > ./../bin/i586/green_threads/java: error in loading shared libraries: > > ./../lib/i586/ > > green_threads/libjava.so: undefined symbol: _

jdk1.2

1999-04-27 Thread Hasan Mahmood
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 And whole bunch of other messages related to this. I a

Re: can't load javax.swing.plaf.metal.MetalLookAndFeel

1999-04-27 Thread David Chase
>Font specified in font.properties not found [--zapf >dingbats-medium-r-normal--*- >%d-*-*-p-*-adobe-fontspecific] >Exception in thread "main" java.lang.Error: can't load >javax.swing.plaf.metal.Me >talLookAndFeel ... >examples.browser.Browser.(Browser.java:73) > This is the error I captured .Wha