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 & HelpIntegration › problems with linux: cant run pde normally...
Page Index Toggle Pages: 1
problems with linux: cant run pde normally... (Read 996 times)
problems with linux: cant run pde normally...
Oct 23rd, 2009, 3:32am
 
Hi guys!! maybe Im missing something here. Im very new in linuxs!!

The thing is that my  PDE.files wont run normall: Ive to run processing first and then drag the file to the processing window. The problems is that Icant open the pde file directly?

Wondering why?

Thank you!!
Re: problems with linux: cant run pde normally...
Reply #1 - Oct 30th, 2009, 6:44pm
 
try this:

Code:
 export AWT_Toolkit=MToolkit  



MToolkit sounds like it causes some people to experience segfaults. You could try experimenting with it though? I'm not sure what things default to.  If that doesn't work, try XToolkit and see if anything works better.

For me, most of this stuff was related to using the wrong version of the JVM and when I got that squared away things were much smoother.

Are you using a 32-bit JVM?
Page Index Toggle Pages: 1