- This topic has 5 replies, 2 voices, and was last updated 17 years ago by
Loyal Water.
-
AuthorPosts
-
gunjanbkMemberHi,
I have webapplication A which has its jar files under A\web-inf\jar\<all jar>. I need to some other third party jars and I put that under jboss server — append to classpath. This stops the classes under lib\jar to be loaded I guess no class def found exception.
Gunjan
July 14, 2008 at 7:00 am #287076
Loyal WaterMemberGunjan,
You need to give me some more details about the issue that your facing.Can you please go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
July 14, 2008 at 11:15 am #287097
gunjanbkMemberHi Nipun
Here are the details
*** Date:
Monday, July 14, 2008 9:13:24 AM PDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0_02*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\GUNJAN\eclipse 3.3\eclipse.exe
-name
Eclipse
–launcher.library
C:\GUNJAN\eclipse 3.3\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\GUNJAN\eclipse 3.3\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-product
com.genuitec.myeclipse.product.ide
-vm
C:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dllGunjan
July 16, 2008 at 6:05 pm #287202
Loyal WaterMemberThis stops the classes under lib\jar to be loaded I guess no class def found exception.
Can you paste the error here for me? You can go to <workspace>/.metadata/.log file and check the error that is being recorded.
July 21, 2008 at 12:08 am #287322
gunjanbkMemberBefore I paste can you clarify this —
If I specify some jars and\or classes in the servers–>jboss–>jboss 4.x–>paths–>append or prepend to classpath, will the jars under my webapp\WEB-INF\lib folder stop loading?
July 21, 2008 at 4:27 pm #287361
Loyal WaterMemberIf I specify some jars and\or classes in the servers–>jboss–>jboss 4.x–>paths–>append or prepend to classpath, will the jars under my webapp\WEB-INF\lib folder stop loading?
This should not happen.
-
AuthorPosts