Morning, Jack , John , Mike ...
OK, the problem is there with all progrs running Japi, be it as a static lib or dynamic.
I tested : FB , STALIN and some others .. it does not remove its Java launcher on exit. -- On the web similar behaviour is mentioned concerning Eclipse , Minecraft applications and others.
Under NewLISP it is even worse (as Mike mentioned)....
From what I read it seems the Java code misses exit(0) to make the launcher not resident....
Good, (or better bad ) ... NewLISP with its own Java (Swing) server , closes things normally.
(However (Jack) , while the server has tagged graphics , it misses pixel drawing and (AFAIK) any memory->screen mechanism making fast animations possible .... (sigh)
So, John ... what I'm looking for is something doing fast double buffered graphics and/or uses OpenGL -- you're 100% correct the combination Windows + Lisp + Graphics is a close to disaster situation ... (all seem focussing on Unix systems )
best , Rob
................. copy from the www
After invoking and closing a random chosen java web start application (e.g. from
http://java.sun.com/products/javawebstart/demos.html) javaws.exe stays in memory
(e.g. end of the day 10 copies of javaws.exe in Windows Task Manager)
----------- it seems their own demo's show this behaviour (ok , it's old stuff , but .... )
(I think the best solution is to concentrate on Racket Scheme , which has a perfect GUI builder , OpenGL and the code compiles both under Win and Linux )
(Mike, is their a "software-way" to remove tasks ?? )