Howdy, Make sure you're using: - The JDK (not JRE) - The right version of the JDK (preferably the latest stable version) - An OS that has the patches required for the JDK, if any
This was a known bug in JDK 1.4.0b92 or something like that: search the BugParade on java.sun.com. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Robert Priest [mailto:[EMAIL PROTECTED] >Sent: Tuesday, April 01, 2003 3:22 PM >To: [EMAIL PROTECTED] >Subject: Jasper Error wrong version of Object.class (48.0 , should be 47.0) > >I am receiving the following error when my jsp file attempts to compile. >Could there be another version of Object.class in the way? >org.apache.jasper.JasperException: Unable to compile class for JSP An error >occurred at line: -1 in the jsp file: null Generated servlet error: [javac] >Compiling 1 source file D:\pw\tip\output\delivery\Program >Files\Bentley\ProjectWise\WebServer\work\Standalone\localhost\uploadfil e\js >p\upload$jsp.java:12: >cannot access java.lang.Object bad class file: >C:\j2sdk1.4.1_01\jre\lib\rt.jar(java/lang/Object.class) class file has >wrong version 48.0, should be 47.0 Please remove or make sure it appears in >the correct subdirectory of the classpath. public String getServletInfo() { > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
