How to install java applications on android ?

You need the Android SDK and simulator (available from Google). Android devices run Dalvik, which is a virtual machine different from Java, but that compiles Java code to the appropriate byte code for the Dalvik VM. You don't just "install" these applications, you need to build them with the Dalvik compiler and then to test them you either run them in the simulator, or you upload them to a rooted device (final testing).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.