Jump to content

Installing And Setting Up

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
Hello people I need help with installing java and setting it up :$ , I need to install it cause i will be studying course of web application development this semester , I previously used Eclipse for it but now i need to use the simple Java , the cmd line one :o

#2
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
If it worked in Eclipse then you do have the command line one. Open up your command line and type in "java" to see if it's there. It should report that you didn't give it a file to run with, which would be true, but it verifies that it's there.
Wow I changed my sig!

#3
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
is it like the one in which you have to set like that environmental variable for it ?cause that is the simple java i think , i wont be allowed to use any IDE for it so thats why i want that one

#4
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
I know I have my JAVA_PATH and JAVA_HOME environment variables set, but it shouldn't be that hard to set an environment variable. Also your $PATH variable will have to point to where the JVM is or to a symlink of it. It's not that hard to get everything set up, really. What OS are you on?
Wow I changed my sig!

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
If you were able to run it with Eclipse, you have it. You will still need some sort of editor to write your programs, however.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog