Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 1998 13:18:07 +0900
From:      MATSUI Hirokazu <Hirokazu.Matsui@open.enicom.co.jp>
To:        freebsd-java@FreeBSD.ORG
Subject:   Re: Java & VNC
Message-ID:  <199807210420.NAA20879@si5gw.open.enicom.co.jp>
In-Reply-To: Your message of "Mon, 20 Jul 1998 15:15:44 %2B0200 (MET DST)"
References:  <9807201315.AA03135@postamt1.charite.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello !

> Hm, I got the following errors:
> 
> make all
> ..../jdk1.1.5/bin/javac -O vncviewer.java
> vncviewer.java:55: Class rfbProto not found in type declaration.
>   rfbProto rfb;
>               ^
(snip)

Setup your CLASSPATH including current directory. 
If you use csh, 

  setenv CLASSPATH .:/usr/local/jdk1.1.5/lib/classes.zip

before you make it.

--
Hirokazu

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807210420.NAA20879>