RhythmAddict112
Programmer
Hi All,
Pretty new to java - so bear with me, please. I do think the problem is probably a simple one. In short, another developer had to change the JAVA_HOME environment variable from jdk1.4 to jdk1.5. However, after doing so JSPs in a certain directory don't work (no error at all, no 404, they simply render nothing) So it looks like the compiler isn't "seeing" these JSPs. How can I resolve this? Just for reference...If I drop a new JSP into that same directory, the same issue occurs...If I go to the work directory after dropping a JSP file into said directory, it does not show up. Thanks for your help!
Pretty new to java - so bear with me, please. I do think the problem is probably a simple one. In short, another developer had to change the JAVA_HOME environment variable from jdk1.4 to jdk1.5. However, after doing so JSPs in a certain directory don't work (no error at all, no 404, they simply render nothing) So it looks like the compiler isn't "seeing" these JSPs. How can I resolve this? Just for reference...If I drop a new JSP into that same directory, the same issue occurs...If I go to the work directory after dropping a JSP file into said directory, it does not show up. Thanks for your help!