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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

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.


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to