Results 1 to 5 of 5
Like Tree3Likes
  • 2 Post By Norm
  • 1 Post By DarrylBurke

Thread: Compiler Error, Please any help?

  1. #1
    Liberate is offline Member
    Join Date
    Feb 2012
    Posts
    1
    Rep Power
    0

    Question Compiler Error, Please any help?

    Okay, So when I want to compile me RSPS I get this error:

    http://prntscr.com/5usa6
    Last edited by Liberate; 02-04-2012 at 09:52 AM.

  2. #2
    christopherx is offline Member
    Join Date
    Oct 2011
    Posts
    92
    Rep Power
    0

    Default Re: Compiler Error, Please any help?

    Are you sure you're passing it a java file?

    javac <javafile> to compile.
    java <javaclassname> to run.

  3. #3
    Vampiricx3 is offline Member
    Join Date
    Feb 2012
    Posts
    31
    Rep Power
    0

    Default Re: Compiler Error, Please any help?

    As Christopher said above, but as a more clearer, noob friendly way.
    Java Code:
    javac <javafile>.java
    java <javafile>

  4. #4
    Norm's Avatar
    Norm is offline Moderator
    Join Date
    Jun 2008
    Location
    SW Missouri
    Posts
    14,795
    Rep Power
    20

    Default Re: Compiler Error, Please any help?

    To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The selection will show
    Click in upper left again
    Select Edit and click 'Copy'

    Paste here.
    DarrylBurke and Fubarable like this.

  5. #5
    DarrylBurke's Avatar
    DarrylBurke is offline Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    10,093
    Rep Power
    17

    Default Re: Compiler Error, Please any help?

    Correct. Most forum veterans (self included) won't click links. Some who are willing to click a link may find the free hosting site blocked by a corporate firewall.

    But most of all, by posting the error message and not a link to a screenshot, you make it easier for someone to help you.

    db
    Fubarable likes this.
    Why do they call it rush hour when nothing moves? - Robin Williams

Similar Threads

  1. Compiler error please help
    By ShortIt in forum New To Java
    Replies: 5
    Last Post: 02-15-2011, 11:11 PM
  2. ERROR - Failed to run workflow compiler
    By Fineas in forum Eclipse
    Replies: 0
    Last Post: 11-17-2010, 01:05 PM
  3. java compiler error
    By arshesander in forum New To Java
    Replies: 7
    Last Post: 02-21-2010, 04:18 AM
  4. Replies: 3
    Last Post: 01-23-2009, 08:53 AM
  5. Compiler Error
    By jeneal in forum New To Java
    Replies: 5
    Last Post: 12-13-2007, 01:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •