Hi,
I have the following questions:
1. In weblogic5.1, I use the following commend to deploy my bean through cart.jar :
java -classpath %MYCLASSPATH% -Dweblogic.home=%WL_HOME% weblogic.ejbc -compiler javac build\portable.jar %WL_HOME%\lib\mylib\cart.jar
The error message I got is error opening registry key 'software\JavaSoft\Jave Runtime Envirnment'
2. If I run the deployment via weblogic DepolymentTool, I can get my deployment done. When I run client.java, I get the following message:
JIT compiler"javacomp" not found
will use interpreter
user: system
The client was unable to lookup the EJBHome, please make sure that you have deployed the ejb with the JNDI name beanManagedAccountHome on weblogic server at
t3://localhost:7001 Unable to lookup the beans home "CartHome"
Any help will be greatly appreciated.
Frank