How does wildfire recognise java 1.5

I’'ve seen this error a few times on the community but none of the solutions seemed to work.

Basically im wondring how does wildfire decide if the java 1.5 directory is valid?

I get this:

testing JVM in /usr/lib/j2sdk1.5-sun …

testing JVM in /local …

No suitable Java Virtual Machine could be found on your system.

The version of the JVM must be at least 1.5.

Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.

Now my jvm is located at /usr/lib/j2sdk1.5-sun and works fine. I tried the override, no change.

I tried the app_java_home no change.

I should point out I deleted the .install4j file each time

So what im trying to figure out is why does it feel my java directory doesnt contain java 1.5 ?

Message was edited by: skyhawk

Message was edited by: skyhawk

I think I may know whats causing it. Java 5 on my machine gave me the cannot allocate stack error until I manually gave it some jvm parameters.

I put the same ones into the var in the wildfire bin. BUT to verify that a java 1.5 directory is accurate its trying to run java which is going to fail without the parameters. AND because even though I have overridden the search, and the search is happening anyway, its bombing out.

At least I think thats what the problem is.