Demos not working on Windows 10

☆樱花仙子☆ 提交于 2020-01-04 05:30:32

问题


I have been trying to run all the examples and demos provided by R3 Corda on my local machine which has windows 10 in it. https://docs.corda.net/releases/release-V1.0/running-the-demos.html While example 1 and 2 are working fine, but I am unable to run the demos. While the nodes are getting deployed, but once I run the nodes using runnodes command from command-line, they open in terminals and immediately close. Please can someone from #r3corda #corda team may help to sort this out.


回答1:


I was running into the similar issue on Win 10. Running the following:

>java -jar corda.jar Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no jansi64-1.14 in java.library.path, no jansi-1.14 in java.library.path, no jansi in java.library.path, C:\Users\<user>\AppData\Local\Temp\jansi-64-1-6925657630491746639.14: Access is denied]

Downloading the missing library to C:\windows reloved it.

Download Link: http://www.java2s.com/Code/Jar/j/Downloadjansi14jar.htm



来源:https://stackoverflow.com/questions/47728446/demos-not-working-on-windows-10

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!