Adam Yong
Adam Yong

Reputation: 59

Any MPXJ in Java example?

I'm new to MPXJ would like to know more regarding MPXJ but I googled found lack of example or tutorial regarding it, any sample example regarding it? I will appreciate

Upvotes: 0

Views: 2930

Answers (2)

Adam Butler
Adam Butler

Reputation: 3037

This blog post has a nice simple example of writing a project file http://www.iniy.org/?p=337

Upvotes: 0

Jon Iles
Jon Iles

Reputation: 2579

Have a look at the "getting started" pages on the web site for a general overview. There is also a small set of examples in the sample package which forms part of the source distribution. This will give you an idea of the basics of handling project files.

If you have anything specific you'd like to see, either in the getting started documentation, or the sample code, I'm happy to add something for you.

Jon

p.s. I maintain MPXJ - hence my interest!

Upvotes: 1

Related Questions