dhk wrote: > Dale wrote: >> chrome://messenger/locale/messengercompose/composeMsgs.properties: >>> Alan McKinnon wrote: >>> >>>> On Thursday 11 February 2010 15:19:57 dhk wrote: >>>> >>>>> How do I find out the missing keyword for dev-java/sun-j2ee? >>>>> >>>>> I tried dev-java/sun-j2ee ~amd64 java in /etc/portage/package.keywords >>>>> and tried adding ACCEPT_LICENSE="sun-bcla-j2ee" to /etc/make.conf. >>>>> >>>> dev-java/sun-j2ee ~* >>>> >>>> >>>> >>>> >>>> >>>> >>>>> Below is the output to the emerge. >>>>> >>>>> emerge -pv dev-java/sun-j2ee >>>>> !!! CONFIG_PROTECT is empty >>>>> These are the packages that would be merged, in order: >>>>> >>>>> Calculating dependencies... done! >>>>> >>>>> !!! All ebuilds that could satisfy "dev-java/sun-j2ee" have been >>>>> masked. >>>>> !!! One of the following masked packages is required to complete your >>>>> request: >>>>> - dev-java/sun-j2ee-1.3.1-r4 (masked by: missing keyword) >>>>> >>>>> >>>>> For more information, see the MASKED PACKAGES section in the emerge >>>>> man page or refer to the Gentoo Handbook. >>>>> >>>>> Thanks, >>>>> >>>>> dhk >>>>> >>>> >>> That seems like it should have worked. I tried dev-java/sun-j2ee ~* in >>> /etc/portage/package.keywords but I get the same response. >>> >>> Any more ideas? >>> >>> Thanks, >>> >>> dhk >>> >>> >> Have you synced lately? According to mine it is not masked or keyworded >> and should install without changing anything. I synced last night and I >> get this: >> >> r...@smoker / # equery list -p dev-java/sun-j2ee >> [ Searching for package 'sun-j2ee' in 'dev-java' among: ] >> * installed packages >> * Portage tree (/usr/portage) >> [-P-] [ ] dev-java/sun-j2ee-1.3.1-r4 (0) >> [-P-] [ ] dev-java/sun-j2ee-deployment-bin-1.1-r2 (1.1) >> r...@smoker / # >> >> >> Looks good to go to me. >> >> Dale >> >> :-) :-) >> >> > > I did a sync, but no difference. However, the dev-java/sun-j2ee ** > worked after I downloaded j2sdkee-1_3_1-linux.tar.gz . > > Thanks, > > dhk > >
Another question about this. Where's a good place to set J2EE_HOME (/opt/sun-j2ee-1.3.1/) and JAVA_HOME? Should it be in each user's profile? If I wanted to set them globally for all users should they go in /etc/profile ? Also when starting j2ee I get the following error. # /opt/sun-j2ee-1.3.1/bin/j2ee -verbose /opt/sun-j2ee-1.3.1/bin/j2ee: line 14: /opt/sun-j2ee-1.3.1//bin/java: No such file or directory Is there another java package I need to install? /bin/java doesn't exist. Thanks, dhk