Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 300343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:54:19+00:00 2026-05-12T06:54:19+00:00

It has some strange keywords. Please explain the general purpose of the file.

  • 0

It has some strange keywords. Please explain the general purpose of the file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T06:54:19+00:00Added an answer on May 12, 2026 at 6:54 am

    Short version:

    Controls the JVMs which may be picked with startup flags when invoking java or javac.

    Long version:

    Let’s start with the comments

    # List of JVMs that can be used as an option to java, javac, etc.
    # Order is important -- first in this list is the default JVM.
    # NOTE that this both this file and its format are UNSUPPORTED and
    # WILL GO AWAY in a future release.
    

    So we have a list of ‘JVM’s to pass to java/javac. We need to clarify what a JVM is in the context of this file.

    Let’s take one simple line:

    -green ERROR
    

    and experiment

    java -green > /dev/null
    Error: green VM not supported
    

    So it seems that the ERROR flag signals an unsupported configuration.

    Let’s move on to

    -classic WARN
    

    and execute

    java -classic > /dev/null
    Warning: classic VM not supported; client VM will be used
    

    Seems that ‘WARN’ will send us to the default JVM which seems to be ‘client’ for us.

    Then we can take a look at the first line

    -client IF_SERVER_CLASS -server
    

    which seems to signal that the default is server unless the machine is a server-class.

    The next one is

    -server KNOWN
    

    which means that the server JVM is known.

    And finally

    -hotspot ALIASED_TO -client
    

    means that hotspot is equivalent to client.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a .csv list of businesses. The file has some strange characters in.
My installation of XCode 3.2 has begun to exhibit some strange behaviour. When I
New ASP.NET Web API HttpClient has been giving me some strange results. Here is
DataPager has some strange behavior. So to situate the problem, I have a DataPagerReapeater
Recently I came across some strange behaviour of my application. It has been developed
I've found some strange code... //in file ClassA.h: class ClassA { public: void Enable(
I've been having some 'strange' results while comparing dates. table1 has two rows with
I'm getting some strange whitespace between two divs I have. Each div has the
Bit of a strange question. I have a website which has some pages in
We've inherited a rather large Access DB that has some very strange (and unsettling)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.