Discussion:
Window won't open
Lothar Hernandez
2010-06-06 17:01:13 UTC
Permalink
So I intalled the robocode program and when I open it. It shows up for a split second then goes away. An someone help me with this problem? I'll be very grateful

Sent from my iPod





------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
Robocode-***@yahoogroups.com
Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
flemmingnlarsen
2010-06-06 20:54:54 UTC
Permalink
I need to know some details about the system you run Robocode on:

1) What OS are you using?
2) Which JDK and version are you using?
3) Is any error message written out?

Regards,
- Flemming
Post by Lothar Hernandez
So I intalled the robocode program and when I open it. It shows up for a split second then goes away. An someone help me with this problem? I'll be very grateful
Sent from my iPod
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
Robocode-***@yahoogroups.com
Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
lotharhernandez
2010-06-07 02:20:35 UTC
Permalink
I'm using the newest version of java. And there are no errors messages written out. The black screen shows up then goes away
Post by flemmingnlarsen
1) What OS are you using?
2) Which JDK and version are you using?
3) Is any error message written out?
Regards,
- Flemming
Post by Lothar Hernandez
So I intalled the robocode program and when I open it. It shows up for a split second then goes away. An someone help me with this problem? I'll be very grateful
Sent from my iPod
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
Robocode-***@yahoogroups.com
Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
flemmingnlarsen
2010-06-07 19:47:13 UTC
Permalink
You need to make sure that:

1) You can start Java from a command prompt/shell by writing:

java <and press enter>

2) That the JAVA_HOME environment variable is set up to point at your Java installation folder, e.g. C:\Program Files\Java\jdk1.5.0_22.

Try to write this in a command prompt/shell:

set JAVA_HOME + <enter>

3) That your PATH contains %JAVA_HOME\bin

Can be checked by writing this in the command prompt/shell:

set PATH + <enter>

I guess your JAVA_HOME is not set up at all. Java and Robocode needs this one to be set up. ;-)

Regards,
- Flemming
Post by Lothar Hernandez
So I intalled the robocode program and when I open it. It shows up for a split second then goes away. An someone help me with this problem? I'll be very grateful
Sent from my iPod
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Robocode/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Robocode/join
(Yahoo! ID required)

<*> To change settings via email:
Robocode-***@yahoogroups.com
Robocode-***@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Robocode-***@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Anubhaw Arya
2010-06-07 19:48:31 UTC
Permalink
Check to make sure that your CLASS_PATH is correct

On Jun 6, 2010, at 10:20 PM, "lotharhernandez" <***@yahoo.com> wrote:

I'm using the newest version of java. And there are no errors messages written out. The black screen shows up then goes away
Post by flemmingnlarsen
1) What OS are you using?
2) Which JDK and version are you using?
3) Is any error message written out?
Regards,
- Flemming
Post by Lothar Hernandez
So I intalled the robocode program and when I open it. It shows up for a split second then goes away. An someone help me with this problem? I'll be very grateful
Sent from my iPod
Continue reading on narkive:
Loading...