Hi all (
I have a classpath problem after changing computers, and the workaround must be ok on future changes too (pc & mac, without admin rights).
/desktop/a/b/*.class
/desktop/c/*.class
/desktop/d/*.class
/desktop/e/f/main.class
Tried javac from root: javac /e/f/main.class (cannot find /c/*.class)
PC accepted the following, but it isn't working on current Mac.
/desktop/a/b/*.class
/desktop/c/*.class
/desktop/d/*.class
/desktop/main.class
I'm in trouble if this isn't fixed pronto!
--Glen
Memoria mihi benigna erit qui eam perscribam
I have a classpath problem after changing computers, and the workaround must be ok on future changes too (pc & mac, without admin rights).
/desktop/a/b/*.class
/desktop/c/*.class
/desktop/d/*.class
/desktop/e/f/main.class
Tried javac from root: javac /e/f/main.class (cannot find /c/*.class)
PC accepted the following, but it isn't working on current Mac.
/desktop/a/b/*.class
/desktop/c/*.class
/desktop/d/*.class
/desktop/main.class
I'm in trouble if this isn't fixed pronto!
--Glen
Memoria mihi benigna erit qui eam perscribam