5 I need to specify the main class for the launcher as well!
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.
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
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.