From owner-freebsd-java Mon Jul 20 04:49:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26324 for freebsd-java-outgoing; Mon, 20 Jul 1998 04:49:44 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from iglou.com (sendmail@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26319 for ; Mon, 20 Jul 1998 04:49:43 -0700 (PDT) (envelope-from patrick@cre8tivegroup.com) Received: from [204.255.227.127] (helo=gateway.cre8tivegroup.com) by iglou.com with esmtp (8.9.1/8.9.1) id 0yyERP-0002Ya-00; Mon, 20 Jul 1998 07:49:15 -0400 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 20 Jul 1998 07:49:24 -0400 (EDT) From: Patrick Gardella To: Udo Wolter Subject: RE: Java & VNC Cc: freebsd-java@FreeBSD.ORG Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 20-Jul-98 Udo Wolter wrote: > Hi ! > > I'm using the vnc-tool with which I'm able to get a Windows 95/NT Screen > onto my X11-Display. The binary version works quite well, but I think > the better solution would be to do it in a browser window. It is if you don't have the vncviewer availible. The browser version is slower. > So there's a JAVA version of vnc. It has a makefile because it's just > the source. I tried to compile it with kaffe and guavac but nothing > worked. So maybe anyone has the class-files (.jar) anywhere ? Or maybe > I forgot to setup something ? Do I need to get the JDK from Sun ? You need to install the JDK for freebsd. It's in the ports collection, /usr/ports/lang/jdk After that, it compiles fine. > I only have the classes from netscape and I'm totally new to > compiling JAVA (BTW, I don't understand why they give it out as JAVA source > because as binaries it should anyway run anywhere because of the binary > compatibility, am I right ?). Nevertheless, you still need to have the JDK installed (or in the case of binaries, JRE), to run the compiled code. The Java Virtual Machine is what runs the code. Patrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message