Showing posts with label java. Show all posts
CHANGE RESOLUTION FOR MOBILE JAVA GAME
By : UnknownLets get to the point straight!
You have to open a *.jar file for example in WinRar and than open file "manifest.mf" from folder "META-INF". Than write there this in the end:
Nokia-MIDlet-Original-Display-Size: 176,208
Nokia-MIDlet-Target-Display-Size: 352,416
First is original resolution of game and the second is the resolution of your phone."
Detailed Info:
- Open the jar(with winrar)
- open META-INF(directory)
- Open manifest.mf(drag it to your desktop and open it with notepad)-add the two lines Nokia-MIDlet-Original-Display-Size: 176,208 (the original resolution of the game)
- Nokia-MIDlet-Target-Display-Size: 352,416 (the resolution of you phone)
- Drag the edited manifest.mf back to your jar(in meta-inf directory)
- Close Winrar
- Send to phone
- Enjoy!
Tag :
java,
Java Runtime Environment 1.7.0.21 (64-bit)
By : rixczen
Java software allows you to run
applications called "applets" that are written in the Java programming
language. These applets allow you to have a much richer experience
online than simply interacting with static HTML pages.
Java Plug-in technology, included as part of the Java 2 Runtime Environment, Standard Edition (JRE), establishes a connection between popular browsers and the Java platform. Java allows applications to be downloaded over a network and run within a guarded sandbox. Security restrictions are easily imposed on the sandbox.
Many cross platform applications also require Java to operate properly.
Java Plug-in technology, included as part of the Java 2 Runtime Environment, Standard Edition (JRE), establishes a connection between popular browsers and the Java platform. Java allows applications to be downloaded over a network and run within a guarded sandbox. Security restrictions are easily imposed on the sandbox.
Many cross platform applications also require Java to operate properly.
Tag :
java,