Using StatET with Eclipse in Win64: "no R session is active in the current working window"

What should I do when I get the following error message in Eclipse when I try to start R?

"no R session is active in the current working window"

+4
source share
3 answers

I did a tutorial on installing StatET on my Win64 system, you can find it here ( mirror ). Despite the fact that no rocket science can easily cope with problems along the way.

You need to configure R for your system first, and then you also need to go to Run> Run Configurations ... and add an R-console before you can start it.

You also need to be careful with your version of Java. I had to uninstall all of my Java and then reinstall the 64-bit version before it worked. I think I could use the 32-bit version, but since I use 64-bit R, I thought this might be the best option (although I think the Eclipse and R environment really don't care about bit exchanges)

+4
source

I had a problem with Sampe. go to "Run"> "Run Settings"> "RStudio"

and click on "Run"

0
source

For me, I had to choose rterm, which displayed the console / terminal r. Then run, run as -> run in R as a script through the source

0
source

Source: https://habr.com/ru/post/1385013/


All Articles