Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 18 of 18

Thread: Java error "could not create java virtual machine"

  1. #1
    Junior Member
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java error "could not create java virtual machine"

    HI,

    when i try to open a program called PS3 MEDIA SERVER so i can stream pics and vids to the ps3 when i click on it it give me a message saying COULD NOT CREATE VIRTUAL MACHINE do i need to change a setting or something else.


    i have downloaded the latest java

    i'm using windows xp

    thanks in advance


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Hey aubrey4444,

    I have no personal experience with the PS3, I'm an XBOX man! But after looking around for information I think this download will fix your problem. Please confirm if it does!

    http://ps3mediaserver.googlecode.com...win32-1.03.exe

    PS3 Media Server: v1.02.1
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    ok i will give it ago now and get back to you

    thanks

  4. #4
    Junior Member
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    hi,

    no sorry did not work, when i click on the icon it still pops up saying COULD NOT CREATE VIRTUAL MACHINE

    getting frustrated

    cheers any other ideas

    thanks

  5. #5
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Hmm so is this error on your PC? Have you been here to download the latest version of Java?

    Download Free Java Software - Sun Microsystems
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  6. #6
    Junior Member
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    yes on my pc

  7. #7
    Junior Member
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    yes downloaded the latest version of java

  8. #8
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    You could try this:

    Go to your computers control panel. Click add/remove programs. Remove everything Java related..

    Then restart your PC and visit the Java download link again:

    Download Free Java Software - Sun Microsystems

    Once installed, do another restart. Then try your application...
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  9. #9
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Take a look here. I think you will find a video answer on YouTube:

    YouTube - ps3 media server XP
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  10. #10
    Junior Member
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Hi i got the same problem, Coudl not create java virtual machine, but with Maple 12 program can u help??
    Of course i got the latest version of Java. Java 6 update 17
    Last edited by Kama[pl]; December 5th, 2009 at 09:35 AM.

  11. #11
    Junior Member
    Join Date
    Dec 2009
    Posts
    8
    Thanks
    1
    Thanked 5 Times in 5 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    I think it's the matter of memory ~

  12. #12
    Junior Member
    Join Date
    Dec 2009
    Posts
    8
    Thanks
    1
    Thanked 5 Times in 5 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    This message occurs if CORE Generator cannot allocate enough memory to invoke the Java Virtual Machine (JVM). The default system memory used by CORE Generator is 1024 MBytes (512 MBytes on Windows NT). To change the amount of memory allocated

  13. #13
    Junior Member
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    So u mean that i have not enough ram??
    I got 2 gb already i think it's enough.

  14. #14
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Whats the VM arguments passed in when trying to start the JVM?

    // Json

  15. #15
    Junior Member
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Dont understand what u mean. If u can say as simple as u can what to do if u can.

  16. #16
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Well, if you can see how the JVM is lanuched as in what command is used to start it up?

    // Json

  17. #17
    Junior Member
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Dont know that. I am just trying to run Maple 12 and when i do that problem appears.

  18. #18
    Member Darryl.Burke's Avatar
    Join Date
    Mar 2010
    Location
    Madgaon, Goa, India
    Posts
    494
    Thanks
    8
    Thanked 48 Times in 46 Posts

    Default Re: COULD NOT CREATE JAVA VIRTUAL MACHINE

    Spammer WPThomas reported.

    db

Similar Threads

  1. How to Create a server socket to listen for incoming connections?
    By JavaPF in forum Java Networking Tutorials
    Replies: 3
    Last Post: October 28th, 2011, 09:02 AM
  2. Moving MySql Database from one machine to another machine
    By vaishali in forum JDBC & Databases
    Replies: 5
    Last Post: July 21st, 2010, 01:21 AM
  3. Replies: 0
    Last Post: February 3rd, 2009, 01:15 AM
  4. Replies: 6
    Last Post: November 14th, 2008, 03:09 PM

Tags for this Thread