when I try to run a java program on my mac or linux box with the
<code>
java -version:1.6+ -jar jdesigner.jar
</code>
it tells me there is no jre found meeting the requirements even though when I type
<code>
java -version
</code>
it tells me the version is 1.6.0_20 or some such. I have tried the exact string as well, no luck.
--douglas