When I compile any Java program wit 'javac' its splits the main class file into different parts ( ex. MyClass.class, MyClass$1.class, and so on ) Then when I load them on the web ( they are for an applet ) the webshell makes the '$' a '_' because '$'s aren't aloud!! My javac didn't used to do that. Why is it? Any ideas????


Reply With Quote
CornedBee