Escaping equal sign in properties files

Posted by joshua on Stack Overflow See other posts from Stack Overflow or by joshua
Published on 2010-03-09T06:00:33Z Indexed on 2010/03/09 6:06 UTC
Read the original article Hit count: 522

Filed under:
|

Hi guys,

How do i escape the equals ('=') sign in java properties file? i would like to put something like table.whereclause=where id=100 .

thanks.

Josh

© Stack Overflow or respective owner

Related posts about properties

Related posts about java