BlueCove OBEX Push J2ME application installer Web Start

To start application click this link Java Web Start.

You can Drag and Drop .jar files or http jar links to running application to install it on your OBEX Bluetooth enabled mobile device (phone).

Actualy it accept any file types and can be used to upload images or audio files using Bluetooth.

Some example applications you can try.

Drag and Drop .jar linkWeb Start
A Sudoku Game»Install
Mobile GMaps»Install

Using obex-install in command line

    java -jar bluecove-obex-install-mini.jar yourApp.jar

Download application jar

If you want to use obex-install as part of your maven build see obex-maven-plugin

Add a link from your page to start BlueCove OBEX Push with your application.

Your users can install your MIDlet application with a single click.

URL Example:

For JAR URL:
    http://wintermute.de/wap/extended/5ud0ku.jar
BlueCove OBEX Push Web Start URL:
    http://www.bluecove.org/bluecove-examples/obex-install/push/wintermute.de/wap/extended/5ud0ku.jnlp

HTML text on your page:

    <a href="http://www.bluecove.org/bluecove-examples/obex-install/push/wintermute.de/wap/extended/5ud0ku.jnlp">Install it now</a>

Try it yourself first