We have developed a product that uses JSP. Right now, we ship it with JDK1.3. I was looking at the Sun License agreement and it says that it prohibits bundling the JDK with any other product, Oops! So if our customers want it, they've got to get it themselves.

However, Sun *does* allow you to bundle in their JRE.

Question: If I create an installation that bundles only the JRE, will JSP work? The reason I suspect that JSP might not work is because JSP's are compiled and therefore would need the JDK. Anybody have any ideas?

thx

cudabean