class - Not being able to run script with java jASN1 compiler -


after searching through net , forum, , still being stuck @ dead point, decided ask question here.
want read asn1 binary files , parse csv files. found on forum there bouncy castle library handles asn1 files, more convinient map asn1 files java classes.
under 1 of posts on site, found out java class generator exists, decided try 1 asn lab , followed instructions on how add , install compiler eclipse, realized software not free.

so tried use 1 openmcu's 1 , followed user guide www.openmuc.org/asn1/user-guide/ , since it's free , i've seen it's still maintained. followed these instructions , imported .jar files directory
build/libs-all eclipse user libraries.

the next step describe running script: in first step have compile asn.1 code of choice java classes. run compiler can use run scripts linux , windows found in run-scripts folder. executing scripts without parameters print information screen.

but don't how program work in run-time, script has run java code?

i looked here: https://github.com/juherr/jasn1/tree/master/sample, , followed instructions under readme.txt file. tried run script command line see if works:

**"c:\users\a661517\documents\radiation project\jasn1-1.8.1\jasn1\run-scripts\jasn1-compiler.bat" -f x690berexample.asn -o "generated/" -ns "generated"** 

i getting **error: not find or load main class project\jasn1-1.8.1\jasn1\run-scripts\..\build\libs-all**

i put encodedecodesample.java class github page under /sample in libs-all folder , java class has main function.

sorry inconvenience , thank in advance.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -