Dear Lukasz,

Yes, Environment variable CLASSPATH, I wrote above what is content of the
variable.

java -cp is for setting classpath and it is given at Sitegraph page.

I tried just with "java -jar struts2-sitegraph-plugin-2.0.11.1.jar -config
../src/java...", but it is the same.

--
Milan


Lukasz Lenart wrote:
> 
>> I put this in my classpath:
>>
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar;
>>
>> and I run sitegraph from my lib folder:
>>
>> C:\eclipse\workspace\myProject\WebContent\WEB-INF\lib>java -cp ... -jar
>> stru
>> ts2-sitegraph-plugin-2.0.11.1.jar -config ../src/java -views ../../pages
>> -output
>>  shema
> 
> What you mean "classpath"? Environment's variable CLASSPATH?
> What it is: java -cp ...?
> 
> If you add all your jar's to the CLASSPATH, omit -cp parameter, if you
> want to add additional jar's only for this process, add
> java -cp %CLASSPATH%;c:\path\to\my.jar
> 
> if you start
> java - cp c:\path\to\my.jar
> 
> it will overwrite the system CLASSPATH, java will not use them.
> 
> 
> Regards
> -- 
> Lukasz
> http://www.lenart.org.pl/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--Struts-configuration-vizualization-tp18342762p18383505.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to