hi there,
I have a servlet file that uses packaging something like:
package app1.module1;
when i compile in windows, it creates the subdirectories fine and puts the class there, but in linux, it just compiles it in the current directory, without creating appl/module directory.
Does anyone have similar experience heree?
I have a servlet file that uses packaging something like:
package app1.module1;
when i compile in windows, it creates the subdirectories fine and puts the class there, but in linux, it just compiles it in the current directory, without creating appl/module directory.
Does anyone have similar experience heree?