Quantcast
Channel: MATLAB Central Newsreader - tag:"class loading"
Browsing index pages (7 articles)

Handling "Cannot load an object of class" errors

Hello MatLab users out there, i'm extensively using MatLab's OOP features and i recurrently run into problems with loading .mat files created using "older" versions of classes. I know about the...

View Article


Re: Forcing a Java class to load

"Bastian Ebeling" wrote in message <k5ofts$hpg$1@newscl01ah.mathworks.com>...> Hi Yair,> > thanks - it was new to me, that there is a difference on using static or dynamic classpath. I...

View Article


Re: Forcing a Java class to load

Hi Yair, thanks - it was new to me, that there is a difference on using static or dynamic classpath. I just learned, that the static one also speeds up the hole thing. "Yair Altman" wrote in message...

View Article

Re: Forcing a Java class to load

"Bastian Ebeling" wrote in message <k5ls6g$jhs$1@newscl01ah.mathworks.com>...> Hi Yair,> > thanks for your lines> "Yair Altman" wrote in message...

View Article

Re: Forcing a Java class to load

Hi Yair, thanks for your lines "Yair Altman" wrote in message <ht1gh1$s2h$1@fred.mathworks.com>...> ...> try> thisClass = java.lang.Class.forName(className);> catch> classLoader =...

View Article


Re: Forcing a Java class to load

"Luis " <lemon.loshea.removethisandfruit@gmail.com> wrote in message <hsvlkk$bpu$1@fred.mathworks.com>...> How do you force a java class to load, so that class initialization occurs?>...

View Article

Forcing a Java class to load

How do you force a java class to load, so that class initialization occurs? The obvious approach:>> java.lang.Class.forName('org.apache.tools.zip.ZipFile') generates a ClassNotFoundException...

View Article
Browsing index pages (7 articles)


Latest Images