(08.06.2009, 16:58)routeconverter Wrote: That's since FireFox is not embeddable while Seamonkey contains an embeddable Gecko rendering engine.
The RouteConverterLinux.jar contains outdated versions of JDIC. That's what I did with OpenSUSE 10.3:
- install seamonkey
- set MOZILLA_FIVE_HOME=/usr/lib/seamonkey
- install jdic 0.9.5
- replace the files libjdic.so, libmozembed-linux-gtk2.so, mozembed-linux-gtk2 from RouteConverterLinux.jar by the ones from OpenSUSE
- remove libmozembed-linux-gtk1.2.so, mozembed-linux-gtk1.2 from RouteConverterLinux.jar
That gave me a map which was unfortunately pretty unstable
ah, I'm with you now!
I followed the steps you suggested, but unfortunately I now get:
trinity@niobe:~/RouteConverter$ java -jar RouteConverterLinux.jar
Failed to load Main-Class manifest attribute from
RouteConverterLinux.jar
ETA: I looked at the manifest, and of course main is there. I did notice each line ends with ^M as though it was previously edited in windows. Not sure why that would matter now if it didn't before though . . .