* Michael Koch:

> There is no GNU extension (yet) that van work around this that I'm aware
> of.

Do you think this (i.e. non-accessible files) is a problem at all?

> You get the arguments as String[] args:
>
> byte[][] data = new byte[args.length][];
> for (int i = 0; i < args.length; i++) {
>   data[i][] = args[i].getBytes();
> }

Doesn't work, really, those "strange" bytes have already been dropped
by the startup code. 8-(


_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to