Anton Andreev <antonandr...@fmi.uni-sofia.bg> writes:
> I just called "java" from the command line. I have also installed 
> "default-jdk".

Please try

update-alternatives --display java

> What is the status of Java on Debian / kfreeBSD? What about openJDK?

openjdk does not seem to be available. At least basic stuff works with
ecj + gij:

$ dpkg-query -W ecj gij
ecj     3.5.1-1
gij     4:4.4.5-1
$ cat > hello.java
public class hello {
    public static void main(String[] args) {
        System.out.println("hello");
    }
}
$ ecj hello.java
$ gij hello
hello

What is this xxxx.jar that you are trying to run? Is it part of Debian?


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/84y65xyu4d....@sauna.l.org

Reply via email to