newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: newdep on September 26, 2007, 11:30:34 AM

Title: GS and java
Post by: newdep on September 26, 2007, 11:30:34 AM
Hi Lutz,





Im wondering... Im trying to get the GS working on OS/2.

I only have the 1.4.2_05 of Java for OS/2 and I dont think there

will be any other release soon...



never the less.. It seems that Swing is inside Java since version 1.2

Now what could cause that GS not working on the 1.4.2_05 version?



Are you using functions that are simply not inside the  1.4.2_05 release..

(Could very well be you dont know this answer ;-)



Regards, Norman.
Title:
Post by: Lutz on September 26, 2007, 11:42:41 AM
Its the way certain functions from the reflections API are used, which is incompatible with 1.42.



The first  one or two versions of guiserver.lsp (0.1 and 0.2) still worked on 1.42, but all versions after implement a object/method lookup to speed up the interpreter, which is incompatible with versions previous to 1.5.



Lutz
Title:
Post by: newdep on September 26, 2007, 12:44:08 PM
aha..that clears it up, thanks !