Hello,
I have a war file that when I deploy on one server works, however on
another server I am getting an Identifier Expected error on this
function
public List<String> func()
The error is saying that it is expecting a variable instead of
<String. Is this an issue with Java 1.5 not being configured on that
machine?
Thanks for any help you can provide. I am using GoDaddy as a provider
and it works on their shared host but when I got a virtual dedicated
host and deployed the war file this is what I'm getting. I also got
their service plan which prevents me from lookin at the server... I
can't ssh in.
Thank you for any help you can provide.
-Jia
Roedy Green - 29 Jun 2007 03:46 GMT
>I have a war file that when I deploy on one server works, however on
>another server I am getting an Identifier Expected error on this
>function
>public List<String> func()
See http://mindprod.com/applets/wassup.html
and http://mindprod.com/jgloss/properties.html
to learn about system properties, in particular java.version.
Then you can dump out what version you are running in a tiny test app.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com