Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Saturday, February 14, 2015

HowTo Install Java Plugins in Google Chrome Firefox in Fedora 18

Step 1:
download Linux x64 RPM in http://www.java.com/en/download/manual.jsp?locale=en

Step 2:
open terminal and type the following
su -
cd /home/**username**/Downloads (replace **username** with yours)
rpm -ivh jre-7u11-linux-x64.rpm
you will see some few errors but its ok

Step 3:

updatedb
locate libnpjp2.so
copy the path of the libnpjp2.so file

Step 4a: (Firefox Users)
cd /home/user/.mozilla/plugins (replace user with your username)
ln -s path/of/libnpjp.so

Step 4b: (Chrome Users)
cd /opt/google/chrome/
mkdir plugins
cd plugins
ln -s path/of/libnpjp.so

Step 5:
close and run your browser. visit other java websites to check your java installation. My java installation wont work in javas website. the circle loading thingy just wont stop loading.

Bonus:
To open the java console, open a terminal (non-root account) then type
cd /usr/java/jre1.7.0_04/bin/
. ControlPanel
Read more »

Thursday, January 29, 2015

How to Install IOS apps on Android

How to Install iOS Apps on Android 


how to install iOS apps on Android
how to install iOS apps on Android

Undoubtedly iOS has some of killer feature apps which Android users wish to be on Android. However Android Play store has essentially reached parity with the App Store when it comes to top apps, In music and drawing tools iOS still Lord of the ring. Recently a group of students from University of Columbia have Developers a iOS compatibility layer called CIDER . Cider Allow iOS apps to run on Android with hardware compatibility. 
how to install iOS apps on Android

Right now CIDER is not quite compatible with iOS Apps. Some of hardware are not accessible for iOS on Android OS like GPS and its working quite slow . Official said " Cider is an impressively Alternative solution to app cross compatibility. But it need bit  more development and tweaking to work like charm, it could be very well serve as a viable replacement for an iOS device in future." This would be the biggest success after the the Cider will be updated and bug fixed. 



All the logos are property of their respected owner. 
Read more »