Skip to content

Commit

Permalink
Fix Bug 3103
Browse files Browse the repository at this point in the history
R Plotting problem on all Windows OSs
  • Loading branch information
Valentin Georgiev committed Feb 8, 2012
1 parent 7f7c89c commit e0f4861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion features/net.bioclipse.r.walware_feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.bioclipse.r.walware_feature"
label="Walware-RJ modules"
version="1.0"
version="1.0.0.a"
provider-name="Bioclipse">

<description url="http://www.example.com/description">
Expand Down
Expand Up @@ -112,6 +112,7 @@ public void setEmbedded(final String rHome, final String userLibPath) throws Cor
rConfig.setRHome(rHome);
rConfig.setEnableVerbose(true);
rConfig.setJavaArgs(""); // remove "-server" flag from the java command
rConfig.setNodeArgs("-plugins=swt"); // solves the plotting issue on Windows
// if a user lib path was defined, set that as environment variable
// in the embedded
if (userLibPath != null)
Expand Down

0 comments on commit e0f4861

Please sign in to comment.