Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2006 22:45:40 +0900 (JST)
From:      Yamada Ken Takeshi <ken@tydfam.jp>
To:        dsledge@appriss.com
Cc:        ronald-freebsd8@klop.yi.org, freebsd-java@freebsd.org
Subject:   Re: Q) eclipse 3.2 (Callisto)
Message-ID:  <20060818.224540.343191359.ken@tydfam.jp>
In-Reply-To: <44E21301.1070208@appriss.com>
References:  <44DB59EA.9010408@appriss.com> <20060811.233112.343186357.ken@tydfam.jp> <44E21301.1070208@appriss.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060818.224540.343191359.ken>