On Wed, Jul 4, 2012 at 1:48 PM, benny <
ceddl...@googlemail.com> wrote:
> Hi
>
> I am obviously very new to Lift, scala and even Java, but I am an
> experienced developer in other Arenas.
>
> This is probably a very stupid question, but does anyone know why I get this
> output
>
> 'sbt' is not recognized as an internal or external command, operable program
> or batch file.
>
> When running "C:\SourceLocalFiddling\dpp-simply_lift-69523f2\chat>sbt update
> ~jetty-run" at the command prompt in windows (which is what the getting
> started documentation recommends)
>
> there is a sbt file in the chat directory, but it has no file extension. I
> tried giving it a ".exe" extension but got the same message.
The sbt file is a shell script for unix-style systems. On windows,
look for a .bat/.cmd file, or create one based on the contents of the
"sbt" file....
Not sure what version of sbt is used in simply-lift, but alternatively
you can install the correct sbt version
/Jeppe