문제

I installed this ASN.1 editor plugin to in my Eclipse and i wrote this 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 I don't found how to use this Editor to generate the java Classes corresponding to my ASN.1 description

도움이 되었습니까?

해결책

You need to use an ASN compiler for that. You can try this one:

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

다른 팁

A glance at the website suggests this plugin does not have the functionality you desire. It appears to be designed to make it easier to write ASN.1 grammars, but not to generate Java code for them.

I would suggest you Google for "asn1 java compiler" and try some of the current popular options.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top