Error when compiling SDK Example Perspective component with Gradle

Hi there,

It is my first attemps to compile a module using Ignition SDK.
I followed the requirements exposed on the SDK github page (GitHub - inductiveautomation/ignition-sdk-examples: Ignition SDK Example Projects). I’m using JDK 11.0.7 (i installed JDK 14 at first but it didn’t work).

I cloned the git repository and when i launch the windows command gradlew.bat buildModule (under perspective-component folder), i get the following error :
compilation_error.txt (1.3 KB)

It seems that the jxbrowser-linux64-6.24.jar fil can’t be downloaded fully.

Interesting. I don’t have a fix, but I just threw ‘http://maven.teamdev.com/repository/products/com/teamdev/jxbrowser/jxbrowser-linux64/6.24/jxbrowser-linux64-6.24.jar’ into my web browser, and it started downloading the jar. Then restarted downloading it after about 11MB, and was successful the second attempt. Looks like it might have something to do with their servers.

1 Like

Hi ,

I retried today and it built the module succesfully.

Hi,
I compile the SDK Example Perspective component with Gradle. And I install it.
In the log I found a error when the module is in the step of “Registering Rad Components”
This is the event log it gives me.Error starting module org.fakester.radcomponent.txt (2.2 KB)
Can someone help me?