cancel
Showing results for 
Search instead for 
Did you mean: 

Error when trying to run Lumira Components from eclipse.

Former Member
0 Kudos

I get the following when I try to run custom components from eclipse:

Accepted Solutions (0)

Answers (2)

Answers (2)

reiner_hille-doering
Active Contributor
0 Kudos

You can safely ignore the warning. If you are annoyed, simply turn Validation off in your Launch Configuration:

former_member203619
Contributor
0 Kudos

The error you are getting indicates that the plugin contains import statements for those packages, but the jar files containing those classes have not been added to your project. To fix this issue, you need to add the jar files containing those packages to your project.

For example, javax.net.ssl is generally contained in the JSSE download for java. I believe the file would be called javax-ssl-1_1.jar. Or another location would be in com.sun.net.ssl.jar.

Former Member
0 Kudos

Do you know where I would find those jar files?