Problem with JQuery color picker plugin : newbie to JQuery

Problem with JQuery color picker plugin : newbie to JQuery


Hi,
I'm a newbie in JQuery. I'm not able to run JQuery sample code in my
java application.
I'm trying to use a Color Picker - jQuery plugin.
I've followed the steps mentioned in the following URL
http://www.eyecon.ro/colorpicker/#implement
but still it is displaying error message, 'JQuery is not defined'.
I've downloaded , http://code.jquery.com/nightlies/jquery-nightly.build.zip
, the following file,
and placed in /opt/JQuery, and used make to build JQuery.
I've set the path of all the js files in /opt/JQuery/dist/ in my jsp
files/
<script type="text/javascript" src="/opt/JQuery/dist/jquery.min.js"></
script>
<script type="text/javascript" src="/opt/JQuery/dist/jquery.js"></
script>
<script type="text/javascript" src="/opt/JQuery/dist/jquery.lite.js"></
script>
<script type="text/javascript" src="/opt/JQuery/dist/jquery.pack.js"></
script>
Please help.
I'm very much interested in using JQuery color picker plugin in my
application.
Thanks in advance,
Pearl