Check "Java Tools documentation" in Java docs (downloaded separately).
As I said before, is hard to tech Java in some kind of mail lists (as either in NetBeans mail lists)...


First step you should do, to do what you want, is learn Java (not only language, but plataform too). Second is learn tools and libraries. Third step is try to contribute to the projects.

Best regards,

Edson Richter


Ilias Lazaridis escreveu:

Ilias Lazaridis wrote:

Jakob Braeuchi wrote:

hi ilias,

well, actualy it's possible to do something like this

java -classpath "the;classpath" whatever.you.main.class.is

but the classpath will be quite long ;)

java -cp classes;lib\antlr-2.7.3.jar;lib\commons-beanutils.jar;lib\commons-collections-2.1.1.jar;lib\commons-dbcp-1.1.jar;lib\commons-lang-2.0.jar;lib\commons-logging.jar;lib\commons-pool-1.1.jar;lib\db-ojb-1.0.1-junit.jar;lib\db-ojb-1.0.1.jar;lib\hsqldb.jar;lib\log4j-1.2.8.jar org.apache.ojb.tutorial1.Application

[...]

Now I understand!

Thank you!


What is the reason, that

java -cp build\classes;lib\*.jar org.apache.ojb.tutorial1.Application
java -cp build\classes;lib\*     org.apache.ojb.tutorial1.Application
java -cp build\classes;lib\      org.apache.ojb.tutorial1.Application

or something similar

is invalid?

.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to