How do I modify the java source code and apply it?
kimjongmo opened this issue · 2 comments
After modifying the config.java file, I ran the java -cp blockchain-client.jar org.app.network.CreateChannel command. However, it says that it can not find or load the base class org.app.network.CreateChannel.
If I want to use the changed source, can you tell me what the process should be?
Please see if you chose the snapshot jar with dependencies under the target folder.
Please verify if the below command was run:
cp blockchain-java-sdk-0.0.1-SNAPSHOT-jar-with-dependencies.jar blockchain-client.jar
If you would like to contribute, please see the CONTRIBUTING.md file for more information.
If you would like to modify the source to experiment, please fork the repository.
Thanks,
Balaji
@kimjongmo Please re-open the issue if you still have a problem running the code.