Thread: Compiler code

Results 1 to 2 of 2
  1. #1 Compiler code 
    Registered Member
    Join Date
    Jun 2010
    Posts
    55
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I need just a normal compiler..
    However my compiler works but it saves the .class files to the main /server folder instead of server/bin.. I need the .class files to go to server/bin not the normal /server folder.

    Thank you!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    javac -d ./bin/ src/*.java
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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