Skip to content
Snippets Groups Projects

Resolve "Null Pointer Exception"

Merged Sebastien requested to merge 14-null-pointer-exception into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -53,3 +53,11 @@ popd
@@ -53,3 +53,11 @@ popd
```
```
 
 
# Generate jar file
 
 
```shell
 
$ mvn package
 
$ cd unl-tools-main/target
 
# you should see unl-tools-main-0.9.jar that is the standalone jar file.
 
```
 
\ No newline at end of file
Loading