Thread: Help with running and compiling.

Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36
  1. #11  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Quote Originally Posted by Insanity RSPS View Post
    Attached image
    Code:
    @echo off
    cd ./src
    "find location of your jdk javac.exe" -cp -d ./bin/ ./com/brutality/*.java
    pause


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  2. #12  
    OS-Legacy Owner
    Stoned Bruh's Avatar
    Join Date
    Apr 2016
    Posts
    244
    Thanks given
    15
    Thanks received
    6
    Rep Power
    16
    Quote Originally Posted by arch337 View Post
    Code:
    @echo off
    cd ./src
    "find location of your jdk here" -cp -d ./bin/ ./com/brutality/*.java
    pause
    Now i'm getting this.
    Attached image

    Attached image
    Attached image
    Reply With Quote  
     

  3. #13  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Quote Originally Posted by Insanity RSPS View Post
    Now i'm getting this.
    Attached image

    Attached image
    Code:
    @echo off
    cd ./src
    "C:\Program Files\Java\jdk1.7.0_79\bin\javac.exe" -cp . -d ../bin/ ./com/brutality/*.java
    pause
    Your run:

    Code:
    @echo off
    title Test
    cd ./bin
    java -Xmx250m -cp bin;deps/*; com/brutality/Client Main_Values
    pause


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  4. #14  
    Developer


    Join Date
    Oct 2013
    Age
    29
    Posts
    1,038
    Thanks given
    689
    Thanks received
    321
    Rep Power
    260
    Quote Originally Posted by Insanity RSPS View Post
    Now i'm getting this.
    Attached image

    Attached image
    f you can't even make these then you most definitely should be using eclipse as it does this for you :/... lol

    Attached image
    Spoiler for vouches(20+):

    Reply With Quote  
     

  5. #15  
    OS-Legacy Owner
    Stoned Bruh's Avatar
    Join Date
    Apr 2016
    Posts
    244
    Thanks given
    15
    Thanks received
    6
    Rep Power
    16
    Quote Originally Posted by arch337 View Post
    Code:
    @echo off
    cd ./src
    "C:\Program Files\Java\jdk1.7.0_79\bin\javac.exe" -cp . -d ../bin/ ./com/brutality/*.java
    pause
    Your run:

    Code:
    @echo off
    title Test
    cd ./bin
    java -Xmx250m -cp bin;deps/*; com/brutality/Client Main_Values
    pause
    Same problem
    Attached image
    Attached image
    Reply With Quote  
     

  6. #16  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Why are you being stupid?
    Does not using an IDE make you a better developer in any way? Is that something you believe? If so, head back to the first question.
    It's no longer 2007 where batch files are a necessity. IDEs do all the compiling for you, they build the paths for you, they run all necessary libraries on their own when included. An IDE will do basically everything for you. Not to mention all IDEs support debug mode which is basically a mode in which you can develop in real-time, meaning the very second you save a class, it will be automatically compiled and the updates will already be in effect even if the game is already running. Now I'll ask you one question -> Can your batch files do any of this?
    IDEs also support automatic alignment for improved reading, automatic end-brackets after entering the start bracket, suggestions what your next move may be and tons, TONS of more things. Why the fuck do you feel the urge to torture yourself with notepad and batch files combo?
    Just learn it. It'll take you a couple hours to get the hang of the program, it'll save you a couple hours of time in development on the first day alone..
    Attached image
    Reply With Quote  
     

  7. Thankful user:


  8. #17  
    OS-Legacy Owner
    Stoned Bruh's Avatar
    Join Date
    Apr 2016
    Posts
    244
    Thanks given
    15
    Thanks received
    6
    Rep Power
    16
    Quote Originally Posted by Kris View Post
    Why are you being stupid?
    Does not using an IDE make you a better developer in any way? Is that something you believe? If so, head back to the first question.
    It's no longer 2007 where batch files are a necessity. IDEs do all the compiling for you, they build the paths for you, they run all necessary libraries on their own when included. An IDE will do basically everything for you. Not to mention all IDEs support debug mode which is basically a mode in which you can develop in real-time, meaning the very second you save a class, it will be automatically compiled and the updates will already be in effect even if the game is already running. Now I'll ask you one question -> Can your batch files do any of this?
    IDEs also support automatic alignment for improved reading, automatic end-brackets after entering the start bracket, suggestions what your next move may be and tons, TONS of more things. Why the fuck do you feel the urge to torture yourself with notepad and batch files combo?
    Just learn it. It'll take you a couple hours to get the hang of the program, it'll save you a couple hours of time in development on the first day alone..
    Roast me lel
    Attached image
    Reply With Quote  
     

  9. #18  
    Developer


    Join Date
    Oct 2013
    Age
    29
    Posts
    1,038
    Thanks given
    689
    Thanks received
    321
    Rep Power
    260
    Quote Originally Posted by Insanity RSPS View Post
    Roast me lel
    Don't be an idiot and listen to him then? seriously everything he said is 100% right. you're an idiot to not want to use an IDE in 2017. Especially if you don't know shit.

    Attached image
    Spoiler for vouches(20+):

    Reply With Quote  
     

  10. #19  
    OS-Legacy Owner
    Stoned Bruh's Avatar
    Join Date
    Apr 2016
    Posts
    244
    Thanks given
    15
    Thanks received
    6
    Rep Power
    16
    Quote Originally Posted by Divine View Post
    Don't be an idiot and listen to him then? seriously everything he said is 100% right. you're an idiot to not want to use an IDE in 2017. Especially if you don't know shit.
    Wtf is your problem. I can't make a post and ask for help?
    Attached image
    Reply With Quote  
     

  11. #20  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Quote Originally Posted by Insanity RSPS View Post
    Wtf is your problem. I can't make a post and ask for help?
    You can, it's just that I personally wouldn't have helped you. I'd rather try to convince people for the better, rather than spoonfeed them with precisely what they request when I know what they request is far worse than what they could be doing.
    Just trust me, force yourself into using an IDE for a week straight. Come back to me in a week and tell me if you ever want to see batch files again. If by any chance the answer is yes, Divine may actually be correct in his latest reply lol.
    Attached image
    Reply With Quote  
     

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. 718 Client with Run and Compiler (No Errors)
    By Ben_U in forum Downloads
    Replies: 133
    Last Post: 06-23-2023, 11:48 AM
  2. Help with 742 "Run" and "Compiler"!
    By Atrium in forum Help
    Replies: 2
    Last Post: 04-27-2013, 12:29 AM
  3. Help With "Run" and "Compiler"
    By Atrium in forum Help
    Replies: 0
    Last Post: 04-26-2013, 10:50 PM
  4. Replies: 5
    Last Post: 08-21-2012, 11:21 PM
  5. help with java and run please
    By glad 2 own in forum Help
    Replies: 5
    Last Post: 10-06-2011, 01:10 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •