Can jar files be run on Blackberry and Nokia phones with Symbian OS?

chandrakanthp_1983

New member
Joined
Nov 25, 2010
Messages
6
Reaction score
0
Points
1
apk files can be run only on devices with android OS? which are the phones which support sis files? which files run on which OS..how is it related? kindly advice
 
SIS, aka Software Installation Script, is the installation kit format used by Symbian OS for the native (Symbian OS) applications.

Symbian also supports Java so you can also install JAR/JAD files on Symbian phones, if the applications they contain are declared compatible with said phones.
 
yes, APK files only run on android. sis runs only on symbian, ipa only on ios. they all are programmed differently and that's why only the specific OS can handle it.

jar files, which is Java, can run on most OS, except for iOS, on a Java emulator. the Java emulator comes stock on most phones. however, you might not get full functionality on the newer phones - touch might not work and it might not be full screen. you have to check the phone specs to see if it supports Java.
 
yes, APK files only run on android. sis runs only on symbian, ipa only on ios. they all are programmed differently and that's why only the specific OS can handle it.

jar files, which is Java, can run on most OS, except for iOS, on a Java emulator. the Java emulator comes stock on most phones. however, you might not get full functionality on the newer phones - touch might not work and it might not be full screen. you have to check the phone specs to see if it supports Java.
 
Back
Top