Stephen R Marenka writes:
> Package: gij-4.0
> Version: 4.0.2-4
> Severity: important
>
> gij-4.0 aborts when running trivial class. The exact same class file
> runs fine on ppc.
>
> $ gij-4.0 Test
> Exception during runtime initialization
> Aborted
>
> public class Test {
> public static void main (String args[]) {
> System.exit (0);
> } }
with the current state of java on m68k, it seems to be better to
disable it. Any opinions?
Matthias