Migrated limewireExe to i2pExe

This commit is contained in:
str4d
2013-04-03 01:52:14 +00:00
parent b65898e0dd
commit 51f072cc72
16 changed files with 47 additions and 53 deletions

View File

@@ -0,0 +1,11 @@
#ifndef _I2P_ERRORS_H
#define _I2P_ERRORS_h
#define ERROR_COULDNT_LOAD_JVM 6
#define ERROR_COULDNT_PARSE_ARGUMENTS 7
#define ERROR_COULDNT_INITIALIZE_JVM 8
#define ERROR_STARTING_PROGRAM 9
#define ERROR_COULDNT_FIND_JVM 10
#endif /* _I2P_ERRORS_H */