I have resin configured on Eclipse. I use Eclipse to run project and that project is deployed on resin. When I run my project, I get an error message that says that it cannot load a certain class. What could be the problem?
Fred Victa
Ranch Hand
Joined: May 01, 2008
Posts: 53
posted
0
Originally posted by Fred Victa: I have resin configured on Eclipse. I use Eclipse to run project and that project is deployed on resin. When I run my project, I get an error message that says that it cannot load a certain class. What could be the problem?
I figured out what the problem was. In my resin.conf file, the elements that pertained to the key store file was commented out. I uncommented it and it is working fine.