Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aperi-dev] first Aperi try

Based on this information, would the following be true for the R4 installation instructions?:

Download JavaHelp 1.1.3.
1. Go to http://java.sun.com/products/javahelp/download_binary.html.
2. Click the Download button under the JavaHelp 1.1.3 (Zip) section.
3. Click Accept License Agreement.
4. Click the down arrow to download the javahelp-1_1_3.zip file.
5. Unzip the contents of javahelp-1_1_3.zip.
6. Locate the \jh1.1.3\javahelp\lib\jh.jar file in the directory where you unzipped javahelp-1_1_3.zip.
7. Copy jh.jar to [aperi_install_dir]\gui\plugins\javax.help_1.0.0.vUNKNOWN
8. Copy jh.jar to [aperi_install_dir]\\plugins\javax.help_1.0.0
_________________

Chris King
IBM Information Development - Aperi
chriskng@xxxxxxxxxx
Aperi: http://www.eclipse.org/aperi/index.php

Inactive hide details for Dave Wolfe/Portland/IBM@IBMUSDave Wolfe/Portland/IBM@IBMUS


          Dave Wolfe/Portland/IBM@IBMUS
          Sent by: aperi-dev-bounces@xxxxxxxxxxx

          10/08/2007 07:38 PM

          Please respond to
          Aperi Development <aperi-dev@xxxxxxxxxxx>

To

Aperi Development <aperi-dev@xxxxxxxxxxx>

cc

aperi-dev@xxxxxxxxxxx, aperi-dev-bounces@xxxxxxxxxxx

Subject

Re: [aperi-dev] first Aperi try


This is the "java help jar file not in the right place" exception.
You need to copy jh.jar to <INSTALLDIR>\gui\plugins\javax.help_1.0.0.vUNKNOWN
I think the old directions (for V0.3) don't include the ".vUNKNOWN" part

Dave Wolfe/Portland/
IBM (dwolfe@xxxxxxxxxx) TL: 775-3376 Office: 503-578-3376 Personal: 503-329-3960

UI Technical Lead, Aperi Open Source Storage Management http://www.eclipse.org/aperi

"A good composer does not imitate; he steals." - Igor Stravinsky



"Selim Daoud" <selim.daoud@xxxxxxxxx>
Sent by: aperi-dev-bounces@xxxxxxxxxxx

10/08/2007 04:26 PM

Please respond to
Aperi Development <aperi-dev@xxxxxxxxxxx>
To
aperi-dev@xxxxxxxxxxx
cc
Subject
[aperi-dev] first Aperi try




Hi all,
first time I try Aperi on a Win2k3, install/config works fine, but from the
gui, I got following message:
(using Aperi-incubation-R04-070928-164116.zip)
"error creating view", with following msg:

java.lang.NoClassDefFoundError: javax/help/HelpSetException
               at org.eclipse.aperi.rcp.gui.GuiMainPanel.init(Unknown Source)
               at org.eclipse.aperi.rcp.gui.GuiMainPanel.<init>(Unknown Source)
               at org.eclipse.aperi.rcp.gui.views.ClassicView.createPartControl(Unknown
Source)
               at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
               at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
               at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
               at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
               at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:531)
               at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:179)
               at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
               at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
               at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:400)
               at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
               at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
               at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1604)
               at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:649)
               at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
               at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:563)
               at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:270)
               at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:931)
               at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2497)
               at org.eclipse.ui.internal.WorkbenchWindow$23.run(WorkbenchWindow.java:2837)
               at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
               at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2818)
               at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:735)
               at org.eclipse.ui.internal.Workbench$20.runWithException(Workbench.java:1023)
               at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
               at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
               at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
               at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
               at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
               at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:797)
               at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342)
               at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
               at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
               at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
               at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
               at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
               at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309)
               at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
               at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
               at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
               at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
               at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
               at org.eclipse.aperi.rcp.gui.Application.run(Unknown Source)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
               at java.lang.reflect.Method.invoke(Unknown Source)
               at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533)
               at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155)
               at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
               at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
               at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
               at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
               at java.lang.reflect.Method.invoke(Unknown Source)
               at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
               at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
               at org.eclipse.equinox.launcher.Main.run(Main.java:1169)




can any1 suggest a workaround?
thanks

selim
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev

GIF image

GIF image

GIF image


Back to the top