Message: jquery-1.7.2.min.js error in Eclipse


Solution :

1) Right click your Project root folder in your Eclipse Project Explorer View

2) Properties > JavaScript > Include Path > Source Tab

3) Select Excluded and Edit… and then Add

4) Now you can either browse for JavaScript file which has errors or just enter a wildcard pattern which will exclude anything matched by your pattern. In my case in entered **/jquery*.js to exclude all jQuery library files.

5) Then you can hit OK, Finish and OK again


Your Eclipse Progress View should now show a Building Workspace message

The Error Symbol is gone!


※ http://jquery.com/download/



By http://imwill.com/eclipse-java-ee-jquery-validation-error-workaround/#.UKl2abTx7nY

Message : 

An error occurred while automatically activating bundle com.android.ide.eclipse.adt (793)

......

Plug-in com.android.ide.eclipse.adt was unable to load class

com.android.ide.eclipse.adt.internal.build.builders.ResourceManagerBuilder.


Solution :

1) Start Eclipse, then select Help > Install New Software.

2) Click Add, in the top-right corner.

3) In the Add Repository dialog that appears, 

- enter "ADT Plugin" for the Name 

- and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/

4) Click OK.


※ If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).



by Android ( http://developer.android.com/sdk/installing/installing-adt.html#Troubleshooting )

+ Recent posts