Processing java path finder

If you are referring to this Path Finder, it comes with a working example. It is quite long but there are many different options. If you are interesting only in the A* path finder algorithm, you can narrow the code down to the line that concern only that particular algorithm, get rid of all the GUI elements, deal with only 1 map and then you will have the basic on how to use it.