Installing OpenJDK on a Netbsd Sparc64 Server


 
Thread Tools Search this Thread
Operating Systems BSD Installing OpenJDK on a Netbsd Sparc64 Server
# 1  
Old 12-20-2010
Installing OpenJDK on a Netbsd Sparc64 Server

I am currently working on a project that involves running the lift framework on a sun sparc64 architecture. Due to limited support from more popular unix distros, I am running NetBSD 64-bit on the system.



Before i can even tackle trying to install lift, I have to be able to install java on this system. I found that OpenJDK is what I should be using. Through all my digging, I can't seem to get a straight answer on compatibility or installation for this specific setup. Also if i am to find a compatible version, what kind of route am I to take in terms of installation (i.e. pkg_add, pksrc or compiling the code myself) Can anyone shine a light on the subject or am I just on a wild goose chase to nowhere?
# 2  
Old 12-22-2010
Take a deep breath. There is no such thing as a package. Computers run on software in files. JAVA runs in user space from files. Put it somewhere up-PATH and when you call java, a shell script in /anywhere/yout/want/jre/bin, it will adjust to the location. I do not know if there is any JVM open source out there, so I expect you need a binary for your CPU and something close to your OS. Might as well get the JDK if you can.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Thunar Crashes running XFCE 4.10 on Sparc64 , OpenBSD 5.3

I use XFCE 4.10 on OpenBSD 5.3; The use of Thunar produces a core dump, if I am logged in as a user, but if I log in as root, it works fine. Obviously it is a permissions issue, but what permission on what file? (4 Replies)
Discussion started by: RichardET
4 Replies

2. BSD

Compiling BOINC/Seti@Home for OpenBSD 5.3 Sparc64

I used to use x86 Linux clients for this years ago, but ceased all activity until last night. I have resurrected an old Sun Blade 100, which used to run Solaris 9, when I first owned it, in the 2003 period, but now is very much alive with 2 gig of new ram, and and extra 10 gig of drive space... (0 Replies)
Discussion started by: RichardET
0 Replies

3. AIX

Virtual I/O server Problem (before Installing AIX 7.1)

Hello people, I'm facing some problems Installing AIX in my Power server 720 Well, to tell the truth my problem is in Virtual I/O (IVM) installation. OBSERVE THAT I DON'T HAVE A HMC! By the way: I have the latest server Firmware! I've done all the process in ASMI, then inserted and... (1 Reply)
Discussion started by: Xscaio
1 Replies

4. Red Hat

installing Redhat Repository server

Hello, can someone please assist me userguide to setup simple Redhat yum Repository server with out using redhat satellite server. So all client will be pointing to this repository server to install rpm's. Thanks, (3 Replies)
Discussion started by: bobby320
3 Replies

5. UNIX for Dummies Questions & Answers

Installing deb packages from Ubuntu Server CD

Hi, I have mounted the Ubuntu server edition 10.10 ISO on my server under a directory media/servercd. I would like to install some services from this. I edited the sources.list file to say: deb file:/media/servercd maverick main restricted and it's properly mounted but when I try... (1 Reply)
Discussion started by: shadowcat
1 Replies

6. Ubuntu

Error after installing mail server.

Hi all, I'm new here. I already install ubuntu 9.10 and mail server (Dovecot + Postfix + SASL + Squirrel Mail). But after login on squirrelmail. an error message appeared "Error connecting to IMAP server: localhost. 111 : Connection refused". Any solutions? Thanks (1 Reply)
Discussion started by: dnet
1 Replies

7. Solaris

Installing Oracle HTTP Server

Hi, i am trying to install Oracle 10g Companion Products on a Solaris 5.9 server. At the end of the installation the configuration assistant fails and it's unable to start the HTTP Server. Below is the error opmnctl: starting opmn and all managed processes... Failed to get IP for ... (0 Replies)
Discussion started by: saharookiedba
0 Replies

8. Linux

Help installing VMWARE SERVER 2.0

Hello I am trying to install VMWARE in Ubuntu 8.10 and I have two issues. VMWARE server wants to compile modules to work with my kernel one them gives an error. What do I do: None of the pre-built vsock modules for VMware Server is suitable for your running kernel. Do you want this program... (1 Reply)
Discussion started by: mojoman
1 Replies

9. Red Hat

More how to get OpenJDK

A previous post, How to get OpenJDK 6 for Red Hat Enterprise Linux 5, covered how to install OpenJDK for Fedora Extra Packages for Enterprise Linux (EPEL) 5. Now these instructions are at an even easier URL to remember: http://openjdk.java.net/install/#fedora These instructions cover... (0 Replies)
Discussion started by: Linux Bot
0 Replies

10. HP-UX

Installing HP-UX o a windows based server

Hello, We would like to perform tests on a product that my company created lately. We don't have the right hardware for HP-UX enviornment I've read the thred "Unix environments for MS Windows", but didn't see there a possibility to install HP-UX OS on a special compatible hardware. We've... (4 Replies)
Discussion started by: AshkA
4 Replies
Login or Register to Ask a Question