PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Windev with java sdk 1.5.0
Windev with java sdk 1.5.0
Débuté par Manuela Vergerio, 23 aoû. 2005 16:29 - 1 réponse
Posté le 23 août 2005 - 16:29
Does Windev support JavaLoad() and JavaExecuteFunction() functions with jdk 1.5 or is it neccesary to compile my application with java 1.4.2?

Regards,
Manuela
Posté le 24 août 2005 - 18:05
I have done tests with jdk 1.5.0_03 and Windev 9 and it worked fine for me.
Windev 9 uses the jvm.dll, so I guess that as long its API does not change,
chances are that Windev 9 will be able to run java applications even with
newer versions of the jdk.

In my opinion, JavaExecuteFunction() calls should be kept to a minimun for
increased performance because calling the jdk takes a constant amount of
time (30 ms on my computer) while native Windev function calls take around
1ms or maybe less. When using the application I don't notice this delay but
if ten sequential JavaExecuteFunction() calls were to be made, it would take
too much time.

These were not intesive tests but I got the results I was waiting for from
the methods of the java class.

Best regards,
Telmo,

"Manuela Vergerio" <manuela.vergerio@teaminformatica.ch> a écrit dans le
message de news:430b0242$1@news.pcsoft.fr...


Does Windev support JavaLoad() and JavaExecuteFunction() functions with

jdk 1.5 or is it neccesary to compile my application with java 1.4.2?

Regards,
Manuela