Commit a59242d5 authored by Claus Nagel's avatar Claus Nagel
Browse files

Update README.md

parent f438a7ab
......@@ -51,8 +51,8 @@ ade-xjc provides the sample CityGML ADE Schema `CityGML-SubsurfaceADE-0_9_0.xsd`
From within the `ade-xjc-<version>` folder, launch ade-xjc with the following command.
% java -jar ade-xjc.jar -clean -binding sample/binding.xjb -output sample/src-gen -package ade.sub.jaxb
sample/CityGML-SubsurfaceADE-0_9_0.xsd
% java -jar ade-xjc.jar -clean -binding sample/binding.xjb -output sample/src-gen
-package ade.sub.jaxb sample/CityGML-SubsurfaceADE-0_9_0.xsd
This will compile the `CityGML-SubsurfaceADE-0_9_0.xsd` schema to JAXB classes that are generated in the folder `sample/src-gen`. If you are running ade-xjc with Java 8, you will have to allow access to external XSD files by adding the following JVM argument to the above command.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment