- This topic has 10 replies, 2 voices, and was last updated 14 years, 8 months ago by
support-joy.
-
AuthorPosts
-
SumithraMemberI’m sumithra.For my academic project i’m using MyEclipse ide.I’m doing project on web services.For the composition of webservices i found a new plugin added with eclipse ide called JOpera.Whether its possible for me to add it in MyEclipse. if so how?.Pls guide me to do this.
September 28, 2010 at 4:43 am #311596
support-joyMemberSumithra,
If you want to add plugin to MyEclipse, please follow below quigde lines.
1. What is the version of MyEclipse IDE you are using? If it is 8.6, please ensure the said plugin is compatible to Eclipse 3.5.2 classic
2. Do you have an update site for the said plugin? If yes, you need to open MyEclipse IDE, from menu options click on Help > MyEclipse Configuration Center. Go to Software tab. Click on [add site] and follow the wizard. This will guide you through the rest of the steps.
3. In case you have downloaded the plugin, you can copy the same to your [myeclipse installation dir]/dropins/plugins folder and restart the IDE.September 29, 2010 at 1:23 am #311619
SumithraMemberThanks for reply ,
Actually i have tried with configuration center already. Jopera’s update site is http://www.update.jopera.org. when i update it got added to personal sites and showing repository not found. wat can i do next?
Another one issue is: I’m using trail version of ME ide. when i subscribed for extention i got subcription code. when i entered that,i got message as invalid code..wat to do?
Pls help me for my academic….
September 29, 2010 at 12:49 pm #311637
support-joyMemberSumithra,
I was able to add JOpera’s plugin to MyEclipse 8.6. Here is what I did.
1. Open MyEclipse IDE, from menu options click on Help > MyEclipse Configuration Center
2. Choose software tab, clicked on [add site]
3. Add the name as anything you like and update site as “http://www.update.jopera.org/”
4. This will show up jOpeara under Personal Sites. Expand the node, and right click on JOpera for Eclipse and click on [add to Profile]
5. This will display the software under “Software Updates Available” as to add
6. Click on [Apply 1 change] button under *Pending Changes*
7. This will open a wizard
8. You need to accept the license agreement and follow the wizard
9. When prompted please choose to restart your workspace
Hope this helps.Attachments:
You must be logged in to view attached files.October 1, 2010 at 3:53 am #311674
SumithraMemberHi…
Thanks for the elaborate explanation.From the initial stage i’m trying the same procedure, but the prob is, i’m getting
“An error has occurred. See error log for more details. java.lang.NullPointerException”error in the fourth step you mentioned.”its showing “no repository found in this site” and “Add to profile” is disabled….
October 1, 2010 at 7:08 am #311677
support-joyMemberSumithra,
Can you do the following –
1. Open .log file located at [your workspace dir]/.metadata/.log and copy and paste relevant portion of the .log here
2. Perform -clean as mentioned here – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
Let me know how this works for you.October 2, 2010 at 5:02 am #311696
SumithraMemberThis is the log details i got… still i didnt get it solved….
!ENTRY org.eclipse.jface 4 2 2010-10-01 14:18:01.356
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.jface”.
!STACK 0
java.lang.NullPointerException
at com.genuitec.pulse2.common.ui.ImageServices.createScaled(Unknown Source)
at com.genuitec.pulse.client.common.collab.ui.tab.software.NormalBrowseSelectionSectionPart.refresh(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.blueprint.BlueprintAwareSectionPart.refresh(Unknown Source)
at com.genuitec.pulse.client.common.collab.ui.tab.software.SoftwareTabFormPart.selectionChanged(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.provisional.tablesection.TitledViewersScrolledComposite.fireSelectionChanged(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.provisional.tablesection.TitledViewersScrolledComposite.handleSelectionChanged(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.provisional.tablesection.TitledViewersScrolledComposite$1.selectionChanged(Unknown Source)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.runtime.Platform.run(Platform.java:888)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1160)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1190)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)October 2, 2010 at 5:02 am #311697
SumithraMemberThis is the log details i got… still i didnt get it solved….
!ENTRY org.eclipse.jface 4 2 2010-10-01 14:18:01.356
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.jface”.
!STACK 0
java.lang.NullPointerException
at com.genuitec.pulse2.common.ui.ImageServices.createScaled(Unknown Source)
at com.genuitec.pulse.client.common.collab.ui.tab.software.NormalBrowseSelectionSectionPart.refresh(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.blueprint.BlueprintAwareSectionPart.refresh(Unknown Source)
at com.genuitec.pulse.client.common.collab.ui.tab.software.SoftwareTabFormPart.selectionChanged(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.provisional.tablesection.TitledViewersScrolledComposite.fireSelectionChanged(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.provisional.tablesection.TitledViewersScrolledComposite.handleSelectionChanged(Unknown Source)
at com.genuitec.pulse.client.contrib.ui.provisional.tablesection.TitledViewersScrolledComposite$1.selectionChanged(Unknown Source)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.runtime.Platform.run(Platform.java:888)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1160)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1190)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)October 4, 2010 at 2:58 am #311709
support-joyMemberSumithra,
I would suggest you a clean re-install. Please follow below mentioned steps –
1. Run the uninstaller.
2. Make sure the MyEclipse Install Directory has been completely removed
2.1. Pulse Install Directory, on XP it’s under C:\Program Files in \Pulse or \Genuitec, and on Vista it’s under <USER.HOME>\AppData\Local and then under \Pulse or \Genuitec again
3. Then make sure the pulse2.locator file under <USER.HOME> is erased as well
4. Next install pulse from http://www.poweredbypulse.com
5. Select “Eclipse- Galileo” realm from the top left hand corner dropdown
6. Expand and click on Ready to use Profiles > Popular
7. On the right hand pane, right click on MyEclipse 8.6 and click on [install and run]This will open a wizard which will guide you through the rest of the steps.
Next follow the steps above to add the JOpera’s plugin to MyEclipse 8.6.Let me know how this works for you.
October 12, 2010 at 2:29 am #311932
SumithraMemberHi..
Thanks for the help.. i got the plug-in added…October 12, 2010 at 4:04 am #311936
support-joyMemberSumithra,
Good to hear you are all set.
Best.
-
AuthorPosts