The Artima Developer Community
Sponsored Link

Java Buzz Forum
Evil Java Command Line Options

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Evil Java Command Line Options Posted: Oct 1, 2004 10:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Evil Java Command Line Options
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
I had to laugh when I read about the new openGL command line option. There are two different options: true and True. As in: To silently enable the OpenGL-based pipeline, specify the following system property on the command line: -Dsun.java2d.opengl=true To receive verbose console output about whether the OpenGL-based pipeline is initialized successfully for a particular screen, specify "True" (note the uppercase T) : -Dsun.java2d.opengl=True In fact, I have always been a little bothered with the command line options that we get with Java commands. I am from the GNU school that says: There are short hand options, and long hand options. Short hand options use one - sign. Long hand options use two --. I don't know HOW many times I type: % java --version % java -v before I get to the correct % java -version I would have much prefered to have -cp and --classpath for example. I wish they followed that convention. I also want java --help to show me all of the possible options (including X options for a particular JVM?) Oh well. Maybe it is just me!

Read: Evil Java Command Line Options

Topic: IRC Text to Speech with Java Previous Topic   Next Topic Topic: Notes on flickr.com: Hemp Hill Apt.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use