Thursday, September 19, 2013

Playframework and Ubuntu Tip

I was having trouble getting the 'play' command to work in Ubuntu...
I kept getting unknown argument errors.

It turned out that I had another Play binary in my path from the sox package. That's NOT the right 'Play' :)

The way I fixed this was to put a symlink with a different name to play, say... playf in my bin dir.
Now, you can start play with the 'playf' command.

Problem solved!

ln -s /[path to play]play-2.1.3/play /bin/playf



No comments:

Post a Comment