Results 1 to 12 of 12

Thread: FAQ java

  1. #1
    DaoK
    Guest

    FAQ java

    In for Java forum it will be nice if you post how to publish the work. In vb it's simple with Make project.exe but with Java I do not see how can I show to someone PC my project if he does not have Jbuilder

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    The other PC will have to have JVM installed. The you can use a command line to run java with calling your class.

  3. #3
    DaoK
    Guest
    JVM = java virtual machine ?

    and how the command line work ?

  4. #4
    Originally posted by DaoK
    JVM = java virtual machine ?

    and how the command line work ?
    1. Yes
    2.
    Code:
    javac SomeFile.java     compiles
    java SomeFile     runs
    javaw SomeFile    runs without console

  5. #5
    DaoK
    Guest

  6. #6
    *inhales* No.

  7. #7
    DaoK
    Guest
    i do not see where I can download the virtual thing

  8. #8
    You already have it if you can program in Java. I suggest you get a good book on Java since you seem to be struggling with some of the concepts; VB is such a horrible first language.

  9. #9
    DaoK
    Guest
    I have a book but I did not read it all... and I just wanted to know.

  10. #10

  11. #11
    DaoK
    Guest
    I know but at school it's so bullchit grr we do nothing I have to learn all by myself!

  12. #12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width