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
   Software Bugs
(Moderator: fry)
   Illustrator Lib + 69 = Exception
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Illustrator Lib + 69 = Exception  (Read 451 times)
skloopy

WWW
Illustrator Lib + 69 = Exception
« on: Jun 25th, 2004, 7:03pm »

Ok i'm writing this here as instructed by fry. awmartin's illustrator export library throws an exception after the first file output. the file get's saved, but the applet freezes.
 
From this thread
http://processing.org/discourse/yabb/board_Tools_action_display__num_1086103550_start_.html
 
Here's the error
Code:
apple.awt.EventQueueExceptionHandler Caught Throwable :  
java.lang.IncompatibleClassChangeError
 at AIExport.beginWriting(AIExport.java:249)

and awmartin's example the will cause it
http://pantheon.yale.edu/~awm9/aiexport/bezier/index.html
 
I'm getting it on the OS X version, but i'm guessing it happens on the other ones too.
 
fry


WWW
Re: Illustrator Lib + 69 = Exception
« Reply #1 on: Jul 7th, 2004, 6:24pm »

weird.. i've never seen this java error before. it seems as though the meaning of BApplet seems to change in the midst of recording.  
 
however, megabucket can use the .java file and it runs fine with that. i'm not sure why the .jar is having trouble, except that the compiler used was maybe different in some way.  
 
will look into this further..
 
fry


WWW
Re: Illustrator Lib + 69 = Exception
« Reply #2 on: Jul 7th, 2004, 6:31pm »

actually.. another thought..
 
i think it's because of bapplet changes between 68 and 69. so if you re-compile AIExport.java with the bagel classes from 69, it should work fine.
 
mattgilbert

tangramkid WWW Email
Re: Illustrator Lib + 69 = Exception
« Reply #3 on: Jul 13th, 2004, 11:48pm »

on Jul 7th, 2004, 6:31pm, fry wrote:
actually.. another thought..
 
i think it's because of bapplet changes between 68 and 69. so if you re-compile AIExport.java with the bagel classes from 69, it should work fine.

 
If it's not too much trouble, could you (or anyone else) elaborate on the re-compiling process What are the "bagel" class (I'm not familiar with that term) and how would I include those when I recompile AIExport.java
 
Thanks so much!!!
 
Matt
 
 
Pages: 1 

« Previous topic | Next topic »