Re: [Cxtable-devel] Uncategorized....
Status: Alpha
Brought to you by:
xiarcel
From: Borne Goodman-M. <bm...@eg...> - 2001-12-12 20:06:59
|
You have the general idea, yes, and the ClassLoader just needs to know the name of the class jobob.cxtplugs.battleship.BattleMain and to have that class in it's classpath (so if it is in a jar, then have that jar in the VM classpath). --bjgm On Wed, 2001-12-12 at 13:08, xi...@pr... wrote: > Cool... > > the xPluginable interface is already what is used by > the plugins.... > > > My thought, though, is Jobob has his own package of > cxtable plugins... > > let's say...I want to play Jobob's super-duper > battleship game... > > jobob.cxtplugs.battleship.*; > > > How do I call that? Would that be as simple as > putting the .jarred up jobob package into a folder > and... > > xPluginable xpa = xPluginFactory.create > (...,"jobob.cxtplugs.battleship.BattleMain",true);? > > |