Google

Thursday, March 20, 2008

How to run java mobile jar files on PC

You can download Free Java Mobile Games and play it on Your PC here:

mobile9


If you have installed Netbeans 6.1 beta, there will be a Wireless Toolkit with the emulator.exe
program:

C:\Program Files\NetBeans 6.1 Beta\mobility8\WTK2.5.2\bin\emulator.exe

Create a folder called MyJar as follows:

C:\Program Files\NetBeans 6.1 Beta\mobility8\WTK2.5.2\bin\MyJar

Download any Java Mobile Jar and Jad files (eg games) into the MyJar folder.
Let's say MyGame.jad and MyGame.jar

Goto command line and navigate to the folder:

C:\Program Files\NetBeans 6.1 Beta\mobility8\WTK2.5.2\bin

then type:

emulator -Xdescriptor:MyJars\MyGame.jad









Limitations:
Must have the .jad file, other wise emulator.exe won't run.


A better alternative:
Alternatively, and probably a much better alternative, use:

http://mpowerplayer.com/

it is a Java Webstart program. After download, just open the jar file on your PC.

Monday, March 17, 2008

Free File Hosting

Media Fire

Saturday, March 15, 2008

Stolen HP Project Stuff

Getting SIM Number

Sending SMS

Autostarting Midlets in Sony Ericsson phones

Netbeans Mobility 6 comes with Netbeans 6.1 beta

Download Netbeans 6.1 beta

Creating Games with Netbeans Game Builder

Creating Java ME Games with Game Builder

Netbean's equivalent of Visual Studio's #region


Thee code shown by the red arrows above are the code-folding codes which are Netbean's equivalent of Visual Studio's #region as shown below:

#region Some Comment

#endregion