On 3 sep, 22:21, "p. stephen wille" <p.stephenwi...@yahoo.com> wrote:
> Anyone else having this prob?
> I open the Bookstore1 project, deploy then run, and get the following error 
> message.  DB is installed,and I can successfully execute SQL statements in 
> Netbeans.
>
> Error message from running Bookstore1
>
> Deploying application in domain failed; Error loading deployment descriptors 
> for module [bookstore1] -- UnsupportedClassVersionError: Class 
> com.sun.bookstore1.filters.OrderFilter has unsupported major or minor version 
> numbers, which are greater than those found in the Java Runtime Environment 
> version 1.7.0-ea
> H:\Program 
> Files\J2EE\javaeetutorial5\examples\web\bookstore1\nbproject\build-impl.xml 
> :569: The module has not been deployed.
>
>  *I'm on Vista64
This is generally the sign that the version of java server/java in
netbeans nbproject/project.properties file are not in conformance with
what is properties when accessing with contextual menu.
So, try to modify what is in project.properties file corresponding to
those lines:
j2ee.platform=1.5
j2ee.server.type=gfv3

(or something similar for you)

Then save your changes, right click on the project, choose properties,
and now check the java server in run, change it if necessary. Undeploy
any application on the server, stop it, and run again the project.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to