I was deep in meditation when Steve Byrne awoke me by saying:
>
> Matt Zagni writes:
> > Well,
> >
> > I haven't received any mail from anyone concerning this yet so I imagine
> > you all must be downloading it to try ?
> >
> > Does the original message look like a good possiblity that it may work
> > on Linux ?
> >
> > Any responces ?
>
> Yes. No friggin way. The two are completely different in their threading
> systems. Solaris native threads uses Solaris LWPs -- Linux doesn't have them.
>
> Don't waste your time.
>
Well, if native threading was the only problem, then one could stick with
green threads and everything would be okay.
The problem is that all those system libraries, though they have similar (or the
same) names are not the same, and this is especially true of the C libraries.
This is what prevents someone using Sparc Linux from using the Sparc Solaris
JDK. The question is is the x86 Solaris JDK iBCS (Intel Binary Compatibility
Standard) compliant? If it is, then you should be able to use it in Linux
using the iBCS kernel module. I *highly* doubt it is, though if you want to
give it a try, feel free.
BTW, I am surprised that Sun even bothers with x86 Solaris over (direct)
support for Linux. Easier to port from Sparc Solaris I suppose.
> >
> > > Hi,
> > >
> > > Has anyone downloaded the solaris intel version of jdk2.0
> > > Solaris_JDK_1_2_01_dev06_i386.tar.Z from javasoft.com (solaris developers
> > > collection site) yet and attempted to run it under Linux using glib2.0.7pre6 ?
> > >
> > > Although the libs look as though they may need connecting together
> > > it may work ?
> > >
> > > I am running glibc2.0.7 due to staroffice5.0 and Oracle8.0.5 but
> > > my knowedge of libs is not that great linking them etc it may fail
> > > but then again it just might work has anyone tried this version of
> > > jdk2.0 yet ?
> > >
> > > Any ideas ?
> > >
> > > Many thanks
> > >
> > > Matt
> > >
> > > ie..
> > > /usr/local/jdk1.2/SUNWjvdev/reloc/usr/java1.2/bin/i386/native_theads/
> > >
> > > ldd appletviewer
> > > libthread.so.1 => not found
> > > libX11.so.4 => not found
> > > libjvm.so => not found
> > > libjava.so => not found
> > > libdl.so.1 => /lib/libdl.so.1 (0x40004000)
> > > libc.so.1 => /lib/libc.so.1 (0x40007000)
> > > libx.so.5 => /lib/libc.so.5 (0x40036000)
> > >
> > > ldd javac
> > > libthread.so.1 => not found
> > > libjvm.so => not found
> > > libjava.so => not found
> > > libdl.so.1 => /lib/libdl.so.1 (0x40005000)
> > > libc.so.1 => /lib/libc.so.1 (0x40008000)
> > > libx.so.5 => /lib/libc.so.5 (0x40037000)
> > >
> > > ldd java
> > > libthread.so.1 => not found
> > > libjvm.so => not found
> > > libjava.so => not found
> > > libdl.so.1 => /lib/libdl.so.1 (0x40004000)
> > > libc.so.1 => /lib/libc.so.1 (0x40008000)
> > > libX11.so.4 => not found
> > > libx.so.5 => /lib/libc.so.5 (0x40037000)
> > >
> > >
> > >
> >
>
--
¤--------------------------------------------------------------------¤
| Aaron Gaudio mailto:[EMAIL PROTECTED] |
| http://www.rit.edu/~adg1653/ |
¤--------------------------------------------------------------------¤
| "The fool finds ignorance all around him. |
| The wise man finds ignorance within." |
¤--------------------------------------------------------------------¤
Use of any of my email addresses is subject to the terms found at
http://www.rit.edu/~adg1653/email.shtml. By using any of my addresses, you
agree to be bound by the terms therein.