• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Beginner question

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone!

I just started prepare myself for the 1ZO-808 Exam.
I'm doing one of the first exercises in the book and I already need your help :s
I created C:\\temp\packagea\ClassA.java and C:\\temp\packageb\ClassB.java. When I want to compile in the cmd screen I get the following error:
"'javac' is not recognized as an internal or external command, operable program or batch file.

I don't understand why he's not compiling.

Can anyone help?

Brgds,
Steven
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch!

Search for information on how to set the path for Java
 
Ranch Hand
Posts: 128
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A warm welcome to the Ranch!

Make sure you have the the java installation path on the PATH variable.

 
Steven Verbelen
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Junilu Lacar wrote:Welcome to the Ranch!

Search for information on how to set the path for Java



Thank you twice! Problem solved :-)
 
Steven Verbelen
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Joseph Mokenela wrote:A warm welcome to the Ranch!

Make sure you have the the java installation path on the PATH variable.



Thanks for your help!
 
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Steven, is great that you started preparing for the OCA 1Z0-808 exam.
If you have not done so already you may want to look at the OCA Wall of Fame
https://coderanch.com/wiki/659980/Ocajp-Wall-Fame
to see what resource people have used and how they've prepared for the exam in question.

Aside from your book you have you look into the Enthuware OCA 1Z0-808 question bank after you have gone through the book once or twice.
 
Steven Verbelen
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pete Letkeman wrote:Steven, is great that you started preparing for the OCA 1Z0-808 exam.
If you have not done so already you may want to look at the OCA Wall of Fame
https://coderanch.com/wiki/659980/Ocajp-Wall-Fame
to see what resource people have used and how they've prepared for the exam in question.

Aside from your book you have you look into the Enthuware OCA 1Z0-808 question bank after you have gone through the book once or twice.



Wow, that looks really useful. Thanks you for the recommendation.
 
Pete Letkeman
Bartender
Posts: 1868
81
Android IntelliJ IDE MySQL Database Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Steven Verbelen wrote:Wow, that looks really useful. Thanks you for the recommendation.


You are most welcomed and I'm glad I was able to help you out.
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome again

I would suggest you need a lot of experience for that exam, so maybe you shouldn't sit it before next Spring.
 
Steven Verbelen
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Campbell Ritchie wrote:Welcome again
I would suggest you need a lot of experience for that exam, so maybe you shouldn't sit it before next Spring.


Thank you!
Actually I wrote already a full working program in java with the help of netbeans. Now I wanna switch to a full time programming job so that's why i decided to get all the details right about java and get the needed certificates.
I hope to pass the exam in januari or februari.
reply
    Bookmark Topic Watch Topic
  • New Topic