I'd like to know if there is another way to save the .class applets, under another name?
Such as: .cla, .cls.
Please advise.
Wendy Melendez
To my knowledge there is not, but someone else may know of a way.
Perry Smith
9-13-98
I kinda agree with Perry .. but, since you're asking, you're probably trying to deal with some DOS/Windows limitation, or something. Try referring to the MS-DOS name which would be "??????~?.cla"
Where "MyCoolGameDriver.class" might be "MyCool~1.cla" but that number (a 1 in this case) could vary depending on the name of other files.
Like if you had "MyCoolGameApplet.class" and "MyCoolGameDriver.class" .. one of them would be "MyCool~1.cla" and the other would be "MyCool~2.cla" depending on which file was created first
Mike