MyEclipse Forums
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Author Message
snirco
Post subject: Project not have the classess of the capabilities  PostPosted: Aug 26, 2009 - 07:43 AM
Veteran Member
Veteran Member


Joined: Feb 02, 2009
Posts: 23

Hello i have a project with capabilities (staruts, spring, Hibernate) all horked fine and now the project have errors, it not have the staruts, spring, Hibernate classess and taglib.
What have hapend to the project? How can I fix that?
 
 View user's profile Send private message  
Reply with quote Back to top
snirco
Post subject: RE: Project not have the classess of the capabilities  PostPosted: Aug 26, 2009 - 09:48 AM
Veteran Member
Veteran Member


Joined: Feb 02, 2009
Posts: 23

I notic that the class files not created in the classess folder
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject: RE: Project not have the classess of the capabilities  PostPosted: Aug 26, 2009 - 12:57 PM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

snirco,

Your problem is not clear.
I need the following details to narrow down the problem.

1) Can you please elaborate more about the problem you are getting?. If possible give me the steps to reproduce your problem.
2) Can you copy and paste your installation detail? To do that open MyEclipse IDE, from the menu options click on MyEclipse > Installation Summary > Installation Details.
3) Can you send your log file? You can get it from [your workspace dir]/.metadata/.log
4) Can you send .classpath file? You can get it from [your workspace dir]/ [your project dir]/.classpath
5) To view the errors related to your project, Select "Problems" view. You can get it from Window>Show View> Problems or press "Alt+Shift+Q,X".
In "Problems" view,select context menu of your project related error and select "Quick Fix" to know how to fix that error.
6)
Quote:

all horked fine and now the project have errors

What does this mean



You can send all the above mentioned documents to support@myeclipseide.com. Please add ATTN: JOY in the subject and refer to this thread.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
snirco
Post subject: RE: Project not have the classess of the capabilities  PostPosted: Aug 26, 2009 - 02:03 PM
Veteran Member
Veteran Member


Joined: Feb 02, 2009
Posts: 23

1) I hav an web project and it worked all the time but now I have an exeption java.lang.ClassNotFoundException
I so that the lib folder is empty, then I added them manualy but the tomcat folder: Tomcat 6.0\webapps\.....\WEB-INF\classes
the packages folders are ther and the classess are not there.

same in the project folder: \workspace\..........\WebRoot\WEB-INF\classes\

2) installation detail:
*** Date:
Wednesday, August 26, 2009 12:46:51 PM GMT

** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.5.0_11


*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.0
Build id: 7.0-20081201


*** Eclipse details:
MyEclipse Enterprise Workbench

Version: 7.0
Build id: 7.0-20081201




Eclipse Platform

Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20080911-1700


Eclipse Java Development Tools

Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20080709-0800


Eclipse Plug-in Development Environment

Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800


Eclipse Graphical Editing Framework GEF

Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400


Eclipse RCP

Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20080703-0800




Eclipse 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
configuration
-vm
C:\Program Files\Genuitec\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll

3) There is no log in the .metadata folder

4) classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_2_EM"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_2_CORE"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_2_EXTRAS"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_CORE"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_AOP"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_PERSISTENCE_CORE"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_J2EE"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_WEB"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING_JAVACONFIG_CORE"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING_WEBFLOW_20_CORE"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING25_TESTING"/>
<classpathentry kind="con" path="melibrary.com.genuitec.eclipse.cross.easystruts.eclipse.STRUTS13_CONTAINER"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activation.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/activation.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/mail.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/stax-api-1.0-2.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/facebook-java-api-2.1.1.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/facebook-java-api-schema-2.1.1.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/jaxb-api-2.1.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/jaxb-impl-2.1.9.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/jdom.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/json-20070829.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/runtime-0.4.1.3.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/activation-1.1.jar"/>
<classpathentry kind="lib" path="F:/dev/projects/workspace/sense-race/WebRoot/WEB-INF/lib/facebook-java-api-1.8-final.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/c3p0-0.9.1.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/facebook-java-api-1.8-final.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/facebook-java-api-2.1.1.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/facebook-java-api-schema-2.1.1.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jaxb-api-2.1.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jaxb-impl-2.1.9.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jaxen-1.1-beta-7.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jdom.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/json-20070829.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mail.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/runtime-0.4.1.3.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/stax-api-1.0-2.jar"/>
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>

5)
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject: RE: Project not have the classess of the capabilities  PostPosted: Aug 27, 2009 - 06:42 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

snirco,

I have received your issue details in mail. For tracking purpose I will be following up this issue on the same ticket.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits