Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: LapTop PC and JVM and SDK1.7.0_51 kits

  1. #1
    Member
    Join Date
    Dec 2013
    Location
    Honolulu
    Posts
    83
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default LapTop PC and JVM and SDK1.7.0_51 kits

    Anybody can tell me why on the DOS command prompt, javac HelloWorld.java doesn't compile on the DOS commnd prompt line? It should read HelloWorld.class. File on the root directory of the sdk path to c:\

    Please help, want to know why it cannot compile. What is happening with the JVM on my home Lap Top PC?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: LapTop PC and JVM and SDK1.7.0_51 kits

    Can you copy the contents of the command prompt window from when you execute the javac command and paste it here?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Member
    Join Date
    Dec 2013
    Location
    Honolulu
    Posts
    83
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default Re: LapTop PC and JVM and SDK1.7.0_51 kits

    c:\Program Files\Java\jdk1.7.0_51\lib>


  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: LapTop PC and JVM and SDK1.7.0_51 kits

    I have no idea what your post is for or what it means.

    This is what I expected to be posted. Showing the use of the javac command:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    D:\JavaDevelopment\Testing\ForumQuestions9>javac testcode.java
    'javac' is not recognized as an internal or external command,
    operable program or batch file.

    D:\JavaDevelopment\Testing\ForumQuestions9>
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. RFC - Development laptop
    By Blackbird in forum Computer Support
    Replies: 3
    Last Post: July 5th, 2020, 06:12 AM
  2. laptop usage application
    By keepStriving in forum Java Theory & Questions
    Replies: 1
    Last Post: December 6th, 2013, 01:03 PM
  3. Replies: 1
    Last Post: November 29th, 2010, 08:28 AM