| « Using PHP for reading the WoW Armory | Java3D and Compiz Working! » |
fuse-j for java 6
I’ve been looking into fuse as a preliminary to a project I’m thinking of starting.
Anyway given as I was looking to work in Java I had a look at fuse-j. Trying to compile it under java 6 failed however, because (as aptly pointed out in the fuse-j discussion forums) Java 6 allows duplicate functions with the same parameters, but different return types, and java.nio.ByteBuffer has two such methods.
A quick change of the jni generator to also include the return type, and a modification of the function calls within the C code and the zip filesystem example is working.
So a java 6 compatible version is available:
http://www.gameldar.fdns.net/fuse-j-2.4-prerelease1-java6.tar.gz
Trackback address for this post
3 comments
Do you have any luck with the problem of it only working in the foreground mode, otherwise freezing? http://sourceforge.net/forum/forum.php?thread_id=1535728&forum_id=500553
Thanks,
Alex