I have some code that compiles just fine on Windows 2000.
I then transfer the *.java files (67 in number) to a Linux box. (Red Hat Linux Advanced Server release 2.1AS/i686 Pensacola to be specific.) When I compile it, javac misses the first file alphabetically. I transfered all the files in the same manner, so it shouldn't be an issue of corruption.
So, here' my hack. I make a dummy class - aaaa.java. It does nothing. But it is before everything alphabetically. Now everything compiles, including aaaa.class.
Does anyone have a clue what is going on here? We run our code from Development to Integration and finally to Production. THE SAME THING happens on the Development and Integration boxes. I DON'T want to do this silly dance in Production.
Has anyone had this experience? Does javac miss a file? And remember, it doesn't give an error message. It's like it doesn't see the file at all.
I then transfer the *.java files (67 in number) to a Linux box. (Red Hat Linux Advanced Server release 2.1AS/i686 Pensacola to be specific.) When I compile it, javac misses the first file alphabetically. I transfered all the files in the same manner, so it shouldn't be an issue of corruption.
So, here' my hack. I make a dummy class - aaaa.java. It does nothing. But it is before everything alphabetically. Now everything compiles, including aaaa.class.
Does anyone have a clue what is going on here? We run our code from Development to Integration and finally to Production. THE SAME THING happens on the Development and Integration boxes. I DON'T want to do this silly dance in Production.
Has anyone had this experience? Does javac miss a file? And remember, it doesn't give an error message. It's like it doesn't see the file at all.