FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   Caching in advanced mode
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Caching in advanced mode  (Read 671 times)
edwardgeorge

WWW
Caching in advanced mode
« on: Mar 13th, 2003, 1:16pm »

using p0052 / winxp / jdk1.4.1_01
 
it seems that when using processing in advanced mode i have to change the class name before any changes in the code effect the output when run, otherwise the previously run version runs.
 
ie i have to change> public class MyDemo extends BApplet {
to> public class MyDemo2 extends BApplet {
etc
 
does that make sense?
Ed_
 

Ed, Suppose, Nottingham, UK
http://www.suppose.co.uk
http://ed.suppose.co.uk
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: Caching in advanced mode
« Reply #1 on: Mar 13th, 2003, 2:28pm »

i think it's a jvm thing. i'm thinking that you're running the applet in a browser. if it is, it's a standard thing. try using appletviewer or try using 'java BApplet MyDemo' and run it as an application
 
edwardgeorge

WWW
Re: Caching in advanced mode
« Reply #2 on: Mar 13th, 2003, 2:46pm »

Martin
actually, this was when running from within processing.
Ed
« Last Edit: Mar 13th, 2003, 2:47pm by edwardgeorge »  

Ed, Suppose, Nottingham, UK
http://www.suppose.co.uk
http://ed.suppose.co.uk
fry


WWW
Re: Caching in advanced mode
« Reply #3 on: Mar 13th, 2003, 4:09pm »

yep, this is a known bug in advanced mode, which is as yet incomplete (noted in the docs). we haven't found a good solution for the classloading that will work across all three platforms.
 
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: Caching in advanced mode
« Reply #4 on: Mar 13th, 2003, 6:16pm »

on Mar 13th, 2003, 2:46pm, edwardgeorge wrote:
Martin
actually, this was when running from within processing.
Ed

 
oh, i ddnt realize advanced mode was already enabled (read somewhere that it'll be enabled in beta). ok. thanks.
 
fry


WWW
Re: Caching in advanced mode
« Reply #5 on: Mar 13th, 2003, 6:53pm »

on Mar 13th, 2003, 6:16pm, Martin wrote:
oh, i ddnt realize advanced mode was already enabled (read somewhere that it'll be enabled in beta). ok. thanks.

yeah, we don't advertise that it's enabled because of this very nasty bug.
 
fry


WWW
Re: Caching in advanced mode
« Reply #6 on: Oct 19th, 2003, 9:16pm »

this should be repaired within the last few releases, since java mode is now enabled.
 
Pages: 1 

« Previous topic | Next topic »