|
From: Haig E. <ha...@ca...> - 2004-11-25 17:48:45
|
Hello, I am new to the mailing list. I am currently trying to wrap my command line driven application. Wehn I try to run it, I get the following warning: WARNING - System.in can not be used when the JVM is being controlled by the Java Service Wrapper. Calls will block indefinitely. From a thread on this list from the month of March, it seems this is a functionality, not a limitation. http://sourceforge.net/mailarchive/forum.php?thread_id=4088388&forum_id=1194 8 Unfortunately, my application is really requires System.in to get input from users. One of the reasons for using the wrapper is to avoid ugly classpath limitations on Win32 systems. Is there any known workaround to allow my application input without using System.in? Haig Ehramdjian, B. Comp. Sci. Developer - Engineering Support Group http://esg.cae.ca/esg > Military Simulation and Training > CAE Inc. > Tel: 514-341-2000, ext: 2017 > ha...@ca... > > PROPRIETARY NOTICE: The information contained herein is confidential > and/or proprietary to CAE Inc., and shall not be reproduced or disclosed > in whole or in part, or used for any purpose whatsoever unless authorized > in writing by CAE Inc > |