Difference between revisions of "JavaAwt"
From Gumstix User Wiki
(New page: ==Building Classpath== Got a problem when building classpath: Invalid flag -1.5 Solution found [http://code.google.com/p/netbeams/wiki/GumstixOESystem here]) |
(→Building Classpath) |
||
Line 1: | Line 1: | ||
+ | ==Ecj problem | ||
+ | If you run into problems that your environment has an ecj that does not pass the checks in configure. You might want to try this: | ||
+ | To ensure that your Gentoo has the right version of the eclipse compiler | ||
+ | First you may have to unmerge the current eclipse-ecj | ||
+ | |||
+ | # emerge --unmerge eclipse-ecj | ||
+ | # cd /etc/portage | ||
+ | # echo ">=dev-java/eclipse-ecj-3.4" >> package.mask | ||
+ | # emerge eclipse-ecj --pretend | ||
+ | # emerge eclipse-ecj | ||
+ | |||
==Building Classpath== | ==Building Classpath== | ||
Got a problem when building classpath: Invalid flag -1.5 | Got a problem when building classpath: Invalid flag -1.5 | ||
Solution found [http://code.google.com/p/netbeams/wiki/GumstixOESystem here] | Solution found [http://code.google.com/p/netbeams/wiki/GumstixOESystem here] |
Revision as of 04:40, 17 May 2009
==Ecj problem If you run into problems that your environment has an ecj that does not pass the checks in configure. You might want to try this: To ensure that your Gentoo has the right version of the eclipse compiler First you may have to unmerge the current eclipse-ecj
# emerge --unmerge eclipse-ecj # cd /etc/portage # echo ">=dev-java/eclipse-ecj-3.4" >> package.mask # emerge eclipse-ecj --pretend # emerge eclipse-ecj
Building Classpath
Got a problem when building classpath: Invalid flag -1.5 Solution found here