Thread: Help with running and compiling.

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 36
  1. #1 Help with running and compiling. 
    OS-Legacy Owner
    Stoned Bruh's Avatar
    Join Date
    Apr 2016
    Posts
    244
    Thanks given
    15
    Thanks received
    6
    Rep Power
    16
    Removed
    Attached image
    Reply With Quote  
     

  2. #2  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    May I ask why you do not wish to use Eclipse or any form of IDE?


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

  3. #3  
    Registered Member
    Hope's Avatar
    Join Date
    Jul 2015
    Posts
    270
    Thanks given
    20
    Thanks received
    238
    Rep Power
    513
    No, you don't want to use eclipse? No, you don't want to be a smart and efficient programmer?

    Don't get me wrong, it's the BEST knowing how to do everything without an IDE - but maybe you should learn a little about the language first.
    Attached image
    Reply With Quote  
     

  4. #4  
    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 Gosre View Post
    No, you don't want to use eclipse? No, you don't want to be a smart and efficient programmer?

    Don't get me wrong, it's the BEST knowing how to do everything without an IDE - but maybe you should learn a little about the language first.
    How do you know I don't know anything about the language? I just don't feel like learning eclipse this very second.
    Attached image
    Reply With Quote  
     

  5. #5  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    Quote Originally Posted by Insanity RSPS View Post
    How do you know I don't know anything about the language? I just don't feel like learning eclipse this very second.
    There really isn't that much to 'learn' it's just getting to know your way around it.
    It won't take long to get your head around it, and it'll save you loads of time and frustration in the long run.
    Also you don't have to use eclipse, other IDE's are available.


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  6. #6  
    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 A Mage View Post
    There really isn't that much to 'learn' it's just getting to know your way around it.
    It won't take long to get your head around it, and it'll save you loads of time and frustration in the long run.
    Also you don't have to use eclipse, other IDE's are available.
    Appreciate the advice
    Attached image
    Reply With Quote  
     

  7. #7  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    For the run:

    Code:
    @echo off
    title txt
    java -Xmx250m -cp bin;deps/*; main_location main_values
    pause
    Compiler:
    Code:
    @echo off
    cd ./src
    JDK_location -cp -d ./bin/ ./*.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  
     

  8. #8  
    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
    For the run:

    Code:
    @echo off
    title txt
    java -Xmx250m -cp bin;deps/*; main_location main_values
    pause
    Compiler:
    Code:
    @echo off
    cd ./src
    JDK_location -cp -d ./bin/ ./*.java
    pause
    The run.bat works just fine, but the compilers dont!
    Attached image
    Reply With Quote  
     

  9. #9  
    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
    The run.bat works just fine, but the compilers dont!
    What does it say when you are trying to compile? That it cant find the correct folder?
    Try and change
    Code:
    ./*.java
    into

    Code:
    ./main_folder_location/*.java
    Also your jdk location need to locate to the javac.exe


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

  10. #10  
    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
    What does it say when you are trying to compile? That it cant find the correct folder?
    Try and change
    Code:
    ./*.java
    into

    Code:
    ./main_folder_location/*.java
    Also your jdk location need to locate to the javac.exe
    Attached image
    Attached image
    Reply With Quote  
     

Page 1 of 4 123 ... 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
  •