Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-04-25 13:46:08 +0000
committerAndrew Niefer2007-04-25 13:46:08 +0000
commit764f1852e9ae80a69afbae2af7bc2445ccfb6cbc (patch)
treeb24b964d29a249c379497f9ad0233f0e2ecd6993 /bundles/org.eclipse.equinox.executable/library
parent312f30e2be05577c70db8da05464a49f54b0ec7c (diff)
downloadrt.equinox.framework-764f1852e9ae80a69afbae2af7bc2445ccfb6cbc.tar.gz
rt.equinox.framework-764f1852e9ae80a69afbae2af7bc2445ccfb6cbc.tar.xz
rt.equinox.framework-764f1852e9ae80a69afbae2af7bc2445ccfb6cbc.zip
bug 183989
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
index de8ebb9da..59eae8c2c 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
@@ -267,7 +267,7 @@ int launchJavaVM( _TCHAR* args[] )
int startJavaVM( _TCHAR* libPath, _TCHAR* vmArgs[], _TCHAR* progArgs[] )
{
if (secondThread == 0)
- return startJavaVM(libPath, vmArgs, progArgs);
+ return startJavaJNI(libPath, vmArgs, progArgs);
/* else, --launcher.secondThread was specified, create a new thread and run the
* vm on it. This main thread will run the CFRunLoop

Back to the top