Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 01 / 21.mkd
blob1b73d06239b4de5d46a65de3e5ddebf1e0fb9d18
1 # 2017/01/21
3 ## 14:35
5 The configuration is going to need the variant.
7 ## 15:23
9 I NUL character in the ZIP is being read, which means it may be overflowing
10 or starting the read too early.
12 ## 15:26
14 The ZIP is fine though, so it is something else.
16 ## 16:05
18 I do get this however:
20     java.io.IOException: CJ0n 95061021 c79001f2
22 Which is the ZIP code, the CRC is mismatched.
24 ## 16:07
26 And it looks like the ZIP reading code includes the name in the input data,
27 which is not correct.
29 ## 17:15
31 So basic dependency lookup works, however the dependencies do not seem to be
32 included in the classpath when they are compiled. I would need to see why this
33 happens.