Top "System-properties" questions

System properties a key value pairs that can be provided to an application, often used to configure it at run time.

How to read Maven properties from JUnit test?

I'm using Maven 3.0.3 with JUnit 4.8.1. In my JUnit test, how do I read the project.artifactId defined in my Maven …

maven junit system-properties
How to convert all Java System Properties to HashMap<String,String>?

This nice article shows us how to print all the current system properties to STDOUT, but I need to convert …

java hashmap system-properties
Set System propery to Null in Java

In my unit tests I need to set the "workingDir" system property to Null. But I can not do somesing …

java system-properties
Set system properties for Android application

Can I (in the Manifest file or somewhere else) set system properties for my Android application? I want to use …

android configuration android-manifest system-properties
Java system Properties, http.proxyHost, two questions

I am developing a Java application that makes HTTP requests, and half of my development time is behind a proxy. …

java properties proxy system-properties
Weblogic set system property and use in java

I'm running Weblogic locally, but will run also be run in production on server instances administred from weblogic server I …

java weblogic system-properties
If I specify a System property multiple times when invoking JVM which value is used?

If I specify a system property multiple times when invoking the JVM which value will I actually get when I …

java jvm system-properties
[JBoss AS7]: where to set environment properties

I need to set the jvm system property file.encoding to utf-8, in my JBoss7 environment. Where do I have …

encoding jboss jvm jboss7.x system-properties
Crowdsourcing a Complete list of Common Java System Properties and Known Values

I've been inspired by another question: Best Practice for Using Java System Properties I'm currently looking for a complete list …

java properties system-properties crowdsourcing
How to pass a system property to gradle with the jenkins gradle plugin?

I have a gradle tasks that deploys some stuff to bintray using curl. For this to work it needs my …

jenkins gradle system-properties bintray