classpathx-xml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Classpathx-xml] gnujaxp with JDK1.1.8


From: Ma, Steve
Subject: RE: [Classpathx-xml] gnujaxp with JDK1.1.8
Date: Thu, 29 Nov 2001 15:14:13 -0500

Just simply trying to import the library and compile the code.  Here is a
simple code and command line of what I tried:


gnuJaxpTest.java
-------------
import gnu.xml.aelfred2.JAXPFactory;

public class gnuJaxpTest {
  public gnuJaxpTest() {
  }

  public static void main(String[] args) {
         System.out.println("Hello World");
  }
}
-------------------

Command line output:
----------------
Z:\test\gnujaxp>c:\jdk1.1.8\bin\javac.exe -classpath
.;c:\jdk1.1.8\lib\classes.z
ip;gnujaxp.jar gnuJaxpTest.java
gnuJaxpTest.java:1: Class gnu.xml.aelfred2.JAXPFactory not found in import.
import gnu.xml.aelfred2.JAXPFactory;
       ^
1 error

Z:\test\gnujaxp>c:\jdk1.2.2\bin\javac.exe -classpath
.;c:\jdk1.1.8\lib\classes.z
ip;gnujaxp.jar *.java

Z:\test\gnujaxp>

------------------------

Is there something that I'm missing?

steve

-----Original Message-----
From: David Brownell [mailto:address@hidden 
Sent: Thursday, November 29, 2001 3:04 PM
To: Ma, Steve; address@hidden
Subject: Re: [Classpathx-xml] gnujaxp with JDK1.1.8

Hmm, I'll have to see what's up.  I'd expect an issue
compiling the relse on JDK 1.1 (problem to be fixed),
but not actually running it.  I'll send a note when the
compile problem is gone, and at that point I'll know it
runs there (again :) at least for me.

You're sure you've set the class path up right?  What was
the particular "trouble" you had?

- Dave


----- Original Message ----- 
From: "Ma, Steve" <address@hidden>
To: <address@hidden>
Sent: Thursday, November 29, 2001 11:53 AM
Subject: [Classpathx-xml] gnujaxp with JDK1.1.8


> Does this release work with JDK1.1.8? I have trouble compiling the
> statement:
>  
> import gnu.xml.aelfred2.JAXPFactory;
>  
> when using JDK1.1.8, but does not happen with JDK1.2.2 or 1.3.
>  
> Thanks,
> Steve
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]