473,772 Members | 2,552 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java Mobile device Emulator

After searching for an emulator for the typical cellphone/handheld java
applets (do these have a specific name like beans or something?) I
arrived at Sun's website and found a download for a runtime which
supposedly allows for testing these kind of apps on a pc.

I am not at all proficient in Java development, after trying for a while
I find I cannot run any of the Java applets I have, which _do_ run
properly on my SE K750i cellphone.

Can anyone help me getting these to work on a pc, preferrably in a
virtual screen similar in dimensions to the one on my phone?

I don't intend (yet) to start writing my own apps, I am just interested
in trying them before laboriously installing them one by one on my
cellphone.

Thanks a bunch!
Sh
Nov 8 '05 #1
2 40642
On Tue, 08 Nov 2005 16:05:19 +0100, Schraalhans Keukenmeester wrote:
After searching for an emulator for the typical cellphone/handheld java
applets (do these have a specific name like beans or something?) I
arrived at Sun's website and found a download for a runtime which
supposedly allows for testing these kind of apps on a pc.

I am not at all proficient in Java development, after trying for a while
I find I cannot run any of the Java applets I have, which _do_ run
properly on my SE K750i cellphone.

Can anyone help me getting these to work on a pc, preferrably in a
virtual screen similar in dimensions to the one on my phone?

I don't intend (yet) to start writing my own apps, I am just interested
in trying them before laboriously installing them one by one on my
cellphone.


I don't know much yet about mobile Java development, but since no one
answered your question, I'll try. Have you tried to simply lauch those
applications with emulator.exe? Command-line would be like:

<path-to-wireless-toolkit>\bin\em ulator -Xdescriptor:som efile.jad
somefile.jar

HTH.
Nov 11 '05 #2
For a beginner i would suggest you down load Netbeans IDE which comes with
J2ME Emulator. it is visual like visual studio , you get to put text boxes
on a virtual phone ETC and its free so go ahead if you have any more
questions ask

"ten_on" <ya****@o2.pl > wrote in message
news:1r******** *************** *******@40tude. net...
On Tue, 08 Nov 2005 16:05:19 +0100, Schraalhans Keukenmeester wrote:
After searching for an emulator for the typical cellphone/handheld java
applets (do these have a specific name like beans or something?) I
arrived at Sun's website and found a download for a runtime which
supposedly allows for testing these kind of apps on a pc.

I am not at all proficient in Java development, after trying for a while
I find I cannot run any of the Java applets I have, which _do_ run
properly on my SE K750i cellphone.

Can anyone help me getting these to work on a pc, preferrably in a
virtual screen similar in dimensions to the one on my phone?

I don't intend (yet) to start writing my own apps, I am just interested
in trying them before laboriously installing them one by one on my
cellphone.


I don't know much yet about mobile Java development, but since no one
answered your question, I'll try. Have you tried to simply lauch those
applications with emulator.exe? Command-line would be like:

<path-to-wireless-toolkit>\bin\em ulator -Xdescriptor:som efile.jad
somefile.jar

HTH.

Jan 25 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4657
by: Jose Gonzalez | last post by:
How to apply a numeric format to a textbox using xhtml? I know you have to use the "-wap-input-format" style tag in css. I can get this to work in a regular xhtml page, however, I've been unsuccessful in getting it to work in asp.net 1.1 The following code has allowCustomAttributes set and works fine for labels, but not for textboxes. This is because it is building span tags around the control. I need to embed the class tag inside the...
1
1416
by: D.Rudiani | last post by:
Hello, Question - How can i build a simple (Classic) ASP page which can be viewed from a mobile device? Can someone give me an example. & is there any way that i can test these asp pages of mine using some emmulator of some sorts. as i do not have any mobile devices to browse the net.
1
2714
by: On Holidays | last post by:
Such thing as a PC java mobile phone game emulator for pc ??? I like games of any kind :) Thanks. /ps Would Be most interested o=in one that playsall games, From all
4
4812
by: David Moss | last post by:
I was given a Compaq pocket PC with windows mobile 2002. I immediately began looking into how to program it and Java seemed initially to be a good choice. To my surprise I found it wasn't as straightforward as Java for the desktop. Even finding a JRE for the PDA is a nightmare. The PC came with Jeode, a version of PersonalJava. PersonalJava is no longer supported by SUN.
3
1564
by: vul | last post by:
I've got a request from my boss to give some users the ability to connect to SQL Server database while they are on the road. I'm VB6 and VB.Net (beginner) developer. Mobile devices were not bought yet. So it depends on my research what to buy. I decided to start a simple application in VB 2005. There are 3 options for Smart Device applications: Pocket PC 2003, Smartphone PC 2003, Windows CE 5.0
0
4658
by: weird0 | last post by:
I am a starter to Working with mobile applications in c# ( Hello World Program). As a prerequisite to that, i downloaded all the softwares needed which are : 1.Microsoft ActiveSync 2. Microsoft Anywhere 10 (for creating database) I get the error upon running or deploying the program : Error: 1 Connect to device failed. Device Connectivity Component
1
1893
maxx233
by: maxx233 | last post by:
Hello, I'm trying my first application for a mobile device. I'm doing it up for a pocket pc 2003 device, and all this app does is take a value that's in a textbox (a barcode string), and INSERT it into a test DB that has a single table and a single field just for this purpose. When I run it on the virtual pocket PC emulator it works fine, but when it's actually on the hardware device I've got, no go. The device is running off our wireless...
2
2190
by: teo | last post by:
hallo I'd like to test some .htm and .aspx pages I created time ago on mobile devices. I have vs2005 and I'd like to use the emulators offered in vs2005. Now, the installation of the MS "ActiveSynk" package is required? Also, why can't I find it on the vs2005 DVD?
9
3717
by: =?Utf-8?B?RGFuaWVs?= | last post by:
Hi, I downloaded the sample application that the Microsoft video ASPNETAJAXForWinMobile described but it doesn't work on my Windows Mobile 6 emulator. After enabling the script error reporting of the mobile IE, it pops up several JScript error and the ajax behavior is not funtional at all. Where can I look for any possible issue? Thanks.
0
10264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9914
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8937
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6716
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4009
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2851
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.