Use Eclipse to generate the java Classes corresponding to a ASN.1description -


i installed asn.1 editor plugin in eclipse , wrote code

editor http://asneditor.sourceforge.net

-- created: mon may 06 19:38:15 cest 2013 asn-module definitions automatic tags ::= begin

client ::= sequence { lientnumber integer}

server ::= sequence { lientnumber integer, serverstring string } end

but don't found how use editor generate java classes corresponding asn.1 description

you need use asn compiler that. can try one:

http://sourceforge.net/projects/jac-asn1/


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -