Jump to content

Help me please

- - - - -

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

#1
mohit1007

mohit1007

    Newbie

  • Members
  • Pip
  • 2 posts
Hi.
I am in so so trouble.. Please guys help me out..I am not from computer background.
but due to some academic reason i have to solve the following java code..If you guys can go to
http://www.falstad.com/vector3de/
Click on "the source" to view the source code.
Even the instructions are also given..But i am not from computer background..
If you guys can just take out 15 min of your time and compile and teach me how to compile it.. it will be a life saver..
Please reply back urgently

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You'll need to use the javac command on each .class file.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
wim DC

wim DC

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,084 posts
I think you mean to use javac on each .java file, and a .class file will appeir after compilation of the .java file

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
err... yeah. Slightly backwards.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog