Close
jGuru Forums
Posted By: bojan_bozic Posted On: Thursday, March 9, 2006 07:38 AM
Hi Guru! I would like to compile the implementation class of my RMI interface with rmic. But there are elements from an external .jar file in the implementation class and rmic shows some errors because of that. it says it cannot find the classes. how can i pass the .jar to rmic? Thx. BR, deathlock
Re: how can i pass a .jar file to rmic?
Posted By: ankush_purwar Posted On: Thursday, March 9, 2006 02:15 PM
Posted By: Edward_Harned Posted On: Thursday, March 9, 2006 08:52 AM
You haven't told us what you tried so far.
Usually specifing the jar file in the classpath you pass to rmic works just fine. Give it a try and if you have trouble, show us what you did.