Hi,
We bougth your Server Single License on 2007-10-16.
Can you confirm me that the trial files and licensed have same names.
And how to recognize trial or licensed files.
Thanks.
Best regards.
F. Valiente
|
>Can you confirm me that the trial files and licensed have same names.
Yeah. Then you needn't to change your classpath setting, and can employ it with simple file replace.
>And how to recognize trial or licensed files.
1st method: java -cp Access_JDBC30.jar com.hxtt.sql.access.AccessDriver . If you see "For Evaluation Purpose" note, you're using trial package.
2nd method: In manifiest.mf file of Access_JDBc30.jar(zip format), it's "For Evaluation Purpose" note too for trial package.
3rd method: When you login http://www.hxtt.com/download?product=access, you can see license information note at that download page. If you see only Evaluation note, it's trial package.
|