Sending complex arguments to a java program

Posted by jax on Stack Overflow See other posts from Stack Overflow or by jax
Published on 2010-05-28T19:02:17Z Indexed on 2010/05/28 19:12 UTC
Read the original article Hit count: 122

Filed under:

I need to supply a binary license file to a java program. What is the best way to do this? The data will change all the time so I don't want to have to write a file and then read it back every time.

The Data is coming from a PHP page

© Stack Overflow or respective owner

Related posts about java