|
From: Leif M. <le...@ta...> - 2007-03-15 23:08:50
|
Albert, Sorry what do you mean by a "64-bit Window"? I'm not a big Mac user... The problem you are seeing is because a 64-bit libwrapper.jnilib file is not available. If you are running a 64-bit JVM it will require a 64-bit libwrapper.jnilib file. It shouldn't matter how the JVM is launched. Cheers, Leif Thong La wrote: > Hello Leif, > > Regarding this issue, do you think that we will run into the same > thing when trying to use Wrapper in a 64-bit Window? Also, what will > be the impact of this error message? (as wrapper still run after > generating this error message). > > Thanks, > Albert > > ------------------------------------------------------------------------- > From: "Albert La" <laq...@ho...> > Reply-To: wra...@li... > To: <wra...@li...> > Subject: [Wrapper-user] Mac OS X + Intel processor problem > > > I posted this on the user forum, and now move it to the mailing list > as Leif's advice. Basically, we're looking for a solution for the > wrapper to work with both 32-bit Mac, and 64-bit Mac. > > Thanks, > > ------------------------------------------ > We got the following warning in wrapper log when trying to run it on > an eMac ( Mac OS X 10.4.7 / Intel 64 bit processor). > > "WARNING - Unable to load the Wrapper's native library > 'libwrapper.jnilib'. > The file is located on the path at the following location but could > not be loaded: > /Applications/../lib/libwrapper.jnilib Please verify that the file is > readable by the current user and that the file has not been corrupted > in any way. One common cause of this problem is running a 32-bit > version of the Wrapper with a 64-bit version of Java, or vica versa. > This is a 32-bit JVM. System signals will not be handled correctly. " > Any idea how to fix it? > Thanks in advance. > Albert > ------------------------------------------ > RE: Mac OS X + Intel processor problem > By: Leif Mortenson (mortenson) - 2007-03-13 20:29 > Albert, > This is because you are running a 64-bit JVM with the 32-bit version > of the Wrapper. The wrapper process itself is standalone and thus it > is possible to run on your 64-bit OS. But the the native library MUST > match the JVM and needs to be a 64-bit library. > > Unfortunately, I do not have access to a 64-bit OSX system to do the > build myself. You can build from source, but may have to tweek the > Makefile to get it to work. I would be happy to help you with any > required modifications if you move the discussion to the wrapper-user > mailing list. Another user may have already done this work, so that is > a better place to ask. > > Cheers, > Leif > > > > > << prj_adm.png >> > << donate.png >> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > _________________________________________________________________ > Play Flexicon: the crossword game that feeds your brain. PLAY now for > FREE.? > http://zone.msn.com/en/flexicon/default.htm?icid=flexicon_hmtagline > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |