Thread: Help with linux run.bat file

Results 1 to 3 of 3
  1. #1 Help with linux run.bat file 
    Registered Member
    Join Date
    Jul 2015
    Posts
    31
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    i already set everything thing to open the .bat file but i cant seem to find the directory to the jdk i found this: (/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java) it did not work then i tried this: (Z:/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java) but it also didnt work can anyone help me with this?

    - - - Updated - - -

    Heres my run.bat:

    @echo off
    title The Amazing Brout-Scape 2
    "C:\Program Files\Java\jdk1.7.0_67\bin\java.exe" -Xmx1000m -cp bin;deps/GTLVote.jar;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

    my jdk direcetory: /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java

    if anyone can convert it to linux that would so much appreciated .
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2013
    Age
    29
    Posts
    80
    Thanks given
    61
    Thanks received
    9
    Rep Power
    33
    just

    Code:
    java -Xmx1000m -cp bin;deps/GTLVote.jar;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
    should work if everything's setup right.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2015
    Posts
    31
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Asphixia View Post
    just

    Code:
    java -Xmx1000m -cp bin;deps/GTLVote.jar;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
    should work if everything's setup right.
    still doesnt recognize java -Xmx1000m -cp bin;deps/GTLVote.jar;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
    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

Similar Threads

  1. Need Help with my run.bat!
    By softwaretavlonia in forum Help
    Replies: 5
    Last Post: 11-04-2012, 10:56 PM
  2. help with my run.bat for my server..
    By terry baby in forum Help
    Replies: 0
    Last Post: 02-11-2012, 06:10 PM
  3. Help with edit run.bat
    By Norcotic in forum Help
    Replies: 5
    Last Post: 10-05-2011, 04:08 PM
  4. help with this run.bat error plox
    By Georgeo in forum Help
    Replies: 1
    Last Post: 04-12-2010, 07:24 AM
  5. help with my run.bat
    By [GM]Dreamer in forum Help
    Replies: 35
    Last Post: 03-21-2010, 04:08 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
  •