Frank Rocco
|
| Posted: 10/28/2002, 6:34 AM |
|
Hello,
What do I need to setup inorder to get the bookstore example to work?
I tried to compile it and it is has the following errors:
Thanks,
Frank
Error: JDBC driver for connection internet is required
Error: Database URL for connection internet is required
BUILD FAILED
JDK path is not specified. Specify Tools/Options/Paths/Java SDK Home or
JAVA_HOME environment variable
Ant path is not specified. Specify Tools/Options/Paths/Java Ant Home or
ANT_HOME environment variable
JDBC driver for connection internet is required.
Database URL for connection internet is required.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 10/30/2002, 4:45 AM |
|
You should specify the things that are required there.
1)
> Error: JDBC driver for connection internet is required
>
> Error: Database URL for connection internet is required
These should be specified in Connection properties/Server tab , e.g.
sun.jdbc.odbc.JdbcOdbcDriver and jdbc:odbc:bookstore
2) > JDK path is not specified. Specify Tools/Options/Paths/Java SDK Home or
> JAVA_HOME environment variable
>
> Ant path is not specified. Specify Tools/Options/Paths/Java Ant Home or
> ANT_HOME environment variable
These should be specified in Tools/Options/Path menu
Download the Java Deployment Guide at: http://www.codecharge.com/download/files/pdf/ccs_java_deployment.pdf
--
Alex,
Support Engineer
CodeCharge Team
"Frank Rocco" <farocco@hotmail.com> wrote in message
news:apjhu1$rbc$1@news.codecharge.com...
> Hello,
>
> What do I need to setup inorder to get the bookstore example to work?
> I tried to compile it and it is has the following errors:
>
> Thanks,
> Frank
> Error: JDBC driver for connection internet is required
>
> Error: Database URL for connection internet is required
>
> BUILD FAILED
>
> JDK path is not specified. Specify Tools/Options/Paths/Java SDK Home or
> JAVA_HOME environment variable
>
> Ant path is not specified. Specify Tools/Options/Paths/Java Ant Home or
> ANT_HOME environment variable
>
> JDBC driver for connection internet is required.
>
> Database URL for connection internet is required.
>
>
|
|
|
 |
Frank Rocco
|
| Posted: 10/30/2002, 11:44 AM |
|
Thanks Alexey....
Regards,
Frank Rocco
|
|
|
 |
|