Thread: Run Batch File

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Run Batch File 
    Registered Member
    Join Date
    Mar 2010
    Posts
    309
    Thanks given
    33
    Thanks received
    15
    Rep Power
    30
    I can't get my source online.

    Code:
    @echo off
    title InsidiaX
    "C:\Program Files\Java\jdk1.6.0_27\bin\java.exe" -Xmx1000m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    pause
    I am using java version 1.6.0_27

    Thanks.
    Reply With Quote  
     

  2. #2  
    Registered Member Kristjan's Avatar
    Join Date
    Apr 2009
    Posts
    1,578
    Thanks given
    709
    Thanks received
    189
    Rep Power
    588
    Be more specific about your problem, do you gey any error while running it?
    Spoiler for Signature:
    Previously known as: 508gu
    Quote Originally Posted by SamSoft View Post
    Vouch for Korra Legit, First pin Sold So now the 9m is off the table.
    Quote Originally Posted by Zoltz View Post
    vouch, quick trade very smooth will trade w/ again.
    Quote Originally Posted by Bundy View Post
    Very Legit Seller, Bought 170k Already, Still Buying More Of Him, Cheap Prices!
    Quote Originally Posted by Bundy View Post
    Vouch, Very Good Guy, Purchased Again !
    Quote Originally Posted by eduber1 View Post
    vouch service went fast and smoothly
    Quote Originally Posted by Jinrake View Post
    vouch bru
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2010
    Posts
    309
    Thanks given
    33
    Thanks received
    15
    Rep Power
    30
    Quote Originally Posted by 508gu View Post
    Be more specific about your problem, do you gey any error while running it?
    The system cannot find the path specified.
    Press any key to continue . . .
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2011
    Posts
    59
    Thanks given
    0
    Thanks received
    10
    Rep Power
    11
    It cannot find the path "C:\Program Files\Java\jdk1.6.0_27\bin\java.exe". Make sure you change "jdk1.6.0_27" to the correct JDK or use JRE:

    "C:\Program Files\Java\jre6\bin\java.exe"

    If you are using a 64-bit PC, change "Program Files" to "Program Files (x86)".
    Reply With Quote  
     

  5. #5  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Do you have a Program Files (x86)?

    Edit:

    Quote Originally Posted by Rodrigues View Post
    It cannot find the path "C:\Program Files\Java\jdk1.6.0_27\bin\java.exe". Make sure you change "jdk1.6.0_27" to the correct JDK or use JRE:

    "C:\Program Files\Java\jre6\bin\java.exe"
    That would be it, unless your PC is 64-bit then use "C:\Program Files (x86)\Java\jre6\bin\java.exe"
    Reply With Quote  
     

  6. #6  
    Registered Member Kristjan's Avatar
    Join Date
    Apr 2009
    Posts
    1,578
    Thanks given
    709
    Thanks received
    189
    Rep Power
    588
    "C:\Program Files (x86)\Java\jdk1.6.0_27\bin\java.exe" try using this.
    Spoiler for Signature:
    Previously known as: 508gu
    Quote Originally Posted by SamSoft View Post
    Vouch for Korra Legit, First pin Sold So now the 9m is off the table.
    Quote Originally Posted by Zoltz View Post
    vouch, quick trade very smooth will trade w/ again.
    Quote Originally Posted by Bundy View Post
    Very Legit Seller, Bought 170k Already, Still Buying More Of Him, Cheap Prices!
    Quote Originally Posted by Bundy View Post
    Vouch, Very Good Guy, Purchased Again !
    Quote Originally Posted by eduber1 View Post
    vouch service went fast and smoothly
    Quote Originally Posted by Jinrake View Post
    vouch bru
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Mar 2010
    Posts
    309
    Thanks given
    33
    Thanks received
    15
    Rep Power
    30
    Quote Originally Posted by Visibilities View Post
    Do you have a Program Files (x86)?

    Edit:



    That would be it.
    I don't know how do I find that out?

    Edit: No it still does the same thing, I don't think i'm running on a x86, it use to work, I got my computer wiped and i don't know how to fix it all..
    Reply With Quote  
     

  8. #8  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Quote Originally Posted by Bennyaka View Post
    I don't know how do I find that out?
    Go to "My Computer" Click on C:/ and you should see "Program Files".

    Is there another folder in there named "Program Files (x86)"?
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Sep 2011
    Posts
    59
    Thanks given
    0
    Thanks received
    10
    Rep Power
    11
    JRE: Go to Start > Computer > C: > Program Files OR Program Files (x86) > Java > jre6 OR jre7 > bin > java.exe

    JDK: Go to Start > Computer > C: > Program Files OR Program Files (x86) > Java > jdk1.6.0_X OR jdk1.7.0 > bin > java.exe

    As for "jdk1.7.0", that was just a guess. If you have JDK 7 then it will say 7 within the folder name for JDK.
    Reply With Quote  
     

  10. Thankful user:


  11. #10  
    Registered Member
    Join Date
    Mar 2010
    Posts
    309
    Thanks given
    33
    Thanks received
    15
    Rep Power
    30
    Thanks, no there isn't any (x86)

    In the Java folder the older folder is jre6
    Reply With Quote  
     

Page 1 of 2 12 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. Replies: 0
    Last Post: 06-05-2010, 02:24 AM
  2. Batch File Help
    By Lenin in forum Requests
    Replies: 3
    Last Post: 02-11-2010, 09:53 PM
  3. Batch file
    By Vaio in forum Help
    Replies: 0
    Last Post: 08-07-2009, 04:32 AM
  4. [BATCH] Simple Batch (.bat) File Tutorials
    By newservermaker in forum Website Development
    Replies: 8
    Last Post: 03-12-2008, 10:17 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
  •