Forum Discussion
Altera_Forum
Honored Contributor
15 years agoError : Could not initialize class com.altera.systemconsole.internal.plugin.jtag.aji
Hi everyone, I have a custom board with an EP3C10 wich I access with the JTAG port. I have an USB Blaster to download both the vhdl and the code for the nios2. I'm working with windows 7 32bit...
Altera_Forum
Honored Contributor
15 years agoI'm glad you've got it working again.
The error message occurs because that Java code is unable to load it's native library, JtagJNI.dll. What I suspect happened here is that your path had somehow made windows load the wrong versions of the native library - one which is not compatible with the Java - or that that DLL found the wrong version of a dll it depends on. (The windows DLL loading rules are byzantine, and Java doesn't really provide any good ways to override them) But I'd like proof before jumping to conclusions.