如何在为 Samsung SDK 配置的 eclipse 中的模拟器中运行 JAR 文件

发布于 2024-09-05 09:31:37 字数 111 浏览 1 评论 0原文

我需要运行一个适用于三星手机的 jar 文件。我已经使用最新的三星 SDK for java 配置了我的 eclipse。我还可以在模拟器上运行示例应用程序。现在我必须在该模拟器中运行 JAR 文件。请指教。

I need to run a jar file which is application for for SAMSUNG mobiles. I have configured my eclipse with Latest samsung SDK for java. I also able to run a sample application on emulator. Now I have to run a JAR file in that emulator. Please advise.

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

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

发布评论

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

评论(1

近箐 2024-09-12 09:31:37

以下是在 Samsung 模拟器上运行 JAR 文件的步骤。

先决条件:
1. 您必须同时拥有 JAR 和 JAD 文件。
2. 从以下链接下载 Samsung SDK:http://innovator .samsungmobile.com/down/cnts/toolSDK.list.do?platformId=2

步骤 1. 将 Jad 和 Jar 文件放在同一文件夹中。
步骤 2. 从 Samsung SDK 的 bin 文件夹运行以下命令。
D:\Samsung_SDK_120_Beta\bin>模拟器 -Xdescriptor:..\%folder%\LAWBook.jad -Xdevice:GT-S5230N

Below are the steps to run JAR file on Samsung emulator.

Prerequisites:
1. You must have both JAR and JAD files.
2. Download Samsung SDK from the link :http://innovator.samsungmobile.com/down/cnts/toolSDK.list.do?platformId=2

Step 1. Place Jad and Jar files at the same folder.
Step 2. Run the below command from bin folder of Samsung SDK.
D:\Samsung_SDK_120_Beta\bin>emulator -Xdescriptor:..\%folder%\LAWBook.jad -Xdevice:GT-S5230N

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