Hi Gantulga,

> I have following errors during my dspace install for Fedora core 6.
> Pls explain to me.
>     [javac] 1. WARNING in

Most of the errors are just 'warnings', so can be ignored.

Apart from this one:

>     [javac] 2. ERROR in
> /dspace/dspace-1.4.1-source/src/org/dspace/app/oai/DIDLCrosswalk.java (at
> line 55)
>     [javac]     import sun.misc.BASE64Encoder;
>     [javac]            ^^^^^^^^
>     [javac] The import sun.misc cannot be resolved
>     [javac] ----------

(and the following 2)

These suggest that you might not be using the JDK supplied by Sun, but
perhaps from a different vendor as they are unable to find these Sun
classes.

You can usually find out what version of the JDK you are using by typing:

javac -v

If this shows you are using a JDK from a different vendor (perhaps GNU JDK),
then try to install and use the Sun one instead.

The other alternative is that you might be using Sun's latest JDK version,
1.6 which James Rutherford recently discovered does not include the Base64
encoding classes.

What we need to do in the project is to replace this dependency with
something else, probably org.apache.commons.codec.binary.Base64 (it should
be a relatively minor patch).

Let us know how you get on, and hopefully someone will have the time to
write a patch to update the code to use the Apache Commons class instead.

Hope this helps,


Stuart
_________________________________________________________________

Datblygydd Cymwysiadau'r We            Web Applications Developer
Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Cymru Aberystwyth       University of Wales Aberystwyth

            E-bost / E-mail: [EMAIL PROTECTED]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________
  


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to