galileo

Eclipse - Mac Os Default JRE missing

心已入冬 提交于 2019-11-27 19:09:10
The list of installed JRE's is empty, when I click "add" the only options I'm given are - Execution Environment Description, Standard 1.1.x VM, Standard VM. There's no option for a MacOS Default JRE and choosing standard VM results in the usual "Standard VM not supported on MacOS". Eclipse Galileo, Mac OS X 10.5.8. Any suggestions much appreciated I just had the same problem and I was able to fix it. I had installed Eclipse for PHP (PDT) because I couldn't get PDT to work with Eclipse classic. I then found out that with the new install, Java files won't run! But there's a simple solution: Go

Eclipse - Mac Os Default JRE missing

痴心易碎 提交于 2019-11-26 19:46:38
问题 The list of installed JRE's is empty, when I click "add" the only options I'm given are - Execution Environment Description, Standard 1.1.x VM, Standard VM. There's no option for a MacOS Default JRE and choosing standard VM results in the usual "Standard VM not supported on MacOS". Eclipse Galileo, Mac OS X 10.5.8. Any suggestions much appreciated 回答1: I just had the same problem and I was able to fix it. I had installed Eclipse for PHP (PDT) because I couldn't get PDT to work with Eclipse

Android ADT error, dx.jar was not loaded from the SDK folder

£可爱£侵袭症+ 提交于 2019-11-26 18:33:29
I just downloaded Eclipse Galileo and installed ADT10 and tried to a phonegap app using this guide: http://www.phonegap.com/start But each time i try to build im getting this error: Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! I know that there are already some questions/answers about it in this forum but they didnt work for me. This is caused by incomplete/messy upgrade to latest version which results in dx.jar missing from {Android SDK dir}\platform-tools\lib\ . Solution: Find your latest dx.jar in {Android SDK dir}\platforms\* and copy it to: {Android

Android ADT error, dx.jar was not loaded from the SDK folder

大城市里の小女人 提交于 2019-11-26 06:28:09
问题 I just downloaded Eclipse Galileo and installed ADT10 and tried to a phonegap app using this guide: http://www.phonegap.com/start But each time i try to build im getting this error: Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! I know that there are already some questions/answers about it in this forum but they didnt work for me. 回答1: This is caused by incomplete/messy upgrade to latest version which results in dx.jar missing from {Android SDK dir}