Revision history [back]

click to hide/show revision 1
initial version

answered 2014-07-24 04:53:41 +0800

chillworld gravatar image chillworld flag of Belgium

https://github.com/chillw...

If you use maven :

add this to your pom :

<dependency>
     <groupId>bsh</groupId>
     <artifactId>bsh</artifactId>
     <version>1.3.0</version>
</dependency>

If you don't use maven :

Download jar here and put it as dependency.

Greetz chill.

If you use maven :

add this to your pom :

<dependency>
     <groupId>bsh</groupId>
     <artifactId>bsh</artifactId>
     <version>1.3.0</version>
</dependency>

If you don't use maven :

Download jar here and put it as dependency.

For your question : Where is the class "bsh.NameSpace" ?
You don't have it, that's why the ClassNotFoundException is thrown.

Greetz chill.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More