[jboss-user] [JBoss Portal] - Re: HelloWorldPortlet complications

2007-06-27 Thread durand
Server: JDK 1.5 Compiling computer: JDK 1.6 Going to try compiling with 1.5 as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057997#4057997 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057997

[jboss-user] [JBoss Portal] - Re: HelloWorldPortlet complications

2007-06-27 Thread durand
Compiling with 1.5 solved it. Thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058018#4058018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058018 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: HelloWorldPortlet complications

2007-06-26 Thread brownfielda
What are the versions of your JDK and JVM? During a compiler course we ran into this error message a lot when trying to run our hand-crafted .class files on some JVMs (though not others). Seems that the JVMs check for more than just the major/minor version numbers in the class file. Maybe