Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 19th, 2005, 09:04 AM
Registered User
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Fail to create jvm again

Using JNI I am calling java code.i write the code in C++ Win32 dll.
to create jvm the code is:
status = JNI_CreateJavaVM(&jvm, (void**)&env,&vm_args);

to destroy the JVM:
jvm->DestroyJavaVM();

this win32 dll i am calling in ASP,when executing once it is working fine,again when trying to execute it is saying jvm not Created.
when server is restarted then its working fine.

Please if anyone knows about the problem,plz reply.

Seema


 
Old December 29th, 2005, 06:55 AM
Registered User
 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,ranee
I meet the same question as you. I'm not be able to create the JVM within that job again, after the first jvm is destroied. Do you get a resolution for this problem now?
if anyone knows about the problem, pls reply, thanks in advanced!

michael







Similar Threads
Thread Thread Starter Forum Replies Last Post
what executes the jvm ?? deepak Java Basics 1 July 23rd, 2008 08:55 AM
Urgent Problem in JVM qazi_nomi Pro JSP 0 June 18th, 2004 12:30 AM
parameters to jvm uskiranj Servlets 0 May 28th, 2004 03:47 AM
Create Object MyInfo Component fail on IIS6.0 kritt Classic ASP Components 1 February 24th, 2004 08:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.