Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle8i on Linux: java/lang/Thread
java/lang/Thread happens because the JDK is being used, instead of the
JRE. The JDK stores the classes in classes.zip, while the JRE uses
rt.jar. The 8i java OUI has rt.jar (therefore needing the JRE) in its
classpath and not the classes.zip.
See my sig for more info.
codex_at_thecoventree.com wrote:
>
> On Fri, 03 Mar 2000 17:49:15 +0100, Cornelia Luoni <luoni5_at_cuimail.unige.ch>
> wrote:
>
> >
> >Hello
> >I'm installing Oracle8i on Linux (SuSe) and get
> >the following error messages in the "Configuration
> >Tools" :
> >
> >
> > Tool Name Status
> > --------- ------
> > Net8 Configuration Assistant failed
> > Oracle Database Config. Assistant failed
> >
> > Details for both:
> > -----------------
> > Unable to intitialize threads: cannot find
> > class java/lang/Thread.
> > Could not create Java VM
> >
> >
> >I have java jre1.1.7 installed and as far as I
> >could detect, oracle8i needs jre1.1.6. so that
> >should be ok.... or not?
> >
> >Thanks for any help.
> >Cornelia
> >
>
> After reading several errata documents from the Oracle site
> (http://otn.oracle.com) they specifically state that you should install EXACTLY
> the pre-reqs that they indicate (glibc, jre, etc...)
>
> Also, the Oracle8i setup was only tested (according to the documentation again)
> on Red Hat 6.0 so I don't know if that might have anything to do with your
> issue.
>
> Good luck!
>
> Geordon
--
* Oracle8i on RedHat 6.0:
http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html
* OpenJGraph: http://openjgraph.sourceforge.net/
* DBDependency:
http://homepages.tig.com.au/~jmsalvo/dbdependency/index.html
Received on Sat Mar 04 2000 - 21:46:02 CST
![]() |
![]() |