We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › native code compiler test
Page Index Toggle Pages: 1
native code compiler test (Read 1221 times)
native code compiler test
May 11th, 2005, 4:31pm
 
I was trying a test of Processing code using the Jet
Java compiler, and while the native code compiler
functions properly without any errors being
generated, when I run the executable, it
includes the following message:

"unimplemented imageImpl() in PGraphics"

and the code, which operates upon an image file,
doesn't open the window. The code can be found
as the last message of this thread:

http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1115431708


I am doing some performance comparisons between
native code compilation for P3D and OpenGL.
Re: native code compiler test
Reply #1 - May 11th, 2005, 7:28pm
 
that means it's trying to run as java 1.1, which isn't supported in the current beta. that or the PGraphics2 library isn't properly in the classpath, but more likely the former.
Page Index Toggle Pages: 1