**************************** DBin 0.58 - MAC OSx x86 ---------------------------- Release notes **************************** This release has been tested for Mac OS X version 10.4.8 on a x86 architecture. Before starting to use DBin read carefully the following instructions: DBin uses a digital signature provider (BouncyCastle) to support information authoring. The Mac version of DBin do not come with included JVM, so you will need to set some things in your system JVM. 1) Open the the file JAVA_HOME/lib/security/java.security in editing mode (on mac usually JAVA_HOME is something like this: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/); 2) Search for this lines (or somethng similar depending on the version on your jre) in the code: # # List of providers and their preference orders (see above): # security.provider.1=sun.security.provider.Sun security.provider.2=sun.security.rsa.SunRsaSign security.provider.3=com.sun.net.ssl.internal.ssl.Provider security.provider.4=com.sun.crypto.provider.SunJCE security.provider.5=sun.security.jgss.SunProvider security.provider.6=com.sun.security.sasl.Provider Then add the following line: "security.provider.7=org.bouncycastle.jce.provider.BouncyCastleProvider" Note: You could have more tahn 6 providers already in (say N), just assign N+1 to the new one. 2) download the Bouncy Castle security provider library (bcprov-jdk14a.jar) and copy it to the location: JAVA_HOME/lib/ext/ You can download the lib from: http://dbin.org/download/bcprov-jdk14a.jar To run DBin: 1) Download the file named dbin0.58_mac_X86.zip from the dbin.org wedsite 2) Unpack the .zip file 3) run the DBin.app file ADDITIONAL NOTES: - If you have problems to run DBin try to set privileges (chmod 775) to the DBin installation directory and eclosed files. - The version for mac OSx has not been prperly tested and could have some problem in applying filering (semaphore button in the top bar), so we discourage the use of this feature as data can be lost.