Eclipse jxmaps no valid license found

560 Views Asked by At

I have imported jxmaps to eclipse. But I get the error when running the code (which i copied from online to test the import worked to ensure there wouldn't be an error within the code):

Exception in thread "main" java.lang.ExceptionInInitializerError
    at com.teamdev.jxmaps.internal.internal.ipc.m.a(SourceFile:44)
    at com.teamdev.jxmaps.internal.v.<init>(SourceFile:53)
    at com.teamdev.jxmaps.internal.v.<clinit>(SourceFile:23)
    at com.teamdev.jxmaps.internal.Browser.<init>(SourceFile:136)
    at com.teamdev.jxmaps.MapBrowser.<init>(SourceFile:27)
    at com.teamdev.jxmaps.swing.MapView.<init>(SourceFile:42)
    at StreetViewExample.<init>(StreetViewExample.java:9)
    at StreetViewExample.main(StreetViewExample.java:43)
Caused by: java.lang.RuntimeException: JxMaps license check failed: No valid license found.

I assume this is the same process with all external libraries, but how do you resolve this issue?

This is where I imported the libraries if this helps.

enter image description here

Thanks in advance

0

There are 0 best solutions below