PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Windev with java sdk 1.5.0
Windev with java sdk 1.5.0
Iniciado por manuela.vergerio, ago., 23 2005 4:29 PM - 1 resposta
Publicado em agosto, 23 2005 - 4:29 PM
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
Publicado em agosto, 24 2005 - 6:05 PM
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