Using StatET with Eclipse in Win64: "no session of R is active in the current workbench window"
Asked Answered
P

3

6

What do I do when I get the following error message in Eclipse when trying to launch R?

"no session of R is active in the current workbench window"

Phyfe answered 6/12, 2011 at 22:33 Comment(1)
Sounds like you didn't start and R session. You need to set up and activate a Run Configuration.Flatworm
T
5

I've made a tutorial for installing StatET on my Win64 system, you can find it here (mirror). Although it's no rocket science it's easy to get into issues along the way.

You need to first configure R for your system and then you also need to go into Run > Run Configurations... and add a R Console before you can run it.

You also need to be careful about the Java version that you use. I had to uninstall all my Java, then reinstall the 64-bit before it worked. I guess I could've used the 32-bit, but since I use 64-bit R I thought that it might be a better option (although I think the Eclipse environment and R don't really care about sharing bits)

Touchline answered 15/5, 2012 at 6:14 Comment(0)
G
2

for me had to select rterm, that displayed the r console/terminal. Then do run , run as -> run in R as script via source

Gudgeon answered 1/5, 2019 at 13:50 Comment(0)
M
1

I had the sampe problem. go to Run > Run Configurations > RStudio

and klick on "Run"

Malady answered 20/4, 2018 at 6:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.