1
vote
7answers
179 views
Reading java .properties file from bash
I am thinking of using sed for reading .properties file, but was wondering if there is a smarter way to do that from bash script?
1
vote
1answer
53 views
configuration for java class library on tomcat distibution
What is the best practice for configuring a java class library?
At my work, i am writing a class library. Some of the classes needs a configuration to work with our system setup. …
2
votes
7answers
884 views
How to use java property files?
So I have a list of key/value pairs of configuration values I want to store as java property files, and later load and iterate through.
Questions:
Do I need to store the file in …
0
votes
1answer
121 views
Java Properties File in Eclipse
That's basically it...How do I create it?? I've been trying to find it and googling for it but found nothing yet...maybe I'm just overlooking it...but I already got sort of despera …
0
votes
2answers
93 views
How to enclose text patterns within xml elements, except when it is already inside a certain xml element?
I have several thousand xml files generated from java properties files prepared for translation in the TTX format. They contain quite a few variables, that I need to protect from t …
