Q) eclipse 3.2 (Callisto)

David Sledge dsledge at appriss.com
Fri Aug 18 21:30:29 UTC 2006



Yamada Ken Takeshi wrote:
>   Still I cannot solve the problem with my opteron(i386) @ -current.
>   As shown below, plugins compilation itself seemingly OK, but when it is 
> installed the number of *.jar under plugins were so different.  (Framework
> error is due to unable to find org.eclipse.osgi_3.2.0*.jar.)
>   What is thought to be the reason of this problem?
>
>   
> 1) Under /usr/ports/java/eclipse/work
>       find /usr/ports/java/eclipse(amd64)/work/plugins -name "*.jar" | wc -l 
>           100 
>       find /usr/ports/java/eclipse(i386)/work/plugins -name "*.jar" | wc -l 
>           100 
> 2) Under /usr/local/eclipse
>       find /usr/local/eclipse(amd64)/plugins -name "*.jar" |wc -l 
>           156 
>       find /usr/local/eclipse(i386)/plugins -name "*.jar" | wc -l 
>             8 
>        These 8 jars are;
>           plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar
>           plugins/org.eclipse.help_3.2.0.v20060602.jar
>           plugins/org.eclipse.osgi.services_3.1.100.v20060601.jar
>           plugins/org.eclipse.pde.ui_3.2.0.v20060605.jar
>           plugins/org.eclipse.team.cvs.ui_3.2.0.I200606051140.jar
>           plugins/org.eclipse.ui.ide_3.2.0.I20060605-1400.jar
>           plugins/org.eclipse.ui.navigator.resources_3.2.0.I20060605-1400.jar
>           plugins/org.eclipse.ui.navigator_3.2.0.I20060605-1400.jar
>
>   
Run "make clean", then "make" and verify that the missing jar files are 
in the /usr/ports/java/eclipse/work/result/freebsd-gtk-x86-sdk.tar.gz 
archive. This archive gets created when making the project and  gets 
extracted to the /usr/local/eclipse directory during the installation.



More information about the freebsd-java mailing list