public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* Question about Question.
@ 2012-04-19  5:46 Me Myself and I
  2012-04-19  8:38 ` Jonathan Wakely
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Me Myself and I @ 2012-04-19  5:46 UTC (permalink / raw)
  To: gcc-help, java


I have the feelilng that someone has forgotten to look at my questions.

Is there anyone who can tell me how to make the GCJ behave a little better for me?


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 = 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 
fabricated classes in a directory, such that I will not have to specify further
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, what 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.  Is there a way to avoid needing a seperate file
at all?  Is there an option to build this file into my generated executable? 		 	   		  

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-20  7:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-19  5:46 Question about Question Me Myself and I
2012-04-19  8:38 ` Jonathan Wakely
2012-04-19 10:54 ` Brian Jones
2012-04-19 23:53 ` Ian Lance Taylor
2012-04-20  0:20   ` Jonathan Wakely
2012-04-20  7:36   ` Chris Burdess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).