From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20293 invoked by alias); 18 Apr 2012 08:35:58 -0000 Received: (qmail 20183 invoked by uid 22791); 18 Apr 2012 08:35:55 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_GC X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Apr 2012 08:35:03 +0000 Received: by lagw12 with SMTP id w12so5528161lag.20 for ; Wed, 18 Apr 2012 01:35:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.103.202 with SMTP id fy10mr635116lbb.43.1334738101546; Wed, 18 Apr 2012 01:35:01 -0700 (PDT) Received: by 10.112.85.98 with HTTP; Wed, 18 Apr 2012 01:35:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Apr 2012 08:35:00 -0000 Message-ID: Subject: Re: GCJ debugging quesitons! From: Jonathan Wakely To: Me Myself and I Cc: gcc-help , java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00015.txt.bz2 Will you please stop sending the same mails over and over again? Either take a bit longer to write it properly before sending the first mail, or just be more patient and wait for a reply. You're annoying several people on the GCC lists and making it less likely anyone wants to help you. On 18 April 2012 03:19, Me Myself and I wrot= e: > > 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.BLAC= K,300,300)); > ^^^^^^^^^^^^ > //-----------------------------------------------------------------------= ---------------- > This is a fabricated java class in one directory. > > -How do I specify a new CLASSPATH statement under /etc/profile so that GC= J will see my > fabricated classes in a directory, such that I will not have to specify f= urther > specific information for each class and that neighbouring classes will be= detected? > > -If I have extra java lib jar files I want import statements to detect, w= hat do > 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. =A0Is there a way to avoid needing a sepera= te file > at all?=A0 Is there an option to build this file into my generated execut= able? > >