Skip to content

Files

Latest commit

Oct 9, 2014
87fd40d · Oct 9, 2014

History

History
This branch is 115 commits ahead of ziy/software-engineering-preliminary:master.

read_resource_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 9, 2014
Oct 9, 2014
Oct 9, 2014

An example of using a resource (a dictionary) from a deployed maven jar

Usage. First, install the dictionary. Go to the folder dict-resource, type:

mvn install

Then go to the directory dict-user, then type:

mvn exec:java -Dexec.mainClass=test

The content of the dictionary file should be printed (twice). For details, study the file dict-user/src/main/java/test.java