I'm having problems enabling the 90 day trial license on Linux.

I'm trying to enable the 90-day trial license of the developer version of iMQ 2.0 bystarting up the broker (under RH Linux 7.1) with:jmqbroker -license tryBut I keep getting "Bad license data" when I do it.What's wrong?
[270 byte] By [christenscreen] at [2008-1-2]
# 1
The problem is the permissions on license file are wrong. Assuming youinstalled the product in /opt/SUNWjmq on your linux box do the followingand the license should work:% chmod 666 /opt/SUNWjmq/lib/lic/jmqbrokertry.lic
christenscreen at 2007-7-1 > top of java,Application & Integration Servers,Sun Java System Message Queue...