I'm using DrJava for a simple java project and but need to set the environment variable R_HOME
.
Can somebody tell me how to do this?
I can do it in the command line and test it using:
String environmentVariable = System.getenv("R_HOME");
System.out.print("Environment Variable are =>"+environmentVariable);
Which works in the command line but not in DrJava