Hi,
   If you are using a regular downloaded version then:
    When you put a jar into the libs dir it will be automatically located in
the classpath.
    You can then do jinfo <pid> and find your jar.  Use any class within
that jar inside your app and it should work.

   you can do an experiment:
   go into the libs dir and do: touch myfile.jar
   then start ignite using ignite.sh/ignite.bat

   find your java process (use jps -v) then run jinfo <pid> | grep
myfile.jar

   Send your config file/logs and I'll take a look.


Thanks, Alex



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to