This is what I get when I run the commands. I have had lleiningen installed
and used it somewhat.
I get the "classpath" error and I don't understand ?
Thanks for your help
Microsoft Windows [Version 6.0.6000]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\jim.jim-PC>c
seesaw downloads as follows c:\seesaw\test\seesaw\test\examples\kitchensink
first wseesaw is originally daveray-seesaw-1.0.7-281-g12248d4
I have tried to run lein deps and the
lein run -m seesaw.test.examples.kitchensink
from the first seesaw, then the nest seesaw and ffinally examples. I can't
g
I am trying to run clojure file as:
(ns mysql
(:require [clojure.contrib.sql :as sql]))
:subprotocol "mysql"
:subname "//localhost:3306/dummy"
:user "root"
:password "pass"})
(defn create-users []
(sql/create-table
C:\>pathg
'pathg' is not recognized as an internal or external command,
operable program or batch file.
C:\>path
PATH=C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syst
em32\Wbem;C:\hp\bin\Python;c:\Program Files\Common Files\Roxio
Shared\DLLShared\
;c:\Program Files\Com
I am running Win Vista.
I create a project with Lein new fruit in C:\projects
I cd to fruit in C:/projects/fruit
I copy code from the mysql project that runs when reading the book table.
This is the project code and the core code to access mysql.
I added code to create the table "fruit" in test
Sorry for all the mistakes I make, but am trying todo something in mysql. In
fruits example how is the mysql database called?
In mysql example the statement is used to call mysql everytime a defn is
called.
===
(sql/with-connection db.
==
Why is this s
I guess I cange some things ecauseI don't know what the commands actually
do.
Icopied some ccode fromNakkaya "using mysql with clojure and for some reason
I go that code running. I got to study what I screwed up in your fruit code
and seeif I can understand that.
Thanks
- Original Message -
When I run leiningen , I can execute lein within any folder. For instance I
have a folder c:\projects, i run lein new abc. I then have a folder "abc"
that is created ,and all the projects files are stored within folder "abc".
I installed clojure clr in a folder "clr". I can run clojure.main.exe