bern
|
| Posted: 07/31/2002, 3:50 PM |
|
Can anyone help please
I'm new to Java. I can generate a working version in PHP from ccs and publish it locally to my Apache server.
If I create the same simple project (a page containing a grid linked to a MySQL data table)and try to publish it java (jdk 1.1/1.3 option) I get:
Error: Compiled file error
Source: Language "0.1", Template name: General
Description:
line = 430, col = 4 (line is offset from the start of the script block).
Error returned from property or method call.
I know my implementation of java is ok as I can write a simple app in java, compile it and run it thru the JDk/jre. I'm using java 1.4, windows NT v4 sp 6 and mysql.
I know the Apache web server is fine as the php version from ccs works a treat.
The database url is correct and I'm using jdbcodbc.dll for a driver.
When I don't set up a database connection, ccs seems to want one for the java option and I constantly get the error shown above.
Any ideas what the problem might be please?
Thanks for your help
|
|
|
 |
CodeCharge Support
|
| Posted: 08/01/2002, 12:05 AM |
|
Bern,
please submit the request to the support system at: http://support.codecharge.com/support_new.asp
Please let us know have you got the error after switching project language from PHP to JSP or Servlets or have you set up JSP (or Servlet) language for newly created project?
|
|
|
 |
|