I've been trying to build my patcher into a standalone application, and I keep having the same error. The Max window lists the following two errors repeatedly:
Could not load class 'list.Replace'
Could not load class 'list.Length'
To my knowledge, I've included all the java class files I need. I can't even find a list.Length or list.Replace .class file. I can find List.class and Replace.class, but including them in the .app package makes no difference.