pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Java for NetBSD/amd64



Hello,

is there any JRE 1.5 or above available for NetBSD/amd64? I tried
all lang/sun-jre15, lang/sun-jre6, and lang/kaffe from pkgsrc-2008Q1,
but without luck :-(

My environment:
$ uname -srm
NetBSD 4.99.68 amd64    (stock GENERIC)
$ mount -t procfs
procfs on /usr/pkg/emul/linux/proc type procfs (local)
procfs on /usr/pkg/emul/linux32/proc type procfs (local)
$ ulimit -d
1048576

The sun-jre15 doesn't works either:
$ /usr/pkg/java/sun-1.5/bin/java -version                                      
Memory fault (core dumped) 

The sun-jre6 works (in contrast to jre15 which uses Linux/x86_64
emulation, it uses Linux/i386), but later I got the same error:
$ java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
$ java -jar argouml.jar                                                        
Memory fault (core dumped) 

Other Linux applications working quite good (OOo 2.4.1, Acroread 7,
Flash, etc).

Both wip/jre15 and wip/jre16 can't be compiled because of
lang/sun-jdk15 dependency (which isn't work as noted above).

The lang/kaffe is not available for NetBSD/amd64 platform too (needs
some stuff to be ported first).

So, any advice for getting JVM up for NetBSD/amd64? Maybe IcedTea can
do the trick?

--
Mishka.

P.S. I'm not Java expert either.




Home | Main Index | Thread Index | Old Index