I am getting the above exception every time I do a clean build from my RAD IDE. The class its referring to is specified in a spring xml file. On server start up everything is fine. It happens only when I do a clean build. Anybody knows why?
Thanks for the reply Mark. Can you tell me why its because of RAD? Is there no way I can avoid this? Problem seems to be with java.net.URLClassLoader.findClass. Below is the stack trace
Thanks for the reply. I am not using any spring eclipse plugins. I am just using a spring.jar. I will try spring tool suite and see.
So basically, the IDE doesn't know about anything Spring and therefore the IDE will show errors. but your server had the jar file and runtime loads the correct files to work.
Mark
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
posted
0
Thanks for the reply Mark. I made the class defined in spring xml file a jar and its working fine now.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.