Révision 1662
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/RWorkspace.java (revision 1662) | ||
|---|---|---|
| 333 | 333 |
throws RWorkspaceException {
|
| 334 | 334 |
boolean isRServerOk; |
| 335 | 335 |
|
| 336 |
Log.fine(TXMCoreMessages.bind("RWorkspace.initRserve(): checking file existence of {0}...", pathToRExecutable));
|
|
| 336 |
Log.fine(TXMCoreMessages.bind("RWorkspace.initRserve(): checking file existence of {0}...", pathToRExecutable)); //$NON-NLS-1$
|
|
| 337 | 337 |
|
| 338 | 338 |
File execFile = new File(pathToRExecutable); |
| 339 | 339 |
if (!execFile.exists() || pathToRExecutable == null || pathToRExecutable.length() == 0) {
|
Formats disponibles : Unified diff