Mario Ivankovits wrote:
Hi!

However, I'm not entirely sure how you are inferring that the problem here is 1.3 vs. 1.4. You may know something I don't. I'm not sure where the version 48.0 vs 47.0 is coming from. I've never seen that before.

This happens if you compile with javac target=1.4 but running it in an java 1.3 environment.
If I remember correctly java 5.0 is version 49.0

To be safe for the future you could use "target=1.3" for your javac command. So as long as you do not use a 1.4 api you should be safe.

Maven - project.properties:
maven.compile.target = 1.3
maven.compile.source = 1.3


---
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Good idea!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to