GS and java

Started by newdep, September 26, 2007, 11:30:34 AM

Previous topic - Next topic

newdep

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.
-- (define? (Cornflakes))

Lutz

#1
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

newdep

#2
aha..that clears it up, thanks !
-- (define? (Cornflakes))