- Posts: 1
SDK for java code generator has an issue
- Kasun
- Topic Author
Less
More
11 Oct 2019 04:48 #7706
by Kasun
SDK for java code generator has an issue was created by Kasun
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: F:/FYP/Software_Developments/SAM/SSC_SDK_Java_code/SSCAPIJNI.dll
at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.base/java.lang.Runtime.load0(Unknown Source)
at java.base/java.lang.System.load(Unknown Source)
at untitled.main(untitled.java:72)
SSCAPIJNI.dll is not in my generated code file. how can i solve that
at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.base/java.lang.Runtime.load0(Unknown Source)
at java.base/java.lang.System.load(Unknown Source)
at untitled.main(untitled.java:72)
SSCAPIJNI.dll is not in my generated code file. how can i solve that
Please Log in or Create an account to join the conversation.
- Paul Gilman
Less
More
- Posts: 5527
11 Oct 2019 14:29 #7711
by Paul Gilman
Replied by Paul Gilman on topic SDK for java code generator has an issue
Hi Kasun,
SAM's code generator should create that file. Are you using the SAM code generator as described on the SDK page (see the section toward the bottom of the page)?
sam.nrel.gov/software-development-kit-sdk.html
Best regards,
Paul.
SAM's code generator should create that file. Are you using the SAM code generator as described on the SDK page (see the section toward the bottom of the page)?
sam.nrel.gov/software-development-kit-sdk.html
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: Paul Gilman