Reloading Java
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
That shouldn't be necessary - I can just re-instantiate my mxj objects to have them reload. What OS, Max version etc.?
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...
Hmm. You've definitely got a dynamic class folder (rather than system) set in your mxj config for eclipse to compile into?
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.
i'll check settings again when i get home tonight, thx