For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 18 years, 3 months ago by
Loyal Water.
-
AuthorPosts
-
sangeethakrishnadasMemberi have j2sdk 1.4.2_16 and tomcat 4.1 and MyEclipse6.0
i am able to start the server and deploy a web project…but i am not able to view the index.jsp page in the browser…..
I am getting status 500 error
org.apache.jasper.JasperException: Unable to compile class for JSPAn error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source fileC:\Apache Software Foundation\Tomcat 4.1\work\Standalone\localhost\MyProject\index_jsp.java:9: cannot access java.lang.Object
bad class file: E:\Program Files\MyEclipse 5.5.1 GA\jre\lib\rt.jar(java/lang/Object.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
public class index_jsp extends HttpJspBase {
^
1 error
CAN U PLZZ HELP ME SOON.December 6, 2007 at 11:28 am #279408
Loyal WaterMemberThere is some problem with your project structure. Can you go through this tutorial and make sure your project has the same structure.
http://www.myeclipseide.com/documentation/quickstarts/webprojects/December 7, 2007 at 10:29 am #279443
sangeethakrishnadasMembernope….i followed the exact steps as in the document and i am getting the same error…
December 7, 2007 at 10:32 am #279444
sangeethakrishnadasMemberi tried the exact same steps as written in the document u sent…i am still getting the same message…..in my web project directory structure..i am not finding the MyEclipse Web Project metadata file
December 7, 2007 at 11:00 am #279448
Loyal WaterMemberGo to Windows > Show View > Other > General > Navigator. Are you able to see the .mymetadata file in the navigator view under your project ?
December 8, 2007 at 12:13 am #279468
sangeethakrishnadasMemberok fine i am able to see the .metadata file but my problem still remains…..do i have to download any tomcat plugin for myeclipse6 so that my jsp pages are displayed? i am able to start up the server and view apache home page at localhost…..plzz give me a suitable solution….
I am using j2sdk 1.4.2_16 and tomcat 4.1 and MyEclipse6.0 do any of these have any compatabilty issues…..
i am able to run and use my jsp pages using tomcat (without using myeclipse….) but with myeclipse my jsp pages are not being complied and displayedDecember 10, 2007 at 1:29 am #279487
Loyal WaterMemberdo i have to download any tomcat plugin for myeclipse6 so that my jsp pages are displayed?
You dont have to download any plugin. You will have to configure the tomcat connector. Can you go through the entire tutorial that I posted before and get a basic understanding on how to get your web app to work with MyEclipse.
Go to MyEclipse > Examples on Demand > Simple JSP example and check if you can get that to work. When you install that project, the readme file has the instuctions to how to run the project.
-
AuthorPosts
