> -----Original Message----- > From: wine-users-bounces@xxxxxxxxxx > [mailto:wine-users-bounces@xxxxxxxxxx] On Behalf Of chamanx64 > Sent: Monday, April 12, 2010 5:18 PM > To: wine-users@xxxxxxxxxx > Subject: Re: Problems running a Java program in Wine > > > David C. Kerber wrote: > > Why not run the java app under the native Linux jvm, > instead of adding an extra layer to slow it down under Wine? > > > > > > First of all, thanks for your reply David. You got a point > there, but i dont know if Linux native JVM would handle the > calls to the report viewer RBuildj.dll. Do you think there's > a way to make it work? I doubt it; I didn't see anywhere in the previous posts that you were using a windows .dll. For that to work, you will definitely need a windows environment like Wine, unless your report viewer also comes with a linux library (a .so, probably). As for the error, make sure you have matched the "bitness" (32 vs 64) of your .dll and jvm. D