-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
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.
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
--- 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
> >
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
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
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