From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29484 invoked by alias); 18 Apr 2012 01:55:57 -0000 Received: (qmail 29467 invoked by uid 22791); 18 Apr 2012 01:55:56 -0000 X-SWARE-Spam-Status: No, hits=-99.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,USER_IN_ALL_SPAM_TO X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s24.bay0.hotmail.com (HELO bay0-omc4-s24.bay0.hotmail.com) (65.54.190.226) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Apr 2012 01:55:32 +0000 Received: from BAY147-W48 ([65.54.190.199]) by bay0-omc4-s24.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 Apr 2012 18:55:31 -0700 Message-ID: From: Me Myself and I To: , , Subject: FW: SUCCESS! I have the GCJ! Date: Wed, 18 Apr 2012 01:55:00 -0000 In-Reply-To: References: 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/msg00013.txt.bz2 Am running GCJ on cygwin Windows 7. I have a few compiler errors I can't figure out. //-------------------------------------------------------------------------= -------------- ImagePixels.java:103: error: JuniorJPanel cannot be resolved to a type JuniorJPanel contentPanel =3D new JuniorJPanel(getColoredImage(Color.BLACK,= 300,300)); ^^^^^^^^^^^^ //-------------------------------------------------------------------------= -------------- =A0This is a fabricated java class in one directory. Is classpath my probl= em? =A0How do I specify a new CLASSPATH statement under /etc/profile so that GC= J will see classes =A0in a directory, and I will not have to specify directory information at = the command line? =A0If I have extra java lib jar files I want import statements to detect, d= o I =A0put these in the classpath location? =A0I find also that my windows executable generated by my cygwin run GCJ =A0requires cygwin1.dll to work.=A0 Is there a way to avoid needing a seper= ate file =A0at all? =20=09=09=20=09=20=20=20=09=09=20=20