le 23/04/2007 12:43 Ross Gardler a écrit :
It is not necessarily a path problem, since this is a windows platform.
Windows has a java.exe in one of the system directories. That needs to
be removed in order for windows to find the java instance you want it
to use. If you remove it you need to make sure your JAVA_HOME/bin is
also in the path environment variable.
Haa, you see that you also talk about the Path ;-) .
Cyriaque,
Ross
On 23/04/07, Cyriaque Dupoirieux <[EMAIL PROTECTED]> wrote:
le 23/04/2007 08:57 [EMAIL PROTECTED] a écrit :
>
> Hi,
>
> my configuration is
> SET JAVA_HOME=D:\Documents and Settings\divine1\My
> Documents\j2sdk1.4.2_03
>
>
> but
>
>
> D:\Documents and Settings\divine1>java -version
> java version "1.5.0_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
> Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing)
>
> D:\Documents and Settings\divine1>
>
>
Then it's a Path problem, update it to add your JAVA_HOME and remove the
path to the 1.5.0_02...
Salutations,
Cyriaque,
> Paul
>
> ----- Forwarded by Paul DIVINE/FR/ALCATEL on 23/04/2007 08:53 -----
>
> *"Ross Gardler" <[EMAIL PROTECTED]>*
> Sent by: [EMAIL PROTECTED]
>
> 20/04/2007 11:24
> Please respond to user
>
>
> To:
> cc:
> Subject: Re: [apache-forrest-0.8] problem with
> org.apache.forrest.plugin.output.inputModule
>
>
>
>
> On 20/04/07, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> > Just for test I put
> > org.apache.forrest.plugin.output.inputModule in the list of
> > plugin in the forrest.properties file.
> >
> > Note I use the java version j2sdk1.4.2_03.
> >
> > When trying to reach the index.html, the browser displays the
following
> > message
> >
> >
> > HTTP ERROR: 500
> >
>
org%2Fapache%2Fforrest%2Fgeneration%2FModuleGenerator+%28Unsupported+major%2Eminor+version+49%2E0%29
> > RequestURI=/index.html
>
> We are fully test on JDK1.4 and it should work, so this is probably a
> configuration problem on your end. Please provide the following info:
>
> Operating System
> Output of "java -version" command
> Output of JAVA_HOME
>
> Ross