sun-jdk15 do not work on netbsd4-amd64

View: New views
5 Messages — Rating Filter:   Alert me  

sun-jdk15 do not work on netbsd4-amd64

by Water NB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a netbsd4-amd64 PC, when I run

# /usr/pkg/java/sun-1.5/bin/java -h
Usage: java [-options] class [args...]
...

(Program output help message correctly.)

#  /usr/pkg/java/sun-1.5/bin/java -version

(Program sleep here without any message and do not exit.)


#  /usr/pkg/java/sun-1.5/bin/java -jar xxx.jar

(Program sleep here without any message and do not exit.)


Anyone can tell me why or who can run sun-jdk15 correctly on
netbsd4-amd6?

Thanks.




Re: sun-jdk15 do not work on netbsd4-amd64

by matthew sporleder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 20, 2009 at 7:35 AM, Water NB<netbsd78@...> wrote:

> I have a netbsd4-amd64 PC, when I run
>
> # /usr/pkg/java/sun-1.5/bin/java -h
> Usage: java [-options] class [args...]
> ...
>
> (Program output help message correctly.)
>
> #  /usr/pkg/java/sun-1.5/bin/java -version
>
> (Program sleep here without any message and do not exit.)
>
>
> #  /usr/pkg/java/sun-1.5/bin/java -jar xxx.jar
>
> (Program sleep here without any message and do not exit.)
>
>
> Anyone can tell me why or who can run sun-jdk15 correctly on
> netbsd4-amd6?
>


Can you use a newer JVM or a newer NetBSD?  There were some builds
done of openjdk 1.7 for netbsd 5.  You can find them in the
netbsd-java mailing list archives and in pkgsrc-wip.

Re: sun-jdk15 do not work on netbsd4-amd64

by Milos Negovanovic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 20, 2009 at 09:43:14AM -0400, matthew sporleder wrote:
> Can you use a newer JVM or a newer NetBSD?  There were some builds
> done of openjdk 1.7 for netbsd 5.  You can find them in the
> netbsd-java mailing list archives and in pkgsrc-wip.

I am not aware of a single jdk package which works under netbsd-5/amd64,
did I miss something?

Regards
--
Milos Negovanovic
milos.negovanovic@...

Re: sun-jdk15 do not work on netbsd4-amd64

by matthew sporleder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 20, 2009 at 10:13 AM, Milos
Negovanovic<milos.negovanovic@...> wrote:
> On Mon, Jul 20, 2009 at 09:43:14AM -0400, matthew sporleder wrote:
>> Can you use a newer JVM or a newer NetBSD?  There were some builds
>> done of openjdk 1.7 for netbsd 5.  You can find them in the
>> netbsd-java mailing list archives and in pkgsrc-wip.
>
> I am not aware of a single jdk package which works under netbsd-5/amd64,
> did I miss something?
>

Have you tried one of these:
ftp://ftp.netbsd.org/pub/NetBSD/misc/java/openjdk/

Re: sun-jdk15 do not work on netbsd4-amd64

by Sarton O'Brien-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 21/07/2009 12:13 AM, Milos Negovanovic wrote:
> On Mon, Jul 20, 2009 at 09:43:14AM -0400, matthew sporleder wrote:
>> Can you use a newer JVM or a newer NetBSD?  There were some builds
>> done of openjdk 1.7 for netbsd 5.  You can find them in the
>> netbsd-java mailing list archives and in pkgsrc-wip.
>
> I am not aware of a single jdk package which works under netbsd-5/amd64,
> did I miss something?

I compiled openjdk under current/amd64 a while back with no issue. There
is no working 'sun' version that I'm aware of. Most dump core/segfault
from memory.

Sarton