Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 10 / 19.mkd
blobfd8de42eb163015c279581e09494c73c50c32fe3
1 # 2016/10/19
3 ## 15:38
5 I believe I will just make the project list handle namespaces based on
6 directories and such.
8 ## 16:39
10 For some reason, I cannot add the jni_md.h header file.
12 ## 22:43
14 I must implement `JVM_FindClassFromBootLoader`, however nothing tells me what
15 the bootstrap class loader is for the most part.
17 ## 22:49
19 Appears that there is an internal method that OpenJDK's launcher provides that
20 gives me methods I can use for linkage. So since this is VM specific I suppose
21 I should make it so that I can have a special file and define for such things.