Azureus Build Error

Victor Cardona v.cardona at sbcglobal.net
Sat Apr 28 15:18:25 UTC 2007


Warren Liddell wrote:
> Running FreeBSD 6.2-STABLE .. Azureus as always fials with the following (any 
> ideas/suggestions welcomed)
> ---------------
> 
> ===>  Building for azureus-3.0.1.0
> Buildfile: build.xml
> 
> init:
>     [mkdir] Created dir: /usr/ports/net-p2p/azureus/work/build
> 
> compile:
>     [javac] Compiling 2510 source files 
> to /usr/ports/net-p2p/azureus/work/build
>     
> [javac] /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/pluginsimpl/local/utils/resourcedownloader/ResourceDownloaderFactoryImpl.java:66: 
> cannot resolve symbol
>     [javac] symbol  : method toURI ()
>     [javac] location: class java.net.URL
>     [javac]                             return( new 
> ResourceDownloaderFileImpl( null, new File( url.toURI())));
>     [javac]                                                                                            
> ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -deprecation for details.
>     [javac] 1 error
> 
> BUILD FAILED
> /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the compiler 
> error output for details.
> 
> Total time: 1 minute 7 seconds
> *** Error code 1
> 
> Stop in /usr/ports/net-p2p/azureus.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
> 

What version of Java do you have installed?  The method that cannot be
found toURI() was added in Java 1.5.  If you are still using 1.4 or
earlier, then you will need to upgrade your JRE or JDK first.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070428/5fd4b1f8/signature.pgp


More information about the freebsd-questions mailing list