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

eltom

Member
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.
 

Samuel

Member
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.
 

Samuel

Member
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.
 
Top