From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9632 invoked by alias); 17 Apr 2012 05:57:57 -0000 Received: (qmail 9612 invoked by uid 22791); 17 Apr 2012 05:57:54 -0000 X-SWARE-Spam-Status: No, hits=1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s2.bay0.hotmail.com (HELO bay0-omc4-s2.bay0.hotmail.com) (65.54.190.204) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Apr 2012 05:57:24 +0000 Received: from BAY147-W12 ([65.54.190.199]) by bay0-omc4-s2.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 16 Apr 2012 22:57:22 -0700 Message-ID: From: Me Myself and I To: , Subject: SUCCESS! I have the GCJ! Date: Tue, 17 Apr 2012 05:57:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-04/txt/msg00012.txt.bz2 I have the GCJ under Windows 7! Firstly, if anyone is interested, there is a very easy cygwin way to do it. The answer is all written down under alternate 1 at http://www.autexier.de/jmau/dev/gcj.html However, my questions: I have a few compiler errors I can't figure out. //-------------------------------------------------------------------------= -------------- ImagePixels.java:103: error: JuniorJPanel cannot be resolved to a type =A0=A0=A0=A0=A0=A0=A0 JuniorJPanel contentPanel =3D new JuniorJPanel(getCol= oredImage(Color.BLACK,300,300)); =A0=A0=A0=A0=A0=A0=A0 ^^^^^^^^^^^^ //-------------------------------------------------------------------------= -------------- This is a fabricated java class in one directory.=A0 Is classpath my proble= m? How do I specify a new CLASSPATH statement under /etc/profile ? If I have extra java lib jar files I want import statements to detect, do I put these in the classpath location? =20=09=09=20=09=20=20=20=09=09=20=20