Not getting Apollo SDK to work (can someone help?)

In my "Environmental Variables" the "Classpath" variable now looks like this:

.;C:\Program Files\QuickTime\QTSystem\QTJava.zip;C:\Program Files\Adobe\ApolloSDK\lib\adt.jar;C:\Program Files\Adobe\ApolloSDK\bin\

I added the direct path to the adt.jar file as described on Adobe Labs, and then I added the path to the bin folder as well (kinda to be sure).

Then my "Path" variable now looks like this:

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Adobe\AdobeSDK\bin\

I added the path to the bin folder as described by Ryan Taylor.

Whenever I now try to test my project I get the error message:

'adl' is not recognized as an internal or external command,
operable program or batch file.

and similary I get an error trying to package the project:

'adt' is not recognized as an internal or external command,
operable program or batch file.

Related Blog Entries

Comments
Have you tried C:\Program Files\Adobe\ApolloSDK\lib\ (not \bin\) in "Path"?
# Posted By ￘ystein Wika | 4/5/07 4:50 AM
Forget that - had to check my own system, and you're settings is right, it should be \bin\ in "Path"...
# Posted By ￘ystein Wika | 4/5/07 5:13 AM
Your path variable seems wrong : you wrote AdobeSDK instead of ApolloSDK.
# Posted By Maz | 4/5/07 7:30 AM
duh - typical that it should be a stupid self caused error like that. Great catch Maz, it now seems to be working. And I see that error was introduced allready when I made my screen-shot walk-through earlier today. Shame on me.
# Posted By Trond Ulseth | 4/5/07 12:33 PM