/[gcjwebplugin]/gcjwebplugin/src/GCJPluginFactory.cc
ViewVC logotype

Diff of /gcjwebplugin/src/GCJPluginFactory.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mkoch, Tue Jul 8 06:46:55 2003 UTC revision 1.4 by mkoch, Tue Jul 8 13:48:13 2003 UTC
# Line 87  int GCJPluginFactory::s_started = 0; Line 87  int GCJPluginFactory::s_started = 0;
87  std::string GCJPluginFactory::s_classpath;  std::string GCJPluginFactory::s_classpath;
88    
89  GCJPluginFactory::GCJPluginFactory ()  GCJPluginFactory::GCJPluginFactory ()
90      : m_class_AppletContextImpl (NULL)
91      , m_appletContext (NULL)
92  {  {
93    DEBUG ("GCJPluginFactory::GCJPluginFactory\n");    DEBUG ("GCJPluginFactory::GCJPluginFactory\n");
94    
# Line 344  GCJPluginFactory::StartVM () Line 346  GCJPluginFactory::StartVM ()
346  {  {
347    DEBUG ("GCJPluginFactory::StartVM\n");    DEBUG ("GCJPluginFactory::StartVM\n");
348    
349    if (JNI_CreateJavaVM (&s_jvm, (void**) &s_jniEnv, NULL) != 0)    if (JNI_CreateJavaVM (&s_jvm, &s_jniEnv, NULL) != 0)
350      {      {
351        s_started = 0;        s_started = 0;
352        DEBUG ("JVM not started\n");        DEBUG ("JVM not started\n");

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26