Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Problems installing javame SDK 8.2 ...

Hi all,
I've been battling with this for 2 days, and I'm pretty sure it must be something stupid I am missing. I got the sdk installed, and netbeans 8.0.2 installed, to make sure I follow the documentation. But when I try to do an add plateform, netbeans can't find the any platforms. And the device-manager.log file he is pointing me to doesn't exist. So I figure I should be able to do an update-center request. So I start the update-center.exe application, only to get the following screen:
Anyone would have an idea what is happening?
Regards
Answers
-
Hi
Which development platform are u using. (Windows or Linux) ? Which emdedded platform ( Raspberry PI, ... )
-
The SDK is installed on Windows 7, the target embedded platform is Raspberry PI, but I never got to that point.
So I guess the question would be, once I have installed the java me 8.2 SDK (and not JDK, sorry...) I should be able to run "something" in there to validate that it is ok... At this time I have this:
- the update-center in the SDK doesn't work, and I have no logs to look into.
- Netbeans (8.0.2) can't connect to the SDK, as it doesn't find any platform in it.
I got to do a connection from my Netbeans (8.1) into the raspberry pi. But to have a complete installation, I also need the SDK...
I hope this rambling is clear enough..
-
Hi.
There are two things to do. One is to install the Java JDK on your machine. I did this for NetBeans.
and download and install the JDK ME on your Win7.
I used the Raspberry Pi 2 Mod B with the last NOOPS 1.5.0. Do all the stuff to install RASPIAN. Then use the browser to download and extract the Oracle Java ME Embedded 8.2 for Raspberry Pi Model B (ARM11/Linux)
Java ME Embedded - Downloads | Oracle Technology Network | Oracle
Extract that and but the files in the several folders underneath root (f.e /bin ).
run sudo usertest.sh to fire up the proxy.
On your Win7 NetBeans you can try a ME Sample project ( like GPIO ) by issuing new project ...
Then use the device connection manager to set up your Raspberry connention.
Done.
Regards, Harald.
-
1. From the picture attached it seems you have uninstalled JDK you specified during MESDK installation. You have 2 options here to fix this situation if you have valid JDK installed
- Reinstall MESDK, so you will able to define new JDK location during installation
- Fix it manually by specifying path to JDK at <MESDK Installation>/bin/java file
2. Update Center does not relate to platforms. It is utility to update MESDK itself or install additional packages.
3. You can install Java ME Runtime and start it on Raspberry Pi easily from MESDK (since 8.2 version):
1) Start Device Connections Manager (by double-clicking Device Manager icon in system tray or using "Manage Device Connections" menu item of Device Manager tray icon menu)
2) Press "Setup New Device" toolbar button in Device Connections Manager
3) Follow the wizard for Raspberry Pi.