Add missing java class include files.
git-svn-id: svn://10.0.0.236/trunk@16310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4ff48ea3da
commit
602715aa5d
@ -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