Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How can I run a java-application on starting of Windows 2000

843798Jun 21 2001 — edited Jun 22 2001
How can I run a java-application without any user on starting of Windows 2000?

For example, if the computer is restarted and nobody enter into it yet, my java-application should run anyway.

How can I do that?

Comments

ORASCN

Hi ,
Check the below,

macro #ggexception
params (#source_schema, #table_name, #target_schema, #exception_table)
begin
map #source_schema.#table_name, TARGET #target_schema.#excception_table,
exceptionsonly, insertallrecords
colmap
(usedefaults,
gg_hostname = @getenv('ggenvironment','hostname'),
gg_db_name = @getenv('ggfileheader','dbname'));
end;

Regards,
Veera

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 20 2001
Added on Jun 21 2001
2 comments
41 views