Discussion:
[abbot-users] [ABBOT] Don't print screen
Timothy Wall
2013-01-16 02:44:03 UTC
Permalink
Costello launches your program by loading its class and invoking its main method.

If you need additional environment settings, you should set those when launching Costello.
Hye,
I want to test my java application with your abbot/costello program, but I can't start my start screen.
I've an exception. I don't uunderstand how costella launch my program.
My program need environment varaiable. Is it blocking for lauching a simple application.
How costello run my application ? What is it the command line laucnhing ?
java -jar myapplication.jar ? I think it's more complex.
I must choose an application to valid an java GUI, and I want to test your program.
Thanks for your help.
--
Fabrice MOULIN-NEXON
Design engineer / Ingénieur d'Etudes
Tel : +33 (0)5 62 88 75 39 / Fax : +33 (0)5 62 88 75 00
www.thalesgroup.com
Consider the environment! Please don't print this e-mail unless you really need to.
The information contained in this e-mail and any attachments are the property of THALES and may be confidential. If you are not the intended recipient, please notify us immediately, send this message back to us and destroy it. You are hereby notified that any review, dissemination, distribution, copying or otherwise use of this e-mail is strictly prohibited.
Timothy Wall
2013-01-16 12:52:35 UTC
Permalink
In bash:

bash$ export ENV_VAR=env-value java -cp {classpath}:lib/costello.jar {main class name}

How do you normally launch your java applications?
Thakns, but I don't undertand the lauching command line ?
Is it ?
java -jar lib/costella.jar MyClass.main([])
Can you give more explication of the lauching command line ?
Does Abbot redefine CLASSPATH variable ?
Fabrice MOULIN-NEXON
Design engineer / Ingénieur d'Etudes
Tel : +33 (0)5 62 88 75 39 / Fax : +33 (0)5 62 88 75 00
www.thalesgroup.com
Consider the environment! Please don't print this e-mail unless you really need to.
The information contained in this e-mail and any attachments are the property of THALES and may be confidential. If you are not the intended recipient, please notify us immediately, send this message back to us and destroy it. You are hereby notified that any review, dissemination, distribution, copying or otherwise use of this e-mail is strictly prohibited.
Costello launches your program by loading its class and invoking its main method.
If you need additional environment settings, you should set those when launching Costello.
Hye,
I want to test my java application with your abbot/costello program, but I can't start my start screen.
I've an exception. I don't uunderstand how costella launch my program.
My program need environment varaiable. Is it blocking for lauching a simple application.
How costello run my application ? What is it the command line laucnhing ?
java -jar myapplication.jar ? I think it's more complex.
I must choose an application to valid an java GUI, and I want to test your program.
Thanks for your help.
--
Fabrice MOULIN-NEXON
Design engineer / Ingénieur d'Etudes
Tel : +33 (0)5 62 88 75 39 / Fax : +33 (0)5 62 88 75 00
www.thalesgroup.com
Consider the environment! Please don't print this e-mail unless you really need to.
The information contained in this e-mail and any attachments are the property of THALES and may be confidential. If you are not the intended recipient, please notify us immediately, send this message back to us and destroy it. You are hereby notified that any review, dissemination, distribution, copying or otherwise use of this e-mail is strictly prohibited.
Loading...