diff --git a/resources/install/macosx/JavaApplicationStub b/resources/install/macosx/JavaApplicationStub index 08b08b1da..26080fec8 100755 Binary files a/resources/install/macosx/JavaApplicationStub and b/resources/install/macosx/JavaApplicationStub differ diff --git a/resources/install/macosx/JavaApplicationStub_Old b/resources/install/macosx/JavaApplicationStub_Old deleted file mode 100755 index a744bf93d..000000000 Binary files a/resources/install/macosx/JavaApplicationStub_Old and /dev/null differ diff --git a/src/native/macosx/launcher/launcher.m b/src/native/macosx/launcher/launcher.m index 6cc7dbcfc..02d5bd976 100644 --- a/src/native/macosx/launcher/launcher.m +++ b/src/native/macosx/launcher/launcher.m @@ -285,12 +285,7 @@ void launchJitsi(int argMainCount, char *argMainValues[]) if(jli_LaunchFxnPtr == NULL) { - NSString *oldLauncher = - [NSMutableString stringWithFormat:@"%@/Contents/MacOS/%@_Launcher", - [mainBundle bundlePath], pname]; - - execv([oldLauncher fileSystemRepresentation], argMainValues); - + NSLog(@"No java found!"); exit(-1); }