17 May 2012 19:27
19 May 2012 00:02
Re: Java/JRE for NetBSD sparc64?
Christos Zoulas <christos <at> astron.com>
2012-05-18 22:02:41 GMT
2012-05-18 22:02:41 GMT
In article <A6A54D06-4F82-405C-A616-6A2EE4357D83 <at> distal.com>, Chris Ross <cross+netbsd <at> distal.com> wrote: > > I have a netbsd-5 sparc64 that I'd like to run a java application on. >Looking around pkgsrc I'm mosting finding i386/amd64 things only. > > Is there a JRE (or the like) for NetBSD sparc64? Someone cross-built one. It is not hard to do, you just need to convert the java, javac, jar commands to ssh to another machine and perform them. christos
19 May 2012 22:51
Re: Java/JRE for NetBSD sparc64?
David Brownlee <abs <at> netbsd.org>
2012-05-19 20:51:51 GMT
2012-05-19 20:51:51 GMT
On 18 May 2012 23:02, Christos Zoulas <christos <at> astron.com> wrote: > In article <A6A54D06-4F82-405C-A616-6A2EE4357D83 <at> distal.com>, > Chris Ross <cross+netbsd <at> distal.com> wrote: >> >> I have a netbsd-5 sparc64 that I'd like to run a java application on. >>Looking around pkgsrc I'm mosting finding i386/amd64 things only. >> >> Is there a JRE (or the like) for NetBSD sparc64? > > Someone cross-built one. It is not hard to do, you just need to convert > the java, javac, jar commands to ssh to another machine and perform them. I wonder if it would be useful to create a java wrapper package which installs a set of java commands for pkg_alternate, all just ssh to a specified host to run the command. All assuming paths are shared via NFS or similar... If anyone is interested & needs some pointers I'd be happy to help :)
RSS Feed