mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Add missing java class include files.
This commit is contained in:
parent
5ca08c04d2
commit
41389ffd04
@ -16,6 +16,7 @@
|
||||
* Reserved.
|
||||
*/
|
||||
#include "java_lang_ClassLoader.h"
|
||||
#include "java_io_InputStream.h"
|
||||
#include "FieldOrMethod.h"
|
||||
#include "JavaVM.h"
|
||||
#include "JavaString.h"
|
||||
|
@ -16,6 +16,7 @@
|
||||
* Reserved.
|
||||
*/
|
||||
#include "java_lang_Double.h"
|
||||
#include "java_lang_String.h"
|
||||
#include <stdio.h>
|
||||
|
||||
extern "C" {
|
||||
|
@ -16,6 +16,7 @@
|
||||
* Reserved.
|
||||
*/
|
||||
#include "java_lang_Runtime.h"
|
||||
#include "java_lang_String.h"
|
||||
#include <stdio.h>
|
||||
#include "Thread.h"
|
||||
|
||||
|
@ -265,7 +265,7 @@ Netscape_Java_java_lang_System_initProperties(Java_java_util_Properties *props)
|
||||
/* system */
|
||||
PUTPROP("java.library.path", "???");
|
||||
PUTPROP("java.home", "???");
|
||||
PUTPROP("java.class.path", "\ns\dist\classes");
|
||||
PUTPROP("java.class.path", "\\ns\\dist\\classes");
|
||||
PUTPROP("user.name", "???");
|
||||
PUTPROP("user.home", "???");
|
||||
PUTPROP("user.timezone", "???");
|
||||
|
Loading…
x
Reference in New Issue
Block a user