Hi all ,
I am having a issue with importing the following
import com.sun.org.apa che.xml.interna l.serialize.Out putFormat;
import com.sun.org.apa che.xml.interna l.serialize.XML Serializer;
using the following version of java
However when i look in the jre I see it's location has changed FROM
com.sun.org.apa che.xml.interna l.serialize
TO
org/apache/xml/serialize/Serializer.clas s
Has anyone noticed this before and Why is this ?
Does any one know if you can use #ifdef #else #endif in Java ??
Thanks help much appreciated !
I am using the following version of java
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxp64devifx-20070806 (SR5a))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux ppc64-64 j9vmxp6423-20070426 (JIT enabled)
J9VM - 20070420_12448_ BHdSMr
JIT - 20070419_1806_r 8
GC - 200704_19)
JCL - 20070725
I am having a issue with importing the following
import com.sun.org.apa che.xml.interna l.serialize.Out putFormat;
import com.sun.org.apa che.xml.interna l.serialize.XML Serializer;
using the following version of java
However when i look in the jre I see it's location has changed FROM
com.sun.org.apa che.xml.interna l.serialize
TO
org/apache/xml/serialize/Serializer.clas s
Has anyone noticed this before and Why is this ?
Does any one know if you can use #ifdef #else #endif in Java ??
Thanks help much appreciated !
I am using the following version of java
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxp64devifx-20070806 (SR5a))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux ppc64-64 j9vmxp6423-20070426 (JIT enabled)
J9VM - 20070420_12448_ BHdSMr
JIT - 20070419_1806_r 8
GC - 200704_19)
JCL - 20070725
Comment