- This topic has 5 replies, 2 voices, and was last updated 16 years, 4 months ago by
support-joy.
-
AuthorPosts
-
dblodgettMemberI have a few of the following warnings
Classpath entry ... will not be exported or published. Runtime ClassNotFoundExceptions may result.
Which is all fine and good, but I need these libraries to deploy. I am not receiving any errors while deploying, but I am receiving the ClassNotFoundExceptions, as expected.
I have them all listed in the classpath under:
Project>Properties>Java Build Path>LibrariesI have them selected under:
Project>Properties>Java Build Path>Order and ExportI also have the default selections for:
Window>MyEclipse Enterprise Workbench>Java Enterprise Project>Web ProjectAnd I have the two “Use workbench default settings” options selected under:
Properties>MyEclipse>Web>DeploymentI am clearly missing something, but I have no idea what it is, any help would be greatly appreciated.
March 9, 2009 at 5:15 am #295664
support-joyMemberHi,
Can you copy and paste your installation details? This is available at MyEclipse > Installation Summary > Installation Details.
Also right click on the project, click on properties. Go to MyEclipse > Web > Deployment and click on Library deployment policies > Configure workspace settings. This will open the Preferences window. Click on MyEclipse Enterprise Workbench > Java Enterprise Project > Web Project. Select the Deployment tab. Can you send me the screen shot?
Check What is selected under Dependent Java Project Deployment Policy and Library Deployment Policies. Make sure all the checkboxes are checked – this will include the Jars from the build-path, user libraries, dependent java projects and dependent java projects. Let me know if this helps.March 10, 2009 at 6:37 pm #295783
dblodgettMemberHere are the items you requested, I also tried selecting “Jar dependent Java project output and place in ‘lib’ directory” and that did not deploy the jars from these libraries either. Thanks for the quick response.
*** Date:
Tuesday, March 10, 2009 7:22:30 PM EDT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.1
Build id: 7.1-20090306*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.1
Build id: 7.1-20090306Eclipse Platform
Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
Build id: M20080911-1700Eclipse Java Development Tools
Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
Build id: M20080709-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse RCP
Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
Build id: M20080703-0800Eclipse Plug-in Development Environment
Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
Build id: M20080703-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 7.0\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-clean
-configuration
C:\Program Files\Genuitec\MyEclipse 7.0\configuration
-vm
C:\Program Files\Genuitec\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dllMarch 12, 2009 at 11:16 pm #295963
support-joyMemberHi dblodgett,
Thank you for the installation details. To investigate further can you send me the screenshot of your web deployment options. Please use [Post Reply] as this has more options.
March 13, 2009 at 5:30 pm #296046
dblodgettMemberI recreated my server instance and everything is now working for me. Thanks for your help.
March 16, 2009 at 1:09 am #296073
support-joyMemberGood to hear that you have everything working for you.
-
AuthorPosts