This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I am trying to use gcj to compile my java legacy code, but I get the following error:
error: Can't find method `getLastSelectedPathComponent()' in type `javax.swing.JTree'
I also get:
error: Can't find method `scrollPathToVisible(Ljavax/swing/tree/TreePath;)' in type `javax.swing.JTree'
Is it because this is not supported yet?
Or did I do something wrong when I installed gcj?... I am on Mac OS 10.3. I followed the instructions at http://hpc.sourceforge.net/ to install the gcj 3.5 binaries. I also tried to compile them as described at http://users.bestweb.net/~john3g/gcj_osx/gcj_on_osx.html , but when I tried to build them, I got:
configure: error: The following requested languages were not found: c++ java The following languages were available: c treelang
So I'm really starting to wonder if I didn't do anything wrong when I first installed gcj 3.5. Or does gcj 3.5 require g++ 3.5? (g++ --version returns "g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)")
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |