Thread: Java error..

Results 1 to 7 of 7
  1. #1 Java error.. 
    Mysteria Developer

    DatguyJay's Avatar
    Join Date
    Mar 2011
    Age
    28
    Posts
    2,139
    Thanks given
    302
    Thanks received
    161
    Rep Power
    212
    Its been so long since i worked on any coding ( about a year) mainly because of the military but now i have a chance to work on servers again. Same computer and tried running a previous server and im getting this error.

    Code:
    Error: missing `server' JVM at `C:\Program Files (x86)\Java\jre1.8.0_25\bin\serv
    er\jvm.dll'.
    Please install or use the JRE or JDK that contains these missing components.
    Press any key to continue . . .
    so i put all the files from "client" into a new folder called "server" and now i get this error



    Code:
    Error occurred during initialization of VM
    Could not reserve enough space for 1572864KB object heap
    Press any key to continue . . .
    Any help is appreciated.
    Reply With Quote  
     

  2. #2  
    L O S E Y O U R S E L F
    Format's Avatar
    Join Date
    Aug 2013
    Posts
    2,311
    Thanks given
    1,131
    Thanks received
    1,461
    Rep Power
    5000
    To resolve this

    Code:
    Error: missing `server' JVM at `C:\Program Files (x86)\Java\jre1.8.0_25\bin\serv
    er\jvm.dll'.
    Please install or use the JRE or JDK that contains these missing components.
    Press any key to continue . . .
    Go to your run batch file and remove the "-server" argument.


    Reply With Quote  
     

  3. #3  
    Mysteria Developer

    DatguyJay's Avatar
    Join Date
    Mar 2011
    Age
    28
    Posts
    2,139
    Thanks given
    302
    Thanks received
    161
    Rep Power
    212
    Quote Originally Posted by Format View Post
    To resolve this

    Code:
    Error: missing `server' JVM at `C:\Program Files (x86)\Java\jre1.8.0_25\bin\serv
    er\jvm.dll'.
    Please install or use the JRE or JDK that contains these missing components.
    Press any key to continue . . .
    Go to your run batch file and remove the "-server" argument.
    awesome, the second part do you know?
    Reply With Quote  
     

  4. #4  
    InvictusPK Developer
    fishboy9449's Avatar
    Join Date
    Jan 2014
    Posts
    413
    Thanks given
    125
    Thanks received
    37
    Rep Power
    13
    You may not have enough memory to run it.
    Reply With Quote  
     

  5. #5  
    Mysteria Developer

    DatguyJay's Avatar
    Join Date
    Mar 2011
    Age
    28
    Posts
    2,139
    Thanks given
    302
    Thanks received
    161
    Rep Power
    212
    I got 8gb of Ram on my computer.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2014
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Apple Pro View Post
    I got 8gb of Ram on my computer.
    If you have 8gb physical memory on your computer you can't run a server with 8gb because RAM degrades and not all will be avaliable, some is being used by system resources, etc. I would try with 2gb and then go up from there and see how high you can go.
    Reply With Quote  
     

  7. #7  
    Mysteria Developer

    DatguyJay's Avatar
    Join Date
    Mar 2011
    Age
    28
    Posts
    2,139
    Thanks given
    302
    Thanks received
    161
    Rep Power
    212
    Quote Originally Posted by under13 View Post
    If you have 8gb physical memory on your computer you can't run a server with 8gb because RAM degrades and not all will be avaliable, some is being used by system resources, etc. I would try with 2gb and then go up from there and see how high you can go.
    Thats the thing i've coded and ran a server off this computer before its just been sitting while i was away for 6 months.
    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. Replies: 11
    Last Post: 10-27-2008, 11:01 PM
  2. Replies: 116
    Last Post: 10-15-2008, 08:13 AM
  3. Fixing The Common Java Error
    By Derek in forum Tutorials
    Replies: 0
    Last Post: 09-21-2008, 02:01 AM
  4. Common Java errors.
    By Unity in forum Tutorials
    Replies: 1
    Last Post: 09-11-2008, 02:06 AM
  5. Webclient - Java ERROR
    By Zomaian in forum RS2 Client
    Replies: 2
    Last Post: 06-22-2008, 12:11 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •