- Install latest Java Development Kit (JDK) and configure the environment variables.
- Install eclipse and configure it to compile Java
- Download Bouncy Castle Jar from https://www.bouncycastle.org/download/bcprov-jdk15on-159.jar .
- Import it on eclipse. Open Windows >preferences in the Eclipse menu, and navigate to the Java>Build path > User Libraries tab. Click new and enter a new User Library name: like “bouncycastle_lib” and hit ok. With “bouncycastle_lib” selected press Add External JARs.Click Apply and Close.
- Also add the class path for the external jar.
- Go to File->Open Projects from file System->Directory->choose the src folder.
- Use the run Button to run the code.
- Blockchain
- Java
- Eclipse IDE