VASL for Android ??

Joined
Mar 21, 2015
Messages
871
Reaction score
35
Location
Oz
Country
llAustralia
I believe java script can be added to an Android phone.

I had a program that opened a .js file some time ago. I am wondering if VASL is such a program?

It would be pretty neat right )
 

jrv

Forum Guru
Joined
May 25, 2005
Messages
21,998
Reaction score
6,206
Location
Teutoburger Wald
Country
llIceland
I believe java script can be added to an Android phone.

I had a program that opened a .js file some time ago. I am wondering if VASL is such a program?

It would be pretty neat right )
vasl is a *java* program, not javascript. They are two completely different languages. Almost every web browser runs javascript, but that does not help you run java. Android native apps are written in java, but apparently it is a different java virtual machine: https://android.stackexchange.com/questions/63710/can-you-run-normal-java-programs-on-android, https://stackoverflow.com/questions/19286451/how-to-run-java-app-in-android. There seem to be vm emulators that will allow .jar files compiled for one vm to run on the other, but looking at those posts there seem to be questions about the trustworthiness of at least some of them. It looks like more than a casual project to figure out if it can be done and how.

JR
 
Joined
Mar 21, 2015
Messages
871
Reaction score
35
Location
Oz
Country
llAustralia
Thought it might be but I do think it will be possible dependent on
open source and some magic... :p
 
Top