Anders Rønningen wrote: > Just thought I'd remind you about my problem ;o) Reminders are fine, but you might want to do some legwork yourself and address Dan's questions (3, 4 and 5 seem unanswered) before reposting. > Has anyone got a clue about what I need to do to solve the wine/java > problem below? [snip] > Exception in thread "main": java.lang.ArrayIndexOutOfBoundsException: 0 > at sun.util.calendar.ZoneInfoFile.createZoneInfo(ZoneInfoFile.java:527) The error message is exceptionally clear? As per http://www.sun.com/software/communitysource/j2se/java2/, the source code for Java is available. So I would suggest that you find the source code that corresponds to the Java runtime version you're using. Then look in ZoneInfoFile.java on line 527. There obviously should be at least one entry in the array that it's accessing, so find out where the array comes from. Most likely it's calling something in Wine to retrieve the array, and Wine is not returning correct results - from there a Wine developer can hopefully offer more comments. Other than that, there might be a WINEDEBUG switch that will give you more information about calendar related stuff in Wine - you might want to look at that as well. I've spent 10 minutes googling site:winehq.org for the list of debugging channels and couldn't find it, ahem, but it's out there somewhere :-). _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users