From owner-freebsd-questions Sat Jul 6 19:25:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18404 for questions-outgoing; Sat, 6 Jul 1996 19:25:48 -0700 (PDT) Received: from dmog10.bell.ca (dmog10.bell.ca [198.235.69.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA18398 for ; Sat, 6 Jul 1996 19:25:44 -0700 (PDT) Received: from dcoc41.qc.bell.ca (dcoc41.qc.bell.ca [142.119.11.11]) by dmog10.bell.ca with ESMTP id WAA19857 for ; Sat, 6 Jul 1996 22:25:06 -0400 Received: from blmc36.QC.Bell.CA (blmc36.QC.Bell.CA [142.118.5.40]) by dcoc41.qc.bell.ca with SMTP id WAA02820 for ; Sat, 6 Jul 1996 22:21:44 -0400 Received: from babylon5 (amiga) by blmc36.QC.Bell.CA (4.1/SMI-4.1) id AA03013; Sat, 6 Jul 96 22:27:23 EDT Message-Id: <31DF1FFF.167EB0E7@qc.bell.ca> Date: Sat, 06 Jul 1996 22:25:03 -0400 From: michel X-Mailer: Mozilla 2.0 (X11; I; BSD/386 uname failed) Mime-Version: 1.0 To: questions@freebsd.org Subject: java Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, i have installed the jdk10 port .I have set the environnement variables (LD_LIBRAY_PATH CLASSPATH) i was able to compile the demo program Chart.java and it produces a Chart.class file, when i tried to run it java Chart.class it tells me that it can't find Chart.class What's wrong? Thanks michel