We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94944e3 commit 2b49880Copy full SHA for 2b49880
appbundler/native/main.m
@@ -37,11 +37,6 @@
37
38
#define LIBJLI_DYLIB "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib"
39
40
-// TODO Remove these; they are defined by the makefile
41
-#define FULL_VERSION "1.7.0"
42
-#define DOT_VERSION "1.7.0"
43
-#define DEFAULT_POLICY 0
44
-
45
typedef int (JNICALL *JLI_Launch_t)(int argc, char ** argv,
46
int jargc, const char** jargv,
47
int appclassc, const char** appclassv,
@@ -172,12 +167,12 @@ int launch(char *commandName) {
172
167
return jli_LaunchFxnPtr(argc, argv,
173
168
0, NULL,
174
169
175
- FULL_VERSION,
176
- DOT_VERSION,
170
+ "",
171
177
"java",
178
179
FALSE,
180
181
182
- DEFAULT_POLICY);
+ 0);
183
}
0 commit comments