Re: [Tpm4java-users] tpm4java: count not init dll code: -2
Brought to you by:
tews
From: Erik T. <er...@de...> - 2006-12-04 16:07:51
|
Am Montag, den 04.12.2006, 16:44 +0100 schrieb Markus: > Hi! >=20 > Is tpm4java limited to tpm emulators or does it also work with 'real' tpm= s? This works with real TPMs too, it is not limited. But we did not test it with your one I think. > This is my tpm: >=20 > Trusted Platform Module: > TCG Spec. Version =3D 1.2 > Infineon Technologies AG > SLB 9635 TT 1.2 (41313100) >=20 > and this is the exception I get while initializing the tss: I don't know exactly what is going wrong here, I will have to step to the code. Can you install an C-Compiler to compile some simple tests? > java.lang.RuntimeException: count not init dll code: -2 > at de.datenzone.tpm4java.TddlJniDeviceDriver.<init>(TddlJniDeviceDriver.= java:74) > at de.datenzone.tpm4java.TssFactory.getLowlevel(TssFactory.java:165) > at de.datenzone.tpm4java.TssFactory.getHighLevel(TssFactory.java:183) >=20 > (there is no TPMDDL.dll so I had to create a copy of IFXTPM.dll which > is the actual device driver). >=20 > Please help! >=20 > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Tpm4java-users mailing list > Tpm...@li... > https://lists.sourceforge.net/lists/listinfo/tpm4java-users >=20 |