From: dion g. <dio...@us...> - 2004-08-05 04:55:54
|
diongillard 04/08/04 21:55:46 Added: was5/xdocs faq.fml Log: Add an FAQ Revision Changes Path 1.1 maven-plugins/was5/xdocs/faq.fml Index: faq.fml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <faqs title="Frequently Asked Questions"> <part id="generate-ejb-code"> <title>Generating EJB Code</title> <faq id="JAVAHOME"> <question>How do I fix errors about missing IBM classes?</question> <answer> <p>If you see something like this:</p> <source> [wasEjbDeploy] [*Error] /general-ejb-1.0-SNAPSHOT: The project was not built since its classpath is incomplete. Cannot find the class file for com.ibm.CORBA.iiop.ObjectResolver. Fix the classpath then try rebuilding this project.</source> <p> It's usually because you are using a JDK other than the IBM JDK shipped with AppServer. Usually it's enough to set <code>JAVA_HOME</code> to something like <code>C:\Program Files\WebSphere\AppServer\java</code> </p> </answer> </faq> </part> </faqs> |