facebook

Problem launching debugger in Milestone 2

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #243541 Reply

    gpp8p
    Member

    Hi –

    I downloaded milestone 2 into eclipse 3.11, and when I go to debug a javascript, it says it can\’t find msvcr7.dll. I tried re-installing, and got the same result. What should I do ?

    #243550

    Greg
    Member

    We never saw this during our testing. So you must have some different environment. So could you please post all of configuration summary: Myeclipse > About > Configuration Summary.

    Also could you post all the answers to the Posting guidelines that can be found here:
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393-sid-8f964a39deb801cba3a3cfc82775e4d1.html

    Thanks

    #243627

    Hello,

    I have the same problem except that in my case the missing dll is : MSVCP71.dll

    Here is the exact alert message that i get :
    —————————
    javaw.exe – Unable To Locate DLL
    —————————
    The dynamic link library MSVCP71.dll could not be found in the specified path

    Here is info related to MyEclispe (4.1M2)

    *** Date: Fri Dec 23 15:36:32 GMT+05:30 2005

    *** System properties:
    OS=Windows2000
    OS version=5.0
    Java version=1.4.2_03

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.200 M2
    Build id: 20051205-4.1-Milestone2

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Platform

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse RCP

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    G:\Eclipse 3.1\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    314_7c
    -vm
    C:\Java\jdk\bin\javaw.exe

    #243628

    Also,

    Here is the error log when this happens:

    com.jniwrapper.LibraryNotFoundException: C:\Program Files\MyEclipse 4.1M2\eclipse\plugins\com.genuitec.javascript.debug.mozilla_4.0.200\XPCOM\bin\xpcom.dll
    at com.jniwrapper.Library.loadLibrary(Native Method)
    at com.jniwrapper.Library.a(SourceFile:133)
    at com.jniwrapper.Library.load(SourceFile:128)
    at com.jniwrapper.Library.getFunction(SourceFile:245)
    at com.jniwrapper.Library.getFunction(SourceFile:263)
    at com.jniwrapper.xpcom.XpcFunctions.initializeImpl(XpcFunctions.java:73)
    at com.jniwrapper.xpcom.XpcFunctions.initialize(XpcFunctions.java:66)
    at com.genuitec.javascript.debug.mozilla.MozillaPlugin$1.run(MozillaPlugin.java:69)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
    at com.genuitec.javascript.debug.mozilla.MozillaPlugin$MozillaEventLoop.run(MozillaPlugin.java:80)
    at java.lang.Thread.run(Thread.java:534)

    #243629

    And the associated message is :

    Could not initialize XPCOM functions

    However, i checked that the xpcom.dll is present and also tried copying the same into c:\winnt\system32 folder but got the same error as before.

    #243636

    gpp8p
    Member

    Ok that’s reasonable. Here’s the environment:

    *** Date: Fri Dec 23 10:20:33 EST 2005

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_05

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.200 M2
    Build id: 20051205-4.1-Milestone2

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\Program Files\eclipse311\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    81c_774
    -vm
    C:\Program Files\Java\jdk1.5.0_05\bin\javaw.exe

    and here’s something from the error log:

    !ENTRY com.genuitec.javascript.debug.mozilla 4 42 2005-12-23 10:20:00.110
    !MESSAGE Could not initialize XPCOM functions.
    !STACK 0
    com.jniwrapper.LibraryNotFoundException: C:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.javascript.debug.mozilla_4.0.200\XPCOM\bin\xpcom.dll
    at com.jniwrapper.Library.loadLibrary(Native Method)
    at com.jniwrapper.Library.a(SourceFile:133)
    at com.jniwrapper.Library.load(SourceFile:128)
    at com.jniwrapper.Library.getFunction(SourceFile:245)
    at com.jniwrapper.Library.getFunction(SourceFile:263)
    at com.jniwrapper.xpcom.XpcFunctions.initializeImpl(XpcFunctions.java:73)
    at com.jniwrapper.xpcom.XpcFunctions.initialize(XpcFunctions.java:66)
    at com.genuitec.javascript.debug.mozilla.MozillaPlugin$1.run(MozillaPlugin.java:69)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
    at com.genuitec.javascript.debug.mozilla.MozillaPlugin$MozillaEventLoop.run(MozillaPlugin.java:80)
    at java.lang.Thread.run(Thread.java:595)

    !ENTRY com.genuitec.javascript.debug 4 0 2005-12-23 10:20:00.281
    !MESSAGE Launching failed because the Mozilla browser could not be initialized.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Problem launching debugger in Milestone 2

You must be logged in to post in the forum log in