I have jar file that needs to in class path of Weblogic. I am adding it from preference>MyEclipse>Weblogic 8.1>path>append to class path then add jar to
After I hit apply and run weblogic I get class not founc exception.
When I go back and look at the myserver.log file it seems like my eclipse is truncating /home to ome it also shows up in the append class path window too.
I am using Eclipse 3.0 and MyEclipse 3.8 Beta 2 in Fedora Core 2.
I am also getting error in the .log file
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 0
java.lang.NoClassDefFoundError: com/genuitec/eclipse/ast/deploy/core/DeployedResourceEventProcessor$A
at com.genuitec.eclipse.ast.deploy.core.DeployedResourceEventProcessor.resourceChanged(Unknown Source)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:283)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:277)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:151)
at org.eclipse.core.internal.events.AutoBuildJob.broadcastChanges(AutoBuildJob.java:78)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:153)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:212)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)