• 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

Need to install jvm

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I am a beginner in java and wish to practice a lot of practical coding. I am not able to find the right means of installing a jvm in my comp..If anyone has a source or idea to do it..please help me out..
Thanks
Kavin Preethi N
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you install java, you will be installing your JVM. Make sure that your environment variables are set correctly.

http://www.jibble.org/settingupjava.php


http://www.cafeaulait.org/books/jdr/chapters/02.html
[ September 10, 2008: Message edited by: arulk pillai ]
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to compile your own programs, you will need to install the JDK (Java Development Kit).

Download JDK 6 Update 7 and follow the installation instructions.

See the Java Beginners FAQ.
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if jdk is on your mashine))Maybe IDE can help you ... eclipse.org... or youn can search for NetBeans...
 
Marshal
Posts: 79151
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Disagree. If you are a raw beginner, you have enough of a "learning curve" without trying to learn an IDE as well.
Forget about Eclipse or NetBeans until you have several months' experience of programming without.
 
Anton Pechsherov
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont think so, what problem in future can.. if you are starting learning java with IDE?
[ September 11, 2008: Message edited by: Anton Pechsherov ]
 
Anton Pechsherov
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
bag... two same posts...

[ September 11, 2008: Message edited by: Anton Pechsherov ]
[ September 11, 2008: Message edited by: Anton Pechsherov ]
 
Campbell Ritchie
Marshal
Posts: 79151
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem you are risking is mental overloading and failing to understand the Java.
 
Anton Pechsherov
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think ... there is some truth))
[ September 11, 2008: Message edited by: Anton Pechsherov ]
reply
    Bookmark Topic Watch Topic
  • New Topic