We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › Start up fails
Pages: 1 2 
Start up fails (Read 5517 times)
Start up fails
Sep 10th, 2007, 1:06am
 
Hello all!

I encounter a java error when I try to start processing.
Msgbox: Title: Java virtual machine launcher
Text: Fatal exception occured. Machine will exit.

using processing 0125 on Win XP, no umlauts in user-name.

Where can I find a install-how-to?

Is there a proper setup for the installation?

Thanks!

Greetings

Chrisir

Re: Start up fails
Reply #1 - Sep 12th, 2007, 1:58pm
 
that sounds like a bad java install. try the version that includes java and see how that works.
Re: Start up fails
Reply #2 - Sep 12th, 2007, 3:36pm
 

Hello!

Well, this happens in the version that includes java.

I extracted the zip and tried to start processing.

Do I have to change the PATH-variable?

Do I have to register a dll?

What is  jikes?

Thanks you so much!

Chrisir

Re: Start up fails
Reply #3 - Sep 12th, 2007, 5:33pm
 
hm, then maybe the version without java? try installing the latest from sun (http://java.com), then rename the 'java' subfolder in the processing directory, and try starting it.

*do not* mess with your PATH, register any DLLs. you shouldn't have to mess with any of that stuff. jikes.exe is the java compiler used by processing.
Re: Start up fails
Reply #4 - Sep 13th, 2007, 7:04pm
 
Hello!

Thank you very much!

But I am still not there.

If I rename the java-directory, the error message doesn't occur any longer - but processing doesn't start.

Please help!

Re: Start up fails
Reply #5 - Sep 13th, 2007, 7:31pm
 
open up a command prompt and type "java". what happens?
Re: Start up fails
Reply #6 - Sep 13th, 2007, 8:02pm
 
java help screen in the dos-box.

Thanks.

Re: Start up fails
Reply #7 - Sep 14th, 2007, 12:39pm
 
how about
echo %PATH%
echo %CLASSPATH%
echo %QTJAVA%
i wonder if there's garbage in there somewhere...
Re: Start up fails
Reply #8 - Sep 14th, 2007, 7:39pm
 


Yes, looks buggy.

How can I change it?

Thanks!!


Re: Start up fails
Reply #9 - Oct 8th, 2007, 4:11pm
 
Chrisir, did you get any more help on this?

I'm having the same problem.

Tried the install without Java, but didn't work with same error, and the one with java gives that error too.

Any help appreciated!
Re: Start up fails
Reply #10 - Oct 10th, 2007, 1:12pm
 
Chrisir wrote on Sep 14th, 2007, 7:39pm:
Yes, looks buggy.

How can I change it

Thanks!!

well, what does it say when you type these in
Re: Start up fails
Reply #11 - Oct 10th, 2007, 6:20pm
 
the only one that gives any output for me is the echo %PATH%, which shows (split into lines to make it easier to read):
C:\Program Files\ThinkPad\Utilities;
C:\WINDOWS\system32;
C:\WINDOWS;
C:\WINDOWS\System32\Wbem;
C:\Program Files\ATI Technologies\ATI Control Panel;
C:\Program Files\Java\jdk1.5.0_06\bin

The other two commands just echo.

Thanks again...
Still FAILS !!!!!!!!!!!!!!!!!!!!!!!!!
Reply #12 - Oct 21st, 2007, 11:46pm
 
Hello!

Sorry, I've been away for a while,
so I couldn't reply.

My startup still fails.

I tried the expert and the non-expert version
and I also tried to rename the java-folder to
javaold and then starts.

There are two different ways of failure:
1.
nothing happens
(folder renamed javaold)
2.
error message as mentioned
(folder named java)

I think that's what oniongirl sees.
All help appreciated as I have the book on
processing.

Greetings!


Re: Start up fails
Reply #13 - Oct 22nd, 2007, 12:00am
 

Hello!

By the way...

It is working on another user account (with only very few installed programs) on the same machine.

I still like to have it working with my primary user account.

Thanks to everybody!




Re: Start up fails
Reply #14 - Oct 22nd, 2007, 1:18am
 
i can't help unless you respond to my original question. what is produced when you enter the echo statements i listed?
Pages: 1 2