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 8 of 8

Thread: Java based game problem

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java based game problem

    At first is to say that I am german and my english is not good, but I am open for corrections. Moreover is my question not about Java programming but about a problem with a java based game.

    Since a few weeks i receive windows reports with the text: "Could not create the Java virtual machine". That were not disturbing, but now i would like to play a game that based on Java, but every time I would start it, the message come and the game do not start. The game called "Edna and Harvey: The Breakout" (German: Edna bricht aus) and is developed by a german game studio called "Daedalic entertainment".


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java based game problem

    Sounds like you don't have a JRE installed. You can get it here: java.com: Java + You

    If that doesn't fix your problem, I recommend you remove anything Java from your computer (on windows, you go to control panel > add/remove programs and just uninstall any JREs (Java Runtime Environment) or JDKs (Java Development Kit) you see there,then reinstall them by going to the above link.

    Hope that helps!
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Jan 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java based game problem

    I had tryed this often but it does not works.
    Porbably there are entries in the registry, but i do not trust me to look there because I do not have experience for that...
    Last edited by Dodax; January 19th, 2012 at 11:46 AM.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java based game problem

    Quote Originally Posted by Dodax View Post
    I had tryed this often but it does not works.
    Porbably there are entries in the registry, but i do not trust me to look there because I do not have experience for that...
    I'm not really sure what that means, or what we could do about it. Have you tried uninstalling the game and reinstalling it?

    I suggest you contact the makers of the game to see if they can help you.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Jan 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java based game problem

    Thank you for your help. I solved the problem with a tip from the forum of the game.

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java based game problem

    Quote Originally Posted by Dodax View Post
    Thank you for your help. I solved the problem with a tip from the forum of the game.
    No problem. Just out of curiosity, what was the fix?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  7. #7
    Junior Member
    Join Date
    Jan 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java based game problem

    I remove the folder "jre_1.6.0_06" from the game directory and then i copie the Java folder from my computer in it. Then i put the folder "launch4j-tmp" from the removed folder to the new Java\bin folder and renamed the new Java folder to "jre_1.6.0_06".

  8. #8
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Java based game problem

    Quote Originally Posted by Dodax View Post
    I remove the folder "jre_1.6.0_06" from the game directory and then i copie the Java folder from my computer in it. Then i put the folder "launch4j-tmp" from the removed folder to the new Java\bin folder and renamed the new Java folder to "jre_1.6.0_06".
    Okay, cool. Glad you got it sorted out.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Java based games..
    By imsuperman05 in forum Java Theory & Questions
    Replies: 1
    Last Post: January 12th, 2012, 04:09 PM
  2. Java Game Launching Problem
    By PaulMoretti in forum What's Wrong With My Code?
    Replies: 5
    Last Post: August 18th, 2011, 12:41 PM
  3. [SOLVED] Turn Based Game run by Commands
    By EggoH1992 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: August 11th, 2011, 10:23 AM
  4. JDBCrealm FORM based problem. But BASIC working perfectly alright!
    By salman4u in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: January 27th, 2010, 09:06 PM
  5. Exception-Based Problem
    By Hax007 in forum Exceptions
    Replies: 1
    Last Post: December 10th, 2009, 03:53 AM