Need help about "A2LParser-2.3.0-jar-with-dependencies.jar" #39
Replies: 2 comments
-
Hi Ram, Sure, no worries! The only jar file you would need is the "A2LParser-#-jar-with-dependencies.jar" (# replaces the version you are using; the most current one is 2.6.3). You can compile it by yourself using maven. The easier way would be to use the already prepared versions attached to the releases of the Repository I prepared a sample how to use the library with python in https://github.com/Luncher91/A2LParser/blob/master/codegen_python/sample.py Does that help you to get started? |
Beta Was this translation helpful? Give feedback.
-
Hello Lenzen, Thank you very much for the detailed explanation. The script works very well. I will make further testings and will reach out to you in case I encounter an issue which I could not solve. Thanks ! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to use the A2L parser but, I am unable to figure the part about "A2LParser-2.3.0-jar-with-dependencies.jar".
Short background :
I use python scripting and would like to access the Java object structure returned by this package.
And here are few questions -
Coming from C and Python background, maybe the questions I have asked are obvious for a java developer. but, please excuse me for my lack of understanding.
Thanks !
BR,
Ram
Beta Was this translation helpful? Give feedback.
All reactions