Re: JRE -and- JDK

2000-04-14 Thread Weiqi Gao
Trieu Truong wrote: > > A newbie question (this seems too obvious even for the FAQs): I need to > install the JRE (I'm going to use the one at blackdown.org) so that I > can run Oracle 8i on my Linux box. Does this either preclude or hinder > my ability to install and use Blackdown's JDK so tha

Re: JRE -and- JDK

2000-04-14 Thread Jesus M. Salvo Jr.
You can have several JDKs, JREs in your box like I do, just make sure you know what you are using and when. For more information on installing 8i on Linux, see my signature at the bottom of this e-mail. John Salvo Trieu Truong wrote: > > A newbie question (this seems too obvious even for the FA

Re: error in compilation

2000-04-14 Thread Rajesh Nair
Are you sure it's an error? It might have been a warning. Additionally, you get this when the interface from that API has been replaced by another better interface. But the old interface is supported for backward compatibility. At 10:59 AM 04/14/2000 -0700, Luz Lopez wrote: >Hi > >I am compiling

Re: error in compilation

2000-04-14 Thread Jacob Nikom
It appears when you use method which is no longer supported by Sun. This is the way how Sun modernizes Java. You still can use this method but it could stop to work one day. Jacob Nikom Luz Lopez wrote: > > Hi > > I am compiling an applet but send me the following error: > > uses or override

error in compilation

2000-04-14 Thread Luz Lopez
Hi I am compiling an applet but send me the following error: uses or overrides a deprecated API. Recompile with "-depreca tion" for details. When appear this type of error? thanks in advanced, Regards, __ Get Your Private, Free Email at h

JDK 1.1.7v3 and JSP

2000-04-14 Thread Timothy Owen Reilly
Hi, if anyone can shed some light on the problem below, I would very much appreciate it. I'm using the 1.1.7v3 JDK on RedHat 5.2 with gnujsp-1.0 and I'm getting the following exception when trying to get one of the properties of my bean after it's been initialized. It's been bugging me for about

Re: JRE -and- JDK

2000-04-14 Thread David Marshall
Dan Hobbs wrote: > Trieu Truong said, about JRE -and- JDK > > A newbie question (this seems too obvious even for the FAQs): I need to > > install the JRE (I'm going to use the one at blackdown.org) so that I > > can run Oracle 8i on my Linux box. Does this either preclude or hinder > > my abili

Re: JRE -and- JDK

2000-04-14 Thread Dan Hobbs
Trieu Truong said, about JRE -and- JDK > A newbie question (this seems too obvious even for the FAQs): I need to > install the JRE (I'm going to use the one at blackdown.org) so that I > can run Oracle 8i on my Linux box. Does this either preclude or hinder > my ability to install and use Blackd

JRE -and- JDK

2000-04-14 Thread Trieu Truong
A newbie question (this seems too obvious even for the FAQs): I need to install the JRE (I'm going to use the one at blackdown.org) so that I can run Oracle 8i on my Linux box. Does this either preclude or hinder my ability to install and use Blackdown's JDK so that I may learn and develop with