retrieving JVM parameters

From: Juergen Ockert (clj3110.5.jockert_at_spamgourmet.com)
Date: 10/31/04


Date: Sun, 31 Oct 2004 13:40:33 +0100

Hi there,

is there any possibility to get the JVM parameters which are entered at the
command line within your java code?

If an application was started with
java -verbose -classpath ../ HelloWorld myParams
the main method only receives myParams, the JVM parameters are stripped :-(
I've looked in many places, even the java source - but didn't find
something.

Thanks for any hints!

Juergen



Relevant Pages

  • RE: Calling a Web Service hosted on a Web Logic server from a C# SOAP
    ... > XXXServices) hosted on a Web Logic server from a C# SOAP client. ... > causes the client to crash. ... a Java client that accesses the same web service succeeds. ... Deploy the Java code as some kind of intermediate "translator" ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Microsoft Losing Interest in C#?
    ... > write tests in Java, translate them, and ensure that both versions act ... I think array covariance of primative types(or atleast ... and I wouldn't think that java code would be ... For me, personally, architectural conventions can go along way towards ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Converting a JAVA SHA1 Encryption Scheme
    ... functionality of the java code. ... >> piece of a Java encryption scheme that uses SHA1. ... >> trying to reproduce this code in .Net so that I can ... >> specifically how to reproduce this functionality using ...
    (microsoft.public.dotnet.security)
  • Re: Road to Clojure Survey
    ... native immutable collections are just one ... Aren't Clojure's collection classes just a library and the Clojure ... a reason why those classes could not be used in normal Java programs? ... Existing Java code will not just automagically work with them in the ...
    (comp.lang.lisp)
  • Re: issue locating error in JSP/compiled Java web application
    ... The challenge for Tomcat error messages is that JSP files are first translated into much longer Java files. ... These files contain the Java code you wrote plus printing code to write all the HTML you had in your JSP file. ... Scan for references to _jsp.java files -- these are the Java translations of your JSP files. ...
    (comp.lang.java.programmer)