适用于 Linux 的诺基亚 s60 模拟器

发布于 2024-07-20 10:45:38 字数 136 浏览 3 评论 0原文

我在 Ubuntu 上使用 EclipseMe。 我想要一个可以模拟鼠标在屏幕上移动的模拟器。

linux 有没有 s60 模拟器?

编辑: Net beans 是否有内置模拟器可以模拟设备屏幕上的鼠标移动?

I am using EclipseMe on Ubuntu. I want an emulator that can emulate mouse movements on screen.

Is there an s60 emulator for linux?

Edit:
Does net beans has an in built emulator that can emulate mouse movement on device screen?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

最单纯的乌龟 2024-07-27 10:45:38

Netbeans 使用 Sun Wireless Toolkit。

它包含的 JavaME 模拟器可以让我制作成触摸屏模拟器。 阅读随附的文档,它应该像在声明模拟器之前在配置文件中设置变量一样简单。

您可以在 http://jcp.org/en/jsr/detail?id=118

看一下javax.microedition.lcdui.Canvas类,你会发现几个方法用来处理“指针”。 虽然它们更常用于处理触摸屏事件,但它们也映射到模拟器上的鼠标/操纵杆点击。

在 Linux 上运行模拟器时,您肯定可以获得 MIDP pointDragged 事件。

这是基本的 MIDP,不需要花哨的 JSR-226 (e-swt) 支持。

Netbeans uses the Sun Wireless Toolkit.

The JavaME emulator it contains can me made into a touchscreen emulator. Read the accompanying documentation, it should be as simple as setting a variable inside a configuration file before stating the emulator.

You can find the specification for MIDP (the top layer of the JavaME platform you're probably targetting) at http://jcp.org/en/jsr/detail?id=118

Look at the javax.microedition.lcdui.Canvas class, you will find several methods used to deal with "pointer". While they are more often used to handle touchscreen event, they also map to mouse/joystick clicks on emulators.

You can definitely get the MIDP pointerDragged events when running the emulator on Linux.

This is basic MIDP, no need for fancy JSR-226 (e-swt) support.

黯淡〆 2024-07-27 10:45:38

仅适用于 Windows 的 Symbian 模拟器 (EPOC) 正在被废弃,取而代之的是可在所有平台上运行的基于 QEMU 的模拟器。 这可能会在 6 个月左右的时间内推出。

目前,我在 Mac 上的 VirtualBox 中运行 Windows XP 以进行 Symbian 开发。 它工作得很好,但当然不是理想的解决方案。

The Windows only Symbian Emulator (EPOC) is being scrapped for a QEMU based emulator that will run on all platforms. This will likely be available within 6 months or so.

At the moment, I run Windows XP inside VirtualBox on my Mac for Symbian development. It works fine, but is of course not the ideal solution.

川水往事 2024-07-27 10:45:38

不幸的是,具有 Java 和 Symbian C 应用程序接口的完整 symbian 操作系统模拟器是基于 Windows 的。

我通常会获得一个 MS Windows Vista 安装磁盘,并将其安装到像 VirtualBox 这样的虚拟机中,然后在其上安装 symbian SDK。

最适合那些 4 核桌面 64 位计算机,现在售价 687 美元,您可以访问完整的 8 GB 内存和接近 1 TB 的硬盘..

The full symbian OS emulator with application interfaces for Java and Symbian C is windows based unfortunately.

I usually get a MS Windows Vista install disk and install that into a VM like VirtualBox and than install the symbian SDks on top of that..

Works best on those 4 core desktop 64-bit computers now on sale for $687 as you get access to full 8 gig ram and close to 1 terabyte hard drive..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文