[R] using StatEt IDE for Eclipse

2011-12-06 Thread Matteo Richiardi
Hi,
I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely
lost. I've read all I could find online, made apparently all I had to do
(installing rj, configuraing StatEt, etc.) but still cannot make R running.
Below is the error log file.
Thank you so much for assistance.
Matteo


!ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355
!MESSAGE Launching the R Console was cancelled, because it seems starting
the R engine failed.
Please make sure that R package 'rj' (1.0.0 or compatible) is installed and
that the R library paths are set correctly for the R environment
configuration 'R-2.14.0'.
!SESSION 2011-12-05 16:23:23.552
---
eclipse.buildId=M20110909-1335
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT
Command-line arguments:  -os win32 -ws win32 -arch x86_64

!ENTRY org.eclipse.osgi 2 1 2011-12-05 16:23:29.901
!MESSAGE NLS unused message: FindReplaceAction_label in:
de.walware.ecommons.ui.SharedMessages

!ENTRY org.eclipse.ui 4 4 2011-12-05 16:23:30.712
!MESSAGE Class load Failure:
'org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'

!ENTRY org.eclipse.ui 4 0 2011-12-05 16:23:30.714
!MESSAGE Class load Failure:
'org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in de.walware.ecommons.ltk.ui
was unable to load class
org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem.
 at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)
 at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
 at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at
org.eclipse.ui.internal.util.Util.safeLoadExecutableExtension(Util.java:879)
 at
org.eclipse.ui.internal.menus.DynamicMenuContributionItem.createContributionItem(DynamicMenuContributionItem.java:222)
at
org.eclipse.ui.internal.menus.DynamicMenuContributionItem.getContributionItem(DynamicMenuContributionItem.java:215)
 at
org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:195)
at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:741)
 at org.eclipse.jface.action.MenuManager.update(MenuManager.java:822)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:682)
 at
org.eclipse.ui.internal.menus.WorkbenchMenuService.updateManagers(WorkbenchMenuService.java:330)
at
org.eclipse.ui.internal.menus.WorkbenchMenuService$4.propertyChange(WorkbenchMenuService.java:316)
 at
org.eclipse.ui.internal.services.EvaluationAuthority$1.run(EvaluationAuthority.java:252)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at
org.eclipse.ui.internal.services.EvaluationAuthority.fireServiceChange(EvaluationAuthority.java:246)
at
org.eclipse.ui.internal.services.EvaluationAuthority.endSourceChange(EvaluationAuthority.java:197)
 at
org.eclipse.ui.internal.services.EvaluationAuthority.sourceChanged(EvaluationAuthority.java:135)
at
org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:311)
 at
org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:290)
at
org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(AbstractSourceProvider.java:99)
 at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:401)
at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:300)
 at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.handleCheck(WorkbenchSourceProvider.java:286)
at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkOtherSources(WorkbenchSourceProvider.java:855)
 at
org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:839)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
 at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
 at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1647)
at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2137)
 at org.eclipse.swt.widgets.Control.windowProc(Control.java:4525)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
 at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1610)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2061)
 at 

Re: [R] using StatEt IDE for Eclipse

2011-12-06 Thread Luke Miller
You will likely find more help on the StatEt mailing list, since the
author of the package monitors it:

http://lists.r-forge.r-project.org/mailman/listinfo/statet-user



On Tue, Dec 6, 2011 at 4:04 PM, Matteo Richiardi
matteo.richia...@gmail.com wrote:

 Hi,
 I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely
 lost. I've read all I could find online, made apparently all I had to do
 (installing rj, configuraing StatEt, etc.) but still cannot make R running.
 Below is the error log file.
 Thank you so much for assistance.
 Matteo


 !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355
 !MESSAGE Launching the R Console was cancelled, because it seems starting
 the R engine failed.
 Please make sure that R package 'rj' (1.0.0 or compatible) is installed and
 that the R library paths are set correctly for the R environment
 configuration 'R-2.14.0'.
 !SESSION 2011-12-05 16:23:23.552
 ---
 eclipse.buildId=M20110909-1335
 java.version=1.6.0_21
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT
 Command-line arguments:  -os win32 -ws win32 -arch x86_64

 !ENTRY org.eclipse.osgi 2 1 2011-12-05 16:23:29.901
 !MESSAGE NLS unused message: FindReplaceAction_label in:
 de.walware.ecommons.ui.SharedMessages

 !ENTRY org.eclipse.ui 4 4 2011-12-05 16:23:30.712
 !MESSAGE Class load Failure:
 'org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'

 !ENTRY org.eclipse.ui 4 0 2011-12-05 16:23:30.714
 !MESSAGE Class load Failure:
 'org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'
 !STACK 1
 org.eclipse.core.runtime.CoreException: Plug-in de.walware.ecommons.ltk.ui
 was unable to load class
 org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem.
  at
 org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
 at
 org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)
  at
 org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
 at
 org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
  at
 org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
 at
 org.eclipse.ui.internal.util.Util.safeLoadExecutableExtension(Util.java:879)
  at
 org.eclipse.ui.internal.menus.DynamicMenuContributionItem.createContributionItem(DynamicMenuContributionItem.java:222)
 at
 org.eclipse.ui.internal.menus.DynamicMenuContributionItem.getContributionItem(DynamicMenuContributionItem.java:215)
  at
 org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:195)
 at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:741)
  at org.eclipse.jface.action.MenuManager.update(MenuManager.java:822)
 at org.eclipse.jface.action.MenuManager.update(MenuManager.java:682)
  at
 org.eclipse.ui.internal.menus.WorkbenchMenuService.updateManagers(WorkbenchMenuService.java:330)
 at
 org.eclipse.ui.internal.menus.WorkbenchMenuService$4.propertyChange(WorkbenchMenuService.java:316)
  at
 org.eclipse.ui.internal.services.EvaluationAuthority$1.run(EvaluationAuthority.java:252)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
  at
 org.eclipse.ui.internal.services.EvaluationAuthority.fireServiceChange(EvaluationAuthority.java:246)
 at
 org.eclipse.ui.internal.services.EvaluationAuthority.endSourceChange(EvaluationAuthority.java:197)
  at
 org.eclipse.ui.internal.services.EvaluationAuthority.sourceChanged(EvaluationAuthority.java:135)
 at
 org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:311)
  at
 org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:290)
 at
 org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(AbstractSourceProvider.java:99)
  at
 org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:401)
 at
 org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:300)
  at
 org.eclipse.ui.internal.services.WorkbenchSourceProvider.handleCheck(WorkbenchSourceProvider.java:286)
 at
 org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkOtherSources(WorkbenchSourceProvider.java:855)
  at
 org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:839)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
  at 

[R] using StatEt IDE for Eclipse

2011-12-05 Thread Matteo Richiardi
Hi,
I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely
lost. I've read all I could find online, made apparently all I had to do
(installing rj, configuraing StatEt, etc.) but still cannot make R running.
Below is the error log file.
Thank you so much for assistance.
Matteo






!ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355
!MESSAGE Launching the R Console was cancelled, because it seems starting
the R engine failed.
Please make sure that R package 'rj' (1.0.0 or compatible) is installed and
that the R library paths are set correctly for the R environment
configuration 'R-2.14.0'.
!SESSION 2011-12-05 16:23:23.552
---
eclipse.buildId=M20110909-1335
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT
Command-line arguments:  -os win32 -ws win32 -arch x86_64

!ENTRY org.eclipse.osgi 2 1 2011-12-05 16:23:29.901
!MESSAGE NLS unused message: FindReplaceAction_label in:
de.walware.ecommons.ui.SharedMessages

!ENTRY org.eclipse.ui 4 4 2011-12-05 16:23:30.712
!MESSAGE Class load Failure:
'org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'

!ENTRY org.eclipse.ui 4 0 2011-12-05 16:23:30.714
!MESSAGE Class load Failure:
'org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in de.walware.ecommons.ltk.ui
was unable to load class
org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem.
 at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)
 at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
 at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at
org.eclipse.ui.internal.util.Util.safeLoadExecutableExtension(Util.java:879)
 at
org.eclipse.ui.internal.menus.DynamicMenuContributionItem.createContributionItem(DynamicMenuContributionItem.java:222)
at
org.eclipse.ui.internal.menus.DynamicMenuContributionItem.getContributionItem(DynamicMenuContributionItem.java:215)
 at
org.eclipse.ui.internal.menus.DynamicMenuContributionItem.fill(DynamicMenuContributionItem.java:195)
at org.eclipse.jface.action.MenuManager.doItemFill(MenuManager.java:741)
 at org.eclipse.jface.action.MenuManager.update(MenuManager.java:822)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java:682)
 at
org.eclipse.ui.internal.menus.WorkbenchMenuService.updateManagers(WorkbenchMenuService.java:330)
at
org.eclipse.ui.internal.menus.WorkbenchMenuService$4.propertyChange(WorkbenchMenuService.java:316)
 at
org.eclipse.ui.internal.services.EvaluationAuthority$1.run(EvaluationAuthority.java:252)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
 at
org.eclipse.ui.internal.services.EvaluationAuthority.fireServiceChange(EvaluationAuthority.java:246)
at
org.eclipse.ui.internal.services.EvaluationAuthority.endSourceChange(EvaluationAuthority.java:197)
 at
org.eclipse.ui.internal.services.EvaluationAuthority.sourceChanged(EvaluationAuthority.java:135)
at
org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:311)
 at
org.eclipse.ui.internal.services.ExpressionAuthority.sourceChanged(ExpressionAuthority.java:290)
at
org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(AbstractSourceProvider.java:99)
 at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:401)
at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:300)
 at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.handleCheck(WorkbenchSourceProvider.java:286)
at
org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkOtherSources(WorkbenchSourceProvider.java:855)
 at
org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.handleEvent(WorkbenchSourceProvider.java:839)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
 at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1262)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
 at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1647)
at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2137)
 at org.eclipse.swt.widgets.Control.windowProc(Control.java:4525)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
 at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1610)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2061)