Paulo,
Paulo Dias wrote:
> to make java work with mozilla WITHOUT 1.3 being the default:
>
> 1 - create a ini_java.cmd file in your java13\jre\bin
>
> in that ini_java.cmd write:
>
> set beginlibpath=<drive>\java13\jre\dll;
> set path=<drive>\java13\jre\bin;%path%
> set java_home=<drive>\java13\jre
>
> 2 - go to the mozilla dir
> make a warpzilla.cmd with this:
>
> call <drive>\java13\jre\bin\ini_java.cmd
> set mozilla_home=<mozilla dir> (optional)
> mozilla.exe
>
> java should work now... test it by going to Tasks -> Tools and see if
> java console is greyed out...
I tried setting my environment as you suggested, but that did not help .
After I restarted mozilla, it still had the java console greyed out :-(