|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
verifying installationHello All. I am new to AI, and as a website designer I am fascinated of how it can be used in this format. Unfortunately, I am having problems getting ProgramD to verify installation. All my details follow.
System: windows xp
ProgramD: compiled binary version 4.6 I have unzipped the archive, and the path to ProgramD is: c:\ProgramD I have updated to the latest java version to be compliant. The path to Java on my system is:
Java: c:\Program Files\Java\jdk1.5.0-09 (note, in same folder I also have jre1.5.0_01, jre1.5.0_03, jre1.5.0_06, jre1.5.0_09) I have checked the java version:
c:\java -version java version "1.5.0-09" Java(TM) 2 Runtime Environment, Starndard Edition (build 1.5.0_09-b03) Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing) When I attempt to verify installation I get the following error message:
C:\ProgramD\bin\simple-console.bat
JAVA_HOME is not set in your enviornment. I cannot find a java executable in your path. Please check that you have a JDK 5.0 compatible SDK installed. '-classpath' is not recongized as an internal or external command, operable program or batch file. In the "Documentation" it is stated:
Please note that on Windows platforms, and possibly others (but not Linux), you will need to adjust this item in core.xml in order for the test of the <system/> element to succeed:
<!--The string to prepend to all <system> calls (platform-specific). [String: ]
* Windows requires something like "cmd /c "; Linux doesn't (just comment out)--> <entry key="programd.system-interpreter.prefix"></entry> I have opened up the core.xml file and found this entry key. What I am wondering is what exactly is changed here? I have tried leaving this code as is, and also editing as follows:
<entry key="programd.system-interpreter.prefix">cmd /c</entry>
So far nothing I have tried is working, can you help please.
Thank you. _______________________________________________ programd mailing list programd@... http://aitools.org/mailman/listinfo/programd |
|
|
Re: verifying installationCould you try setting the JAVA_HOME environment variable to
c:\Program Files\Java\jdk1.5.0-09 and see what happens? E. Curtis Designs wrote: > Hello All. I am new to AI, and as a website designer I am fascinated of > how it can be used in this format. Unfortunately, I am having > problems getting ProgramD to verify installation. All my details follow. > > System: windows xp > ProgramD: compiled binary version 4.6 > I have unzipped the archive, and the path to ProgramD is: c:\ProgramD > > I have updated to the latest java version to be compliant. The path to > Java on my system is: > Java: c:\Program Files\Java\jdk1.5.0-09 > (note, in same folder I also have jre1.5.0_01, jre1.5.0_03, jre1.5.0_06, > jre1.5.0_09) > > I have checked the java version: > c:\java -version > java version "1.5.0-09" > Java(TM) 2 Runtime Environment, Starndard Edition (build 1.5.0_09-b03) > Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing) > > When I attempt to verify installation I get the following error message: > C:\ProgramD\bin\simple-console.bat > JAVA_HOME is not set in your enviornment. > I cannot find a java executable in your path. > Please check that you have a JDK 5.0 compatible SDK installed. > '-classpath' is not recongized as an internal or external command, > operable program or batch file. > > In the "Documentation" it is stated: > Please note that on Windows platforms, and possibly others (but not > Linux), you will need to adjust this item in core.xml in order for the > test of the <system/> element to succeed: > > <!--The string to prepend to all <system> calls (platform-specific). > [String: ] > * Windows requires something like "cmd /c "; Linux doesn't > (just comment out)--> > <entry key="programd.system-interpreter.prefix"></entry> > > I have opened up the core.xml file and found this entry key. What I am > wondering is what exactly is changed here? I have tried leaving this > code as is, and also editing as follows: > > <entry key="programd.system-interpreter.prefix">cmd /c</entry> > > So far nothing I have tried is working, can you help please. > > Thank you. > > > ------------------------------------------------------------------------ > > _______________________________________________ > programd mailing list > programd@... > http://aitools.org/mailman/listinfo/programd programd mailing list programd@... http://aitools.org/mailman/listinfo/programd |
|
|
RE: verifying installationI recommend trying:
Progra~1 Instead of "Program Files" I had some trouble when I had "Program Files" in my classpath. Just try it out. -Krystian. -----Original Message----- From: programd-bounces@... [mailto:programd-bounces@...] On Behalf Of Noel Bush Sent: Saturday, November 04, 2006 10:15 PM To: Program D Subject: Re: [programd] verifying installation Could you try setting the JAVA_HOME environment variable to c:\Program Files\Java\jdk1.5.0-09 and see what happens? E. Curtis Designs wrote: > Hello All. I am new to AI, and as a website designer I am fascinated > of how it can be used in this format. Unfortunately, I am having > problems getting ProgramD to verify installation. All my details follow. > > System: windows xp > ProgramD: compiled binary version 4.6 > I have unzipped the archive, and the path to ProgramD is: c:\ProgramD > > I have updated to the latest java version to be compliant. The path > to Java on my system is: > Java: c:\Program Files\Java\jdk1.5.0-09 (note, in same folder I also > have jre1.5.0_01, jre1.5.0_03, jre1.5.0_06, > jre1.5.0_09) > > I have checked the java version: > c:\java -version > java version "1.5.0-09" > Java(TM) 2 Runtime Environment, Starndard Edition (build 1.5.0_09-b03) > Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode, sharing) > > When I attempt to verify installation I get the following error message: > C:\ProgramD\bin\simple-console.bat > JAVA_HOME is not set in your enviornment. > I cannot find a java executable in your path. > Please check that you have a JDK 5.0 compatible SDK installed. > '-classpath' is not recongized as an internal or external command, > operable program or batch file. > > In the "Documentation" it is stated: > Please note that on Windows platforms, and possibly others (but not > Linux), you will need to adjust this item in core.xml in order for the > test of the <system/> element to succeed: > > <!--The string to prepend to all <system> calls (platform-specific). > [String: ] > * Windows requires something like "cmd /c "; Linux doesn't > (just comment out)--> > <entry key="programd.system-interpreter.prefix"></entry> > > I have opened up the core.xml file and found this entry key. What I > am wondering is what exactly is changed here? I have tried leaving > this code as is, and also editing as follows: > > <entry key="programd.system-interpreter.prefix">cmd /c</entry> > > So far nothing I have tried is working, can you help please. > > Thank you. > > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > programd mailing list > programd@... > http://aitools.org/mailman/listinfo/programd programd mailing list programd@... http://aitools.org/mailman/listinfo/programd _______________________________________________ programd mailing list programd@... http://aitools.org/mailman/listinfo/programd |
| Free Forum Powered by Nabble | Forum Help |