Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 06 / 23.mkd
blob7cb21112e8af01f185470d28697a0e2a60e53b5d
1 # 2019/06/23
3 ## 12:49
5 I need to specify the main class for the launcher as well!
7 ## 13:22
9 So now pretty much what will be happening to booting the first program and
10 doing similar stuff to the `BootJAR` although a bit more complicated. To
11 make it easy and not messy in the CLDC code, I am just going to have all
12 the loading stuff in the supervisor itself. It can manage all of that no
13 problem and not too worried about it.
15 ## 19:43
17 Okay so, I sorted entries in the JAR and also am putting in the hashcode
18 for each table of contents for resources, will be far better to scan
19 through them!
21 ## 20:32
23 Tomorrow I should get resource loading done and such, so that way things
24 work and such. I will also be loading resources and such, so it should
25 be similar to the class library stuff in the BootJAR code hopefully. But
26 with everything in the supervisor.