From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8389 invoked by alias); 18 Apr 2012 02:19:50 -0000 Received: (qmail 8294 invoked by uid 22791); 18 Apr 2012 02:19:49 -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,TW_GC,USER_IN_ALL_SPAM_TO X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s22.bay0.hotmail.com (HELO bay0-omc4-s22.bay0.hotmail.com) (65.54.190.224) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Apr 2012 02:19:24 +0000 Received: from BAY147-W45 ([65.54.190.199]) by bay0-omc4-s22.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 Apr 2012 19:19:24 -0700 Message-ID: From: Me Myself and I To: , , Subject: GCJ debugging quesitons! Date: Wed, 18 Apr 2012 02:19: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/msg00014.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)); ^^^^^^^^^^^^ //-------------------------------------------------------------------------= -------------- This is a fabricated java class in one directory. -How do I specify a new CLASSPATH statement under /etc/profile so that GCJ = will see my=20 fabricated classes in a directory, such that I will not have to specify fur= ther specific information for each class and that neighbouring classes will be d= etected? -If I have extra java lib jar files I want import statements to detect, wha= t do=20 I do so that the gcj will recognise them when compiling? -I find also that my windows executable generated by my cygwin run GCJ requires cygwin1.dll to work. Is there a way to avoid needing a seperate f= ile at all?=A0 Is there an option to build this file into my generated executab= le? =20=09=09=20=09=20=20=20=09=09=20=20