Natarajan SK wrote:

>  The relevent code is something like this.
> 
>                                        Class Conn code segment:
>                                        Print.printl("About to create message"); 
>Message message = new
>                                        Message( msgindex , request , props);
> 
>                                        Class Message code segment:
>                                        Constructor: Message(int msgindex, Request 
>request, Properties props){
>                                        Print.printl("Creating message");
>                                        m_msgindex=msgindex; m_request =
>                                        request; m_properties=props; }
> 
>     I'm getting the message " About to create message" in my status file but am
> not getting the "Creating message" when I invoke the JVM from my native code.
> However from the command line "java" I get both messages and the program
> executes as desired. Also this happens only in Linux. In Solaris things work
> fine.  Also I'm using the native_threads version of the java library.

Just to be sure, try to flush output stream after "Creating message"
line. 

Artur


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to