jquerymobile widgets missing from palette in eclipse while working on IBM worklight project - eclipse

i am new to IBM worklight and mobile app developement as it is so i will be very grateful if somebody helps.
configuration
windows 8 64bit
eclipse juno 1.5.2
ibm worklight studio 6.0.0
jquery.mobile-1.3.0
i have read many forums and questions on stackoverflow itself. they suggest that it will work on jquery.mobile -1.3.1 nut i can't find the specific version online.
Also when i goto help->check for updates it outputs no updates found along with error message:
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/jquery.mobile-1.3.0/.
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/adapt/.
so the problem is that when i open the html file of my project only Html tags and html form tag gets opened but a jquerymobile widgets are missing.
what exactly is the problem is it with the way of my jquerymobile import or versions or is it entirely something else if problem is version kindly state me a few resources if you can!!
i am really in need to get my project done if anyone helps again i will be really grateful.

Use jQuery Mobile 1.3.1: http://jquerymobile.com/resources/download/jquery.mobile-1.3.1.zip
With this version of jQuery Mobile you will be able to see the Palette view in Eclipse while using Worklight Studio's RPE.

Related

Android eclipse application with MapView

I am new to eclipse. I have a old application that is compatible for 2.2 android version. Basically this application display google map using Map View. I just want to make some text changes in this application for deployment. But i'm having issue while debug. It get crashed. Here is error window
Experiencing a similar situation from time to time I have to have the following for the old project:
Eclipse Luna (no other eclipse works)
Old version of Android SDK (update it to far and nothing works)
The quirks of my situation may be specific to my project but maybe they'll help. Android + Eclipse is not fun, convert to Android studio if you have the possibility:
https://developer.android.com/studio/intro/migrate.html
You first have to convert your project to Android studio and then fix your issues because some of the them will not work in Eclipse and might be some libraries are not supported in Eclipse.
See this how to Convert Eclipse project to Android Studio
See this link, it might be helpful for you.

Eclipse Plugin Zend Studio

I'm going to write a plugin with Eclipse Mars for my Zend Studio 10.4
I know that the Zend Studio is based on Eclipse. Is there anything to condsider? Versions, Configurations and so on? Does somebody have links to good Eclipse-Plugin-Tutorials?
I've found the answert to my own question by my selfe. Yes it work!! Very nice. But if you've build the .jar-file ( export ) you have to do some steps to use the own written plugin in your Zend Studio. Here is the link :
enter link description here
I hope, that i can help some other developers with this post!!

Google Plugin for Eclipse cannot be properly Installed

I have installed
Google Plugin for Eclipse 3.6
Google Web Toolkit SDK 2.4.0
in my Eclipse-Helios-3.6 but cannot find the google plugin icon in my toolbar and also I'm able to find Google in Windows>>Preferences.
Operating system-Ubuntu
Well since you are able to see google in windows preferences i am assuming that the installation did work. Have you tried creating a new GWT Project. The GWT button might not show if the project is wrong.
Do not use the pre-packaged Eclipse in Ubuntu (that version is often quite outdated). Get a current version from the Eclipse website instead and install it in a directory that you like (thereby avoiding problems with the Eclipse update mechanism, which doesn't fit the Linux directory guidelines very well).

Cant re-install Google Web Toolkit using Eclipse plugin

I installed and updated Google Plugin for Eclipse 3.7 a few weeks ago. It installed GWT as well as other things. I was able to compile a Google App. I did several things on Eclipse today and now GWT is gone. I look at Preference-->Google-->Web Toolkit; the list is empty. I ran plugin update, it keep saying GWT is already installed and refuse to update/re-install. I uninstall GWT explicitly and run plugin update; it update without complaint. But the Preference-->Google-->Web Toolkit; the list is still empty!
How do I force plugin to populate the SDK info in Preference-->Google-->Web Toolkit?
There is actually an "Add" button to configure SDK. But I dont know the installation directory of GWT. Where does Eclipse plugin save the GWT?
Seems Eclipse keep track of the installation of GWT SDK in two different place?
My GWT SDK database seems corrupted, and Eclipse plugin seems rely on its own private data base of the status of installation of GWT SDK?
Can anyone please help?
I think that what you are referring is not the plugin but the SDK.
Download the SDK unzip it then add it preferences->Google->Web Toolkit.
The link to to download the SDK is: http://code.google.com/p/google-web-toolkit/

How do I get eclipse's web page editor to work?

I installed the eclipse web page editor from the help->updates->Ganymede Update Side-> Web and Java EE Development. - version 2.1.0
Whenever I try to open an html page though, I get the error:
java.lang.NoSuchMethodError
An error has occurred. See error log for more details.
org.eclipse.wst.sse.ui.StructuredTextEditor.isBlockSelectionModeEnabled()Z
Any ideas on how to resolve this?
Hey, I ran into this issue as well and it might be caused by the version 3.1 of "Eclipse XML editors and tools" I've seen people mention if they go back to 3.0.4 it works.
Eclipse XML editors and tools is part of the Web Tools Platform and I got the downgraded version here:
http://archive.eclipse.org/webtools/downloads/drops/R3.0/R-3.0.4-20090213193639/
That may be due to a conflict with other plugins you may have installed before.
If you didn't have any other plugins, try accessing your html pages with a fresh installation of an eclipse distro including WTP.
See the Java J2EE package for instance.