Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I installed Eclipse Version: Kepler Service Release 1 on windows 7 and I had configured the proxy, and I was trying to install the ADT plugin.
I used the following links one by one both by https and http
https://dl-ssl.google.com/android/eclipse/
I followed the following steps:-
Run the eclipse.exe as administrator
Then help->Install New Software
Then entered the the link in Work With field
Then clicked ADD button
Then entered the ADT in the NAME field, and the link in the Location field
I was getting an error in which the Dialog box says
Error Contacting Site
No software site found at
Do you wish to edit the location ?
Yes NO
I also tried to use the ADT installation from a Zip file in this link
http://developer.android.com/sdk/installing/installing-adt.html
but the Android option is not coming under the windows->preference
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed yesterday.
Improve this question
I'm trying to run AndroidAuto app on my phone.
The latest version downloaded from PlayStore is working fine.
However I need a bit older version, so I downloaded it from APK Mirror website. Next, I have installed it, but it does not appear in AndroidAuto app list.
I have enabled Developer mode in AA, and Unknown Sources as well.
How to enable non PlayStore apps on AndroidAuto app list?
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 days ago.
Improve this question
I have a ChromeBook and debian 11 on it. I'm trying to install Optifine on Minecraft. I've downloaded the optifine .jar but when I'm trying to open it I have an error:
Can't connect to X11 window server using""
I'v tried multiple things to fix it like:
export DISPLAY=:0.0
But nothing works, please help me.
Didn't reproduce. Check the screen capture below.
Check if you can run xclock, etc.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I reinstalled the jdk after the installation of the new operating system, and set the environment variable of the system accordingly. I also restarted the computer after the reinstallation and the setup of new environment variable. Still, i am not able to run any java programs on my computer.
https://onedrive.live.com/redir?resid=B2D6F26E24ACBDB2!2168&authkey=!AJaB6lD3MDO37hA&v=3&ithint=photo%2cpng
https://onedrive.live.com/redir?resid=B2D6F26E24ACBDB2!2167&authkey=!ADKlC8-dOFuH77Y&v=3&ithint=photo%2cpng
if you install jdk and java SE correctly
2.then download netbeans from netbeans.org/downloads/. Make sure that you are downloading netbeans 8.0.1. it will automatically fix errors and install necessary file.
after installation go on Cmd and type Javac
follow will be the screen of cmd after running this specific command
enjoy java :)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I format my PC and i wanna download again de ADT Bundle Eclipse + Android SDK, but, i don't find it in Google Developers -> enter link description here
What's happened to Eclipse ? Now we can use Android Studio to programming for Android ?
Thanks in Advance! :)
If you look at this part of the docs
Note: If you have been using Eclipse with ADT, be aware that Android
Studio is now the official IDE for Android, so you should migrate to
Android Studio to receive all the latest IDE updates. For help moving
projects, see Migrating to Android Studio.
So, yes you should be using AS instead of Eclipse moving forward. It's not necessary at this time, but it would be a good idea.
But to answer the initial question, you can go here to install the plugin for Eclipse. Or follow the link that puddinman13 mentioned in a comment
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I downloaded eclipse IDE and extracted it, but when I run it I get this error:
Error: could not open 'C:\Program Files\Java\jre7\lib\amd64\jvm.cfg'
PS : I already have JDK and my windows is 64bit
Updating JDK to 1.7 didn't help (because I already have it) and other solutions that I couldn't understand (maybe because instead of amd64 in other posts it was "I'and 3 digits'").
This is not the problem of your Eclipse, but your JRE. Eclipse needs a JRE (Java Runtime Environment) to run. I suggest to remove your currently installed version, and download a new one from the Oracle.