Re: Native codes on Linux?

2000-05-29 Thread Christopher Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, May 29, 2000 at 12:02:11PM -0700, Todd Papaioannou wrote: > Apart from gcj, which I am having trouble using with the jdk1.2.2 collection > classes, does anyone know of any other methods of generating native > instruction codes on linux from ja

Re: Problems with JBuilder 3.5 and jdk1.2 and 1.2.2

2000-05-29 Thread Efraim Wainerman
Thank you, Paolo, the problem was in the configuration files of the JBuilder that not point to the correct JDK version. But now I have another question about configuration of the apache web server with servlets. I have Installed the Apache JServ servlet engine version 1.1.1-1 in RH 6.1 (Apache 1.

Native codes on Linux?

2000-05-29 Thread Todd Papaioannou
Apart from gcj, which I am having trouble using with the jdk1.2.2 collection classes, does anyone know of any other methods of generating native instruction codes on linux from java class or source files? thanks Todd --- Todd Pa

Re: Ambiguous class

2000-05-29 Thread Weiqi Gao
--- Nathan Meyers <[EMAIL PROTECTED]> wrote: > "±è¿µºÀ" wrote: > > > [Image]Hi, > > > > I import java.util.* and java.sql.*; > > > > And I use Date class.. > > > > At Compile time, error is. > > > > error is below.Can anybody help me. > > > > Ambiguous class: java.util.Date and java.sql.Date > >

Re: Ambiguous class

2000-05-29 Thread peter johnson
Depending on which one you actually want, declare either private java.util.Date[] getAbsenceDate(String condition) { or private java.sql.Date[] getAbsenceDate(String condition) { That is, use the fully qualified pathname to resolve the ambiguity. "±è¿µºÀ" wrote: > [Image]Hi, > > I import java.u

Re: Ambiguous class

2000-05-29 Thread peter johnson
Depending on which one you actually want, declare either private java.util.Date[] getAbsenceDate(String condition) { or private java.sql.Date[] getAbsenceDate(String condition) { That is, use the fully qualified pathname to resolve the ambiguity. "±è¿µºÀ" wrote: > [Image]Hi, > > I import java.u

Re: Problems with JBuilder 3.5 and jdk1.2 and 1.2.2

2000-05-29 Thread Paolo Ciccone
Hi Efraim, you absolutely need the JDK 1.2.2 to run JBuilder and I strongly advice that, for the moment, you use the Sun/Inprise version since that's the one that we tested against JBuilder. The installation is pretty simple: - Get the archive from Sun - Install it on something like /opt/jdk1