Ongoing GCJ confusion

2012-04-04 Thread Me Myself and I
-As an aside, when it comes to classes in external packages in external (non-default) jar files,   does one usually have dynamic linking from the gcj compiled program to the   seperate package jar file (needed at runtime), or static linking where   the seperate jar necessary classes and relate

Help completing the GCJ

2012-04-04 Thread Me Myself and I
I have managed to get a copy of ecj.jar -I havn't been able to follow the instructions for cygpath very well. Is there a CLASSPATH=$CLASSPATH:"/a/b/c/d"; sort of statement I can just put in /etc/profile  , that won't leave any problems for my compiled program (presumably my import sta

CLASSPATHS, and static inclusion.

2012-04-03 Thread Me Myself and I
I have managed to get a copy of ecj.jar -I havn't been able to follow the instructions for cygpath very well. Is there a CLASSPATH=$CLASSPATH:"/a/b/c/d"; sort of statement I can just put in /etc/profile  , that won't leave any problems for my compiled program (presumably my import statement

GCJ and ECJ

2012-04-03 Thread Me Myself and I
I am having trouble finding an ecj.jar eclipse jar file to get GCJ going. Are they files at this URL what I am looking for? http://www.java2s.com/Code/Jar/e/Downloadecj37jar.htm Which one here comes most recommended? -- Problem reports: http://c

GCJ in Cygwin on Windows, Please someone address!

2012-04-03 Thread Me Myself and I
-Is it possible to include some sort of PATH/CLASSPATH variable link to the Javak 2 1.6 version of rt.jar in order to have SWING and AWT from that version recognised, compiled, and executed appropriately with the latest version of GCJ that installs from CYGWIN installation packages?   -Even befo

GCJ Cygwin on Windows VITAL QUESTIONS

2012-04-03 Thread Me Myself and I
-Is it possible to include some sort of PATH/CLASSPATH variable link to the Javak 2 1.6 version of rt.jar in order to have SWING and AWT from that version recognised, compiled, and executed appropriately with the latest version of GCJ that installs from CYGWIN installation packages?   -Even befo

GCJ related questions

2012-04-02 Thread Me Myself and I
-Is it possible to include some sort of PATH/CLASSPATH variable link to the Javak 2 1.6 version of rt.jar in order to have SWING and AWT from that version recognised, compiled, and executed appropriately with the latest version of GCJ that installs from CYGWIN installation packages? -Even befor

Gnu Compiler for Java compiling

2012-04-02 Thread Me Myself and I
I have just gone through the install with internet download using the latest cygwin windows installer, on my 64 bit Microsoft Windows 7.  I assume that I've only gotten 32 bit software, which is not my issue. I am trying to compile my first java program, gcj Program.java --main=Program -o Progra