[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No VM02 at KFest?
On Jul 23, 1:24 pm, "John B. Matthews" <nos...@nospam.invalid> wrote:
> In article
SNIP
>
> Using javap to examine the class file, I can see the fully qualified
> class name that the classloader sees. Would less than 16 bytes per
> component be OK?
Yes, assuming they are valid ProDOS filename characters. I don't do
any character substitution and case is insensitive, so AClass and
aClass are equivalent and would cause problems.
>
> $ javap ./src/org/vm02/cui/cui
> Compiled from "cui.java"
> public class org.vm02.cui.cui extends java.lang.Object{
> public static final int INPUT_UNKNOWN;
> ...
>
> --
> John B. Matthews
> trashgod at gmail dot com
> <http://sites.google.com/site/drjohnbmatthews>
Thanks for helping make this a viable environment,
Dave...