- This topic has 25 replies, 10 voices, and was last updated 16 years, 10 months ago by Loyal Water.
-
AuthorPosts
-
cbsistemasMemberI’m having the same problem too
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710Occurs when opening a file with MyEclipse Visual JSF Designer and using CSS (<link rel=”stylesheet” type=”text/css” href=”styles.css”>)
Loyal WaterMemberHave you guys tried using the -clean command to clean your workspace ?
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10280.htmlAre you getting this message consistently with the same files ?
cbsistemasMemberthe same problem with -clean
occurs with the same files and with new files using the next ilne in .jsp:
<link rel=”stylesheet” type=”text/css” href=”styles.css”>
Loyal WaterMembercbsistemas,
Can you switch to a brand new workspace, create a new project, add a JSP file to that project with the line you pointed above and check if this issue persists.Did you use the All in One installer or the plugin installer to setup MyEclipse ?
cbsistemasMemberAll in One installer
With a new workspace, a new web project it’s all ok
I make a copy of my web project, and at the jsp of the copy it’s worked.
Loyal WaterMemberSo the new workspace is not giving you a problem? In that case you can import your projects from the old workspace into this new workspace and continue working.
rajeshlabMemberWhen i was importing a project into old workspace. It was not importing all files and folders. imported only 2 folders(bin,src) and 3 files ( .classpath, .project, .pom.xml) are appearing under the PROJECT.oiginally the project contains SRC folder and and 3 files ( .classpath, .project, .pom.xml) under the project. under the SRC folder MAIN directory is there but here it is not imported. All java files are located in the MAIN Folder.
how can i solve this problam? If any one know the solution, please give me replay.
I am using MyEclipse 6.0.1 version.
I am importing a project from out of the workspace. I was done these steps.
Select File menu ->import ->Existing Projects into Workspace ->Next->Select root directory redio button and browse where the project is located. Now appearing select the tick mark in ftp check box under the project window and click the Finish Button.
Now this project will be appearing on the package Explorer.
Loyal WaterMemberIs this a MyEclipse project ? Can you switch to Navigator view and check if the config files are there.
rajeshlabMemberI am switching to the Navigator view and check my project all config files are there. but how to run the project? I was try to run the project. it displaying a message as I ” Selection does not contain a main type ” .
rajeshlabMemberI am switching to the Navigator view and check my project all config files are there. but how to run the project? I was try to run the project. it displaying a message as I ” Selection does not contain a main type ” .
Loyal WaterMemberI am switching to the Navigator view and check my project all config files are there. but how to run the project?
Can you go through this web projects quickstart doc to get an understanding of how to deploy and run web projects:-
http://www.myeclipseide.com/documentation/quickstarts/webprojects/ -
AuthorPosts