I did everything in Windows XP 32bit-with 4GB RAM, but thought why not install all applications on my other computer with 8GB RAM and Windows 7 loaded in it.
I installed everything (relevant 64-bit software : Java SDK-64 bit, Eclipse-64bit and Android SDK) in that Win 7-64 bit, except 1 thing in Windows 7 - 64bit. Even Android is loading fine on the emulator.
But when I am installing the ADT plugin in eclipse from Help > Install New Software > https://dl-ssl.google.com/android/eclipse/ then only 2 options are coming, and eventually the setup fails with showing the error that
Cannot complete the install because one or more required items could not be found. Software being installed: Android Hierarchy Viewer
16.0.1.v201112150204-238534 (com.android.ide.eclipse.hierarchyviewer.feature.group
16.0.1.v201112150204-238534) Missing requirement: Android Hierarchy Viewer 16.0.1.v201112150204-238534
(com.android.ide.eclipse.hierarchyviewer.feature.group
16.0.1.v201112150204-238534) requires 'com.android.ide.eclipse.ddms 0.0.0' but it could not be found
I did everything correctly on Windows XP, but I am getting this problem on Win 7 - 64bit.
Can someone please let me know how to resolve this problem and successfully install the ADT plugin in Eclipse on Win 7 - 64 bit.
Thanks.
Change https://dl-ssl.google.com/android/eclipse/ to http://dl-ssl.google.com/android/eclipse/ .
Related
I am trying to set up the Java ME 8 development environment. I am setting up the environment on a Windows 10 64-bit PC to develop a Java ME Embedded 8 application for use on a Raspberry Pi 3 model B. I have set up the Raspberry Pi successfully. However, when setting up the development environment on my Windows PC, Netbeans fails to detect the platform.
I have installed:
Java SE Development Kit 8u221
Java ME SDK 8.3
Netbeans 8.1
I have also tried
Java SE Development Kit 12.0.2, and 8u152
Java ME SDK 8 and 3.4
Netbeans 8.0.2 and 8.2
I have tried downloading and installing the sun java wireless toolkit. I have tried uninstalling and reinstalling in many different orders with different combinations of versions. I have tried changing permissions. I have tried installing the Netbeans plugins automatically and manually in multiple ways and orders. I have also tried setting it up as a Custom CLDC Platform Emulator multiple times but every time Netbeans crashes and breaks, and I have to uninstall it and reinstall again.
I have also checked the release notes of the Java ME SDK 8.3 and it says it supports Windows 10 64-bit.
Screenshot of platform set up steps taken:
Step one of platform set up:
Step Two of platform set up:
Step Three of platform set up:
I know that there are many similar questions on here, but I can assure you I have read all of them, tried their solutions and I have still not found a solution.
Any help any of you can offer me would be greatly appreciated.
SOLUTION: Downloaded an older version of the JDK - jdk 8u11. Then I directed my Java ME SDK 8.3/bin java file to that version instead.
I am trying to develop a java SE application on a Raspberry Pi, using NetBeans. I have created a platform for the Pi using the Platform Manager, and the platform verifies ok; however, in project properties>Run>Runtime platform, the only option listed is "project platform", despite that fact that when I click "manage platform" next to it, my platform shows up fine.
Does anyone know what could be causing this? I have a feeling something might be misconfigured, or maybe I'm using the wrong type of project or something, but notihng I try seems to work. The project is just a simple java application (created with new project>java>java application), and I am using the latest version of Raspian on the Pi, with the preloaded java installation, located at /usr/lib/jvm/jdk-7-oracle-armhf/jre.
Any help is greatly appreciated.
I had the same problem yesterday, and I solve it!
Main reason is: you need the same JDK for NetBeans and Raspberry.
I use Raspberry PI 3+ (64 bit) with Debian OS (32 bit), JDK 8 has support for ARM 32 bit, I downloaded the last version: "jdk-8u271-linux-arm32-vfp-hflt.tar.gz".
https://www.oracle.com/it/java/technologies/javase/javase-jdk8-downloads.html
Unfortunately, JDK 15 hasen't the 32 bit ARM version...
I also installed the JDK 8 in Windows with NetBeans: "jdk-8u271-windows-x64" and then, you need to change the default JDK in the .conf NetBeans file.
https://www.codejava.net/ides/netbeans/change-jdk-for-netbeans
Now, when you open Properties/run/ you can select the remote platform.
Enjoy,
Best Regards.
Marco
I've been using Genymotion android emulator for development purpose with eclipse for 4/5 months. Everything was fine until once suddenly Genymotion plugin was not responding properly and after closing the window, it shows the following error:
My PC OS is Windows 8 Pro 64 bit. I have installed jdk 7 of both 64 bit and 32 bit versions.
I think the problem can be of jdk versions you are using.Try Using only 64 bit version of jdk in your system and configure it.Then let us know if you face errors.
I am trying to run Eclipse Kepler from a usb drive. It will work when coding but when I come
to run the program it shows
error = 216. This version of %1 is not compatible with version of windows you are running.
Eclipse runs fine at home (windows 8 64bit Java 7) but the issue happens at college (Windows server 32bit java 6) Can anyone shed any light on possible issues please.
The JDK and JRE are installed on the USB device and running Java 7. 32 bit Eclipse is installed to USB also. Is it even possible to run java and eclipse as standalone from a usb?
The error code 216 generally means that there is a problem in the 32/64 bit version mismatch between your applications or OS.As you say your eclipse and OS is 32 bit could you please also check if the JDK you are using is 32 bit ?
I installed the following installation packages to develop Blackberry apps using the included emulators. I first installed them on a MacBook Pro, virtualizing Windows 7 x86 with VMware. Everything worked fine; I created a quick HelloWorld app and it compiled and ran successfully in the emulator. I did no other configuration. I installed the same app on my desktop PC with Windows 7 x64. I installed the exact same items. When I choose to run with the Blackberry Emulator, nothing happens. Any ideas?
Here's the file list:
BlackBerry_JDE_PluginFull_1.0.0.67
(This includes Eclispe)
jdk-6u18-windows-i586
Did you install the same 32-bit version on both your virtual and desktop versions?
If so, I know the 32-bit version /should/ work on Win7 x64, but is it maybe not compatible? Do you need to just get a 64-bit version for your desktop?
Solution
I removed JDK and the JDE Blackberry plugin.
I reinstalled JDK 6.
I reinstalled the JDE Blackberry plugin into a different directory other than Program Files. So I installed it at c:\rim\eclispe
I started up eclipse and opened my workspace, started the simulator and it finally started and worked.