[
https://jira.jboss.org/jira/browse/ISPN-349?page=com.atlassian.jira.plugi...
]
Manik Surtani commented on ISPN-349:
------------------------------------
Thanks for reporting, this has already been reported on the forums and has been fixed in
trunk. Please follow this forum thread for details on how to get and apply the fix.
http://community.jboss.org/message/526641
ClassNotFoundException when starting cache in runGuiDemo.bat because
of problem in the script
---------------------------------------------------------------------------------------------
Key: ISPN-349
URL:
https://jira.jboss.org/jira/browse/ISPN-349
Project: Infinispan
Issue Type: Bug
Affects Versions: 4.0.0.CR4
Environment: Windows
Reporter: Oswaldo Cavalcanti Dantas Junior
Assignee: Manik Surtani
Fix For: 4.0.0.Final
Line 10 in runGUIDemo.bat found in infinispan 4.0.0 CR4 is:
set my_classpath=%my_classpath;..\infinispan-core.jar
There is a missing %. It should be:
set my_classpath=%my_classpath%;..\infinispan-core.jar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira