Hi,
I'm having some troubles trying to compile Wicket main trunk with
OpenJdk under Ubuntu 10.10 64 bit. Is there any problem with this Java
distribution?
The compilation error a get is relative to class ResourceTestPage.java
at
testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/
The error message is the following:
testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ResourceTestPage.java:[78,4]
exception java.io.IOException is never thrown in body of corresponding
try statement
Everything goes fine under my virtual box with WinXp 32 with Oracle JDK.
Thank you.