Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #19273

Re: Extreme beginer

Received by 10.66.81.200 with SMTP id c8mr1303772pay.1.1350095846646; Fri, 12 Oct 2012 19:37:26 -0700 (PDT)
Received by 10.68.216.132 with SMTP id oq4mr1587737pbc.8.1350095846630; Fri, 12 Oct 2012 19:37:26 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!newsfeed.news.ucla.edu!usenet.stanford.edu!kr7no25222322pbb.0!news-out.google.com!s9ni3442pbb.0!nntp.google.com!kt20no30344262pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.java.programmer
Date Fri, 12 Oct 2012 19:37:26 -0700 (PDT)
In-Reply-To <ad9a7570-8137-4e9a-a15f-a05b665ae083@googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=24.18.212.160; posting-account=eI-sdAoAAADz9KwBuVAXJN_7wuu5YBT1
NNTP-Posting-Host 24.18.212.160
References <185c90a4-992e-46f2-9a65-6242485ab584@googlegroups.com> <k55dtu$cds$1@dont-email.me> <ad9a7570-8137-4e9a-a15f-a05b665ae083@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <0ea6f71e-7c1b-4819-add8-559bcca1c5e6@googlegroups.com> (permalink)
Subject Re: Extreme beginer
From K <kalezwe@gmail.com>
Injection-Date Sat, 13 Oct 2012 02:37:26 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.java.programmer:19273

Show key headers only | View raw


On Thursday, October 11, 2012 12:07:04 AM UTC-7, Lew wrote:
> markspace wrote:
> 
> > K wrote:
> 
> >> This is what I have in eclipse and when I run the program in regular
> 
> >> and debug mode nothing seems to work only some code stuff appears at
> 
> >> the bottom of the screen in some pane and I don't know why because in
> 
> >> the book i'm reading thats not what happens
> 
> > 
> 
> > That "code stuff" might be important, dontcha think?  Copy and paste it 
> 
> 
> 
> That is, do not paraphrase it.
> 
> 
> 
> > here, exactly as it appears.  Getting the details exactly correct are 
> 
> > important, otherwise we can't help you.
> 
> 
> 
> It's likely that the error messages you saw contain the answers you seek.
> 
> 
> 
> > When I tried this just now, I saw the string "hello" appear on the 
> 
> > Console tab.  Make sure you're looking at that one.  When I deliberately 
> 
> > introduced an error, the errors also appeared in the Console tab.
> 
> 
> 
> I am betting you didn't invoke the compiler or runtime correctly, K.
> 
> 
> 
> -- 
> 
> Lew

Usage: javaw [-options] class [args...]
           (to execute a class)
   or  javaw [-options] -jar jarfile [args...]
           (to execute a jar file)

where options include:
    -server	  to select the "server" VM
    -hotspot	  is a synonym for the "server" VM  [deprecated]
                  The default VM is server.
                  
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A ; separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Extreme beginer K <kalezwe@gmail.com> - 2012-10-10 20:10 -0700
  Re: Extreme beginer markspace <-@.> - 2012-10-10 20:20 -0700
    Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-11 00:07 -0700
      Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-12 19:37 -0700
  Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-12 19:36 -0700
    Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-12 22:37 -0700
      Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 12:18 -0700
        Re: Extreme beginer markspace <-@.> - 2012-10-13 12:44 -0700
          Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 14:30 -0700
        Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-13 13:09 -0700
          Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 14:31 -0700
    Re: Extreme beginer markspace <-@.> - 2012-10-13 08:54 -0700
      Re: Extreme beginer markspace <-@.> - 2012-10-13 09:02 -0700

csiph-web