Description
I've just installed new flashdevelop version and get this error, when trying to start as3 debugger:
Debugger startup error. For troubleshooting see: http://www.flashdevelop.org/wikidocs/index.php?title=F.A.Q
Error details: net.sf.jni4net.jni.JNIException: Can't find jni4net.j-0.8.8.0.jar
at c:\program files (x86)\flashdevelop\jni4net.j-0.8.8.0.jar
or c:\program files (x86)\flashdevelop\bin\jni4net.j-0.8.8.0.jar
or c:\program files (x86)\flashdevelop\lib\jni4net.j-0.8.8.0.jar
or c:\program files (x86)\lib\jni4net.j-0.8.8.0.jar
or C:\Program%20Files%20(x86)\FlashDevelop\Plugins\jni4net.j-0.8.8.0.jar
or C:\Program%20Files%20(x86)\FlashDevelop\Plugins\bin\jni4net.j-0.8.8.0.jar
or C:\Program%20Files%20(x86)\FlashDevelop\Plugins\lib\jni4net.j-0.8.8.0.jar
or C:\Program%20Files%20(x86)\FlashDevelop\lib\jni4net.j-0.8.8.0.jar
в net.sf.jni4net.Bridge.FindJar()
в net.sf.jni4net.BridgeSetup.AddBridgeClassPath()
в net.sf.jni4net.BridgeSetup..ctor(Boolean autoAddBridgeClassPath)
в FlashDebugger.DebuggerManager.Start(Boolean alwaysStart)
Required file is present at path C:\Program Files (x86)\FlashDevelop\Plugins\jni4net.j-0.8.8.0.jar
.
Looks like search path is url encoded while it should not.
As a temporary solution I've reinstalled FlashDevelop to C:\FlashDevelop
and that solved the issue for me.