Hi Andreas,

On 01/11/2018 07:20, Andreas Tille wrote:

>     [javac] 
> /build/biojava-live-1.7.1/src/org/biojava/bio/structure/PDBHeader.java:10: 
> error: package com.sun.corba.se.spi.legacy.connection does not exist
>     [javac] import 
> com.sun.corba.se.spi.legacy.connection.GetEndPointInfoAgainException;
>     [javac]                                              ^
>     [javac] Note: Some input files use or override a deprecated API.
> 
> 
> Any hint how to fix this?

Either patch out the CORBA classes (removed in Java 11, and no
replacement available in Debian), or try setting the release attribute
to 8 on the <javac> task of the Ant build.

Emmanuel Bourg

Reply via email to