Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-10-12 15:24:08 +0000
committerAndrew Niefer2007-10-12 15:24:08 +0000
commitb9b4d425c596a471fc2064474fedbc8234392734 (patch)
tree24e921316114b271a5f1ec1aaca0d77626e23e74 /bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
parenta3f6137e8e28096070d73b0d5564437634ea1aee (diff)
downloadrt.equinox.framework-b9b4d425c596a471fc2064474fedbc8234392734.tar.gz
rt.equinox.framework-b9b4d425c596a471fc2064474fedbc8234392734.tar.xz
rt.equinox.framework-b9b4d425c596a471fc2064474fedbc8234392734.zip
bug 168281
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
index d962b6a4f..ea9d8011a 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
+++ b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
@@ -285,6 +285,7 @@ int launchJavaVM( char* args[] )
fixEnvForMozilla();
#endif /* MOZILLA_FIX */
+#ifdef LINUX
{
/* put the root of eclipse on the LD_LIBRARY_PATH */
char * ldPath = (char*)getenv(_T_ECLIPSE("LD_LIBRARY_PATH"));
@@ -296,6 +297,7 @@ int launchJavaVM( char* args[] )
free(newPath);
}
}
+#endif
/* Create a child process for the JVM. */
jvmProcess = fork();

Back to the top