Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A compiled foxpro exe is TRUE exe or PSEUDO?
Message
From
26/05/2001 13:13:07
 
 
To
26/05/2001 09:56:16
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00511718
Message ID:
00511812
Views:
16
>>FoxPro runs in a virtual machine, just like Java.
>
>
>Not quite true. With java you can distribute the source code and have it compiled locally. You can't do that with VFP.

Are you confusing javascript with java? If you distribute java source, you need a java compiler or java devopment kit (jdk) to produce class files which are then run by the java virtual machine (jvm) of the java runtime environment (jre). If you distribute vfp source, you need vfp to compile it. Normally you distribute java class files which are already compiled. The java class files are then either interpreted by a jvm or compiled into native code by a just in time compiler (jit) in the jvm. It is true that there is no vfp jit compiler and it is true that not all jvms have a jit compiler.
Previous
Reply
Map
View

Click here to load this message in the networking platform