GS and java

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

GS and java

Post by 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
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

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

Locked