Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!uunet!in3.uu.net!205.252.116.190!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!EU.net!Ireland.EU.net!maths.tcd.ie!not-for-mail From: dwmalone@maths.tcd.ie (David Malone) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: java in FreeBSD Date: 9 Feb 1997 11:03:24 -0000 Organization: Dept. of Maths, Trinity College, Dublin, Ireland. Lines: 14 Sender: mathnews@graves.maths.tcd.ie Message-ID: <5dkats$1qq@graves.maths.tcd.ie> References: <5di3j3$ibh$1@solaris.cc.vt.edu> NNTP-Posting-Host: graves.maths.tcd.ie Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35504 hongjiew@vt.edu (Hongjie Wang) writes: >Recently, I need to use Java for some projects. Since I am running >FreeBSD, I went to the http://www.freebsd.org to try >to find the software. I found Javac, the compiler, but >could not find Java the virtual machine (or the interpretor) >Can someone tell me where I can find it? If you have the compiler, you have the virtual machine, 'cos the compiler runs on the virtual machine. Have you just tried saying "java" to get the virtual machine ? David.