The reason for this warning dialog: is that you are likely using a java reserved character such as "-" in your file name (i.e. Test-1.bdf). You cannot use such a character for java based files and as such you will need to change this to something that is accepted such a "_" (i.e. Test_1.bdf). Similarly if you try to create a new Java framework script using the file menu FILE | NEW | JAVA FRAMEWORK SCRIPTS then attempt to use this character you will also be prompted to use a different name. Using the example script name above the error message in this case is ""Test-1" is not a valid Java class name!".
↧