hello
when i run a java app. it showing big. and over following out of the screen.
info i could get is
Esmertc jbed build id: 20080704.5.1
like to know what can i install or do to get it smaller. what other app are there to use to run jad, jar files.
Related
how do you add games (java) or whatever.. ??
Orbit 2 is an PPC, and ALL PPC can insert a geme or program written in ARM code (PPC code) so you can not insert Java (that is for Smartphone or Symbian), PPC have a windows mobile code.
I hope it's all correct that I've write
thefamous said:
Orbit 2 is an PPC, and ALL PPC can insert a geme or program written in ARM code (PPC code) so you can not insert Java (that is for Smartphone or Symbian), PPC have a windows mobile code.
I hope it's all correct that I've write
Click to expand...
Click to collapse
What??????!!!!!!!!!!!!
Havent anyone heard of MIDlet manager?? Just put this program in and run JAR/JAD stuff, its simple.
HTC Version comes with Esmertec Java installed.
rickgillyon said:
HTC Version comes with Esmertec Java installed.
Click to expand...
Click to collapse
The Xda orbit2 has Esmertec Java preinstalled too. Its no problem to install java apps.
Lars
Just open your JAVA emulator go to the programs, select JAVA, app. opens, go to menu, create new folder, give the name of the game. you see the folder on display, go again to menu install ---> local files and select your jar file and finished....the java file will be loaded.
If I install a program in through GC's Java app, where does it exactly get installed to?
Hi,
I have Visual Studio 2005 and i want to create a DLL that includes resources like Icons and bitmaps, so i made one and tried to compile and create the DLL (Used C++) and it gives me the error error LNK2001:.....
I thought that i must use ARM Platform or Pocket PC, because on the Project Properties is Win32 set as Platform!
Sorry i never used Visual Studio ;-)
yes if you want to compile it for pocket pc, you got to change the platform
if you only got win32, maybe you didn't install the windows mobile SDK (you will find it in microsoft website, wm6 is the lastest i think)
you got to install it, then you choose the WM platform before compile
Hello,
I'm currently in the need to code a C++ app under Windows Mobile 6 that starts an installed Java app. I already hoped that call system("java java_app") might work, but my C++ compiler (VS 2005) does not even know system() function. And I don't think it would work this way: to install a Java app, I start a .jar file, and then, I can start the app manually via start menu under Start -> Program Files -> Tools -> Java, where I can select from all installed Java apps, and obviously, the installation does not create .jar or. class files anywhere in the file system. The Java runtime environment on my phone (HTC Diamond) is an Esmertec Jbed.
Thanks for any help.
As far as I could find out, Java apps under Jbed JVM can be started from command line by
\windows\jbed.exe -run sX_
where X=0,1,2,3,... ist the index of the desired app in the list of installed Java apps. So, Java app can be started from C++ programm using ShellExecuteEx(), filling the lpFile member of the SHELLEXECUTEINFO parameter with "\\windows\\jbed.exe" and lpParameters member with "-run sX_".
Very nice, so far, however, there are two troubles remaining:
- the index X of the desired Java app depends on the sequence, in which the Java apps have been installed
- the Java midlets have a hierarchical structure. A midlet might contain several sub-midlets, but only the highest-level midlets are accessable by the s-index
Well, I think the hierarchical structure is a solvable problem, the desired midlet can be installed as a top-level midlet. But still the index problem. Is there maybe a registry entry that maps midlets to indices?
I found the solution!
Jbed stores for each installed midlet a sX_.jah, sX_.obj and a sX_suite.utf file in \windows\appdb folder. The .jah and .obj are binary files, but the .utf files are readable text files that contain some information of the corresponding midlet, that enables one to identify midlet from index X. So, all I need to do in my C++ app is to open the .utf files subsequently and to check if I find the information that identifies the desired midlet.
Hey there,
This is a tutorial to show ya' how to create or edit widgets for your Bada-powered Samsung Smartphone.
Download this this, first of all:
"Eclipse IDE for Java EE Developers "OR "Eclipse IDE for Java Developers".
http://www.eclipse.org/downloads/
Download the attached Guideline.
Go upto page no. 8 in order to know about the steps to install Samsung Mobile Widget SDK.
To create and package widgets, refer page-14 to 32
For people wanting to edit their existing widget, refer to page no. 42
PS-i) Just download JRE (Java Runtime Environment) if youa re not able to get into Eclipse
ii> It does not matter if you download eclipse EE or only eclipse
iii> If editing an existing widget,delete the 'Signature.xml' in the eclipse directory,else it won;t package the file and you will get a installation error on your phone.
iv> I am just a beginner to this thing...So don't expect more from me!
v> If you found this post to be useful...Don't forget teh thanks button!
Update 1- Some widgets of Bada 2.0 can not be edited..You can only create new widgets for 2.0!
Reserved!!!