About 1,103,824 results (3,483 milliseconds)

Garbage Collecition in GO

https://groups.google.com/g/go-cd/c/tZQ0SAqWrWM
The above properties that you mentioned are system properties that alter how the garbage collection behaviour in the configuration repository. They must be ...

Encoding for generated sources in jenkins-core

https://groups.google.com/g/jenkinsci-dev/c/mLrAoiYH6bk
You can check this on your system with: jrunscript -e 'println(java.lang.System.getProperty("file.encoding"))' org.jvnet.localizer.Generator calls com.sun ...

java version parse error for gradle plugin 2.6.2 with Java JDK 10.0.1

https://groups.google.com/g/sonarqube/c/2AO11Wf5rDM
May 14, 2018 ... property "sonar.java.binaries", "build/classes/scala/main,build ... quotes around the number "10" or if I use the string "1.10". I can ...

10.0.2 Distribution Issues - java.lang.NoClassDefFoundError: javax ...

https://groups.google.com/g/hippo-community/c/3tVcG8Oxbos
... quotes and non-quotes. Thanks again. -Jimmy.. Christopher ... If so, could you also check the JVM has "java.endorsed.dirs" system property correctly?

Having some issue encoding in Java

https://groups.google.com/g/astrometry/c/cwBTGTk_MFc
Aug 19, 2021 ... ... System.out.println(urlencoded); ... I noticed in Python it used a combination of single and double quotes and in Java its only Double quotes so I ...

JSONObject.get() returns String including quote characters?

https://groups.google.com/g/google-web-toolkit/c/sq818aqXjX8
Jun 28, 2008 ... is because GWT isn't really java, it's very java like. A project ... understand how each piece of the system treats that JSON, since with

Re: SAXParseException when Migrating from ReportUtils ...

https://groups.google.com/g/adwords-api/c/F2EFzZpca3w
To confirm - you're moving from the old java library using AdWordsUser to the new java library using AdWordsSession, right? ... System.out.println("Report was not ...

Unable to configure system property -Dwebdriver.chrome.driver ...

https://groups.google.com/g/webdriver/c/ImKBZCTKnMU
Command run: PS C:\Selenium2> java -Dwebdriver.chrome.driver="C:\Selenium2\chromedriver.exe" -jar .\selenium-server-standalone-2.20.0.jar -role hub

Environ variables are not for configuring software

http://feedproxy.google.com/~r/clojure/~3/IbvCxGIAdnI/env
May 30, 2018 ... ... Java System Properties, they are a language- and OS-agnostic standard. ... It has been enough in shell scripting: single quotes, double quotes, ...

Please help, h2 console in El Capitan very very slow!!!

https://groups.google.com/g/h2-database/c/eqDMd3Zz4E4
- I'm sorry, but can you please explain how to set a system property? I've ... Java code, calls to System.setProperty(). Also how do I get the current ...

Passing command line parameter to the simulation

https://groups.google.com/g/gatling/c/rBvFdR-Mzz8
val scenarioToRun = System.getProperty("scenarioToRun") scenarioToRun is null ... : { "error" : "Can not construct instance of java.lang.Long from String value '

A Fork-Join Calamity

https://groups.google.com/g/mechanical-sympathy/c/xbAiMHS3pOk/m/XWmRUu484RkJ
the property "java.util.concurrent.ForkJoinPool.common.parallelism" or use a ... With system properties in EE (and even SE) you can offload the multi ...

Microprofile integration tests

https://groups.google.com/g/microprofile/c/Zl0fuxmOHSA
// assumes standard app layout for java and non-java resources. // Only ... xml file to be placed directly as system properties in the pom.xml file. A ...

JsonObject and BigDecimal support

https://groups.google.com/g/vertx/c/tmuL7IpoZmE
Aug 25, 2015 ... ... system to system communication from any other Java application using BigDecimals). In other words, sorry but that's a problem the user of ...

Typesafe config override object/array

https://groups.google.com/g/scala-user/c/wzguzEJtLaI
Mar 6, 2013 ... (As an aside, the double quotes show up in the name of the key when iterating the ... properties = reset, properties {. value = override. }.

Open Letter to Play Framework Developers

https://groups.google.com/g/play-framework/c/AcZs8GXNWUc
... java/computer-database-jpa. Try opening a restaurant in Japan. Substitute ... Improve on most vetted properties on Play 1; Develop new functionality that ...

[2.1-RC2] sbt javaOptions not passed to forked process?

https://groups.google.com/g/play-framework/c/dYTIYK21ShY
Jan 10, 2013 ... Looks like I jacked up my paste for the javaOptions line. The trailing quotes are supposed to be """.

Possible String enhancement?

https://groups.google.com/g/project-lombok/c/8iIXrF9Yxz8/m/REWhN2WhJLQJ
And to a normal java compiler, 3 quotes is a syntax error. Everything lombok ... System.out.println(S(/*" A long string started with the slash-star ...

Use strings as IDs in Tinkerpop Gremlin Server?

https://groups.google.com/g/gremlin-users/c/RiHBwmLpRLc/m/JbDCTWEeHAAJ
Jan 22, 2019 ... Right now, put your custom ID in a property, index the property and find back your vertex by the indexed property.

Loading CSV data from Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-csv
The sourceFormat property determines what BigQuery treats as an extra value: CSV: Trailing columns; JSON: Named values that don't match any column names. Quote ...