Reloading Java

Lee's icon

Hi all - I'm using eclipse to develop externals and in order to pickup changes i need to send a "zap" to the mxj, delete it and then undelete it. Seems like quite a alot to do each time. Any shortcuts? thx

Owen Green's icon

That shouldn't be necessary - I can just re-instantiate my mxj objects to have them reload. What OS, Max version etc.?

Lee's icon

Hi. That's what I thought. Using Windows 7, latest version (6.0.5 is it?)

I've tried just re-instantiating the objects and it doesn't pick them up...

Owen Green's icon

Hmm. You've definitely got a dynamic class folder (rather than system) set in your mxj config for eclipse to compile into?

Jan M's icon

only the "main" object class gets re-instantiated if you re-instantiate the object. any changes that you might have done in other classes that are loaded/instantiated inside your object class are not considered.

Lee's icon

i'll check settings again when i get home tonight, thx