Thread: Jframe error

Results 1 to 10 of 10
  1. #1 Jframe error 
    Registered Member
    Join Date
    Aug 2010
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    (Not sure if this is the right place to post)Using Soulsplit's source, I tryed running the "Windows 7 run". And I got a Jframe error.





    "@echo off
    title SoulSplit
    "C:/Program Files (x86)/Java/Jre6/bin/java.exe" -Xmx300m Jframe 10 0 highmem members 32
    pause" is what is in the run notepad.

    But I still get an error, Does anyone know how to fix it?
    Reply With Quote  
     

  2. #2  
    The Illest

    iitzTyson's Avatar
    Join Date
    May 2010
    Posts
    1,164
    Thanks given
    345
    Thanks received
    73
    Rep Power
    103
    It cant find your Jframe, try using this

    @echo off
    title SoulSplit
    "C:/Program Files/Java/Jre6/bin/java.exe" -Xmx300m Jframe 10 0 highmem members 32
    pause
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2010
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Me iiz Tysonn View Post
    It cant find your Jframe, try using this
    Just attempted that one, it didn't work.
    Reply With Quote  
     

  4. #4  
    The Illest

    iitzTyson's Avatar
    Join Date
    May 2010
    Posts
    1,164
    Thanks given
    345
    Thanks received
    73
    Rep Power
    103
    Well change your path to the right path, you have java right?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2010
    Age
    28
    Posts
    392
    Thanks given
    24
    Thanks received
    26
    Rep Power
    16
    Plus make sure your Jframe is in the folder of witch your run.bat is in.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Aug 2010
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Me iiz Tysonn View Post
    Well change your path to the right path, you have java right?
    Yes I have java, and it should be the right path, but for some reason it isn't working.
    Reply With Quote  
     

  7. #7  
    The Illest

    iitzTyson's Avatar
    Join Date
    May 2010
    Posts
    1,164
    Thanks given
    345
    Thanks received
    73
    Rep Power
    103
    Try moving your jframe file into the folder your running it on
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Aug 2010
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Me iiz Tysonn View Post
    Try moving your jframe file into the folder your running it on
    Jframe is in the same folder, Lol.
    Reply With Quote  
     

  9. #9  
    The Illest

    iitzTyson's Avatar
    Join Date
    May 2010
    Posts
    1,164
    Thanks given
    345
    Thanks received
    73
    Rep Power
    103
    Then try moving it to another folder. It's something with your run.cmd, and it cant find your jframe file
    Reply With Quote  
     

  10. #10  
    JagxScape Owner

    VeRoCo's Avatar
    Join Date
    Apr 2009
    Posts
    831
    Thanks given
    41
    Thanks received
    20
    Rep Power
    98
    Quote Originally Posted by Richyyy View Post
    (Not sure if this is the right place to post)Using Soulsplit's source, I tryed running the "Windows 7 run". And I got a Jframe error.

    "@echo off
    title SoulSplit
    "C:/Program Files (x86)/Java/Jre6/bin/java.exe" -Xmx300m Jframe 10 0 highmem members 32
    pause" is what is in the run notepad.

    But I still get an error, Does anyone know how to fix it?


    What do you have? x64bit?

    Try this if you have x64bit
    echo off
    title SoulSplit
    "C:/Program Files (x86)/Java/Jre6/bin/java.exe" -Xmx500m Jframe 10 0 highmem members 32
    pause
    Try this if you have x64bit
    @echo off
    title SoulSplit
    "C:/Program Files (x86)/Java/Jre6/bin/java.exe" -Xmx1024m Jframe 10 0 highmem members 32
    pause

    if you dont have x64bit try this
    echo off
    title SoulSplit
    "C:/Program Files/Java/Jre6/bin/java.exe" -Xmx500m Jframe 10 0 highmem members 32
    pause
    If you don't have x64bit and the above didn't work, try this.
    echo off
    title SoulSplit
    "C:/Program Files/Java/Jre6/bin/java.exe" -Xmx1024m Jframe 10 0 highmem members 32
    pause
    But its usually not inside the compile file, so go ahead and try removing the jfram 100% if you can =]
    If you remove it and it dosn't do it anymore, then it was an issue with the code.
    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
  •