For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 3 voices, and was last updated 20 years, 8 months ago by
gpp8p.
-
AuthorPosts
-
gpp8pMemberHi –
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 ?
December 21, 2005 at 5:33 pm #243550
GregMemberWe 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.htmlThanks
December 23, 2005 at 4:11 am #243627
Ashutosh JindalMemberHello,
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 pathHere 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 WorkbenchVersion: 4.0.200 M2
Build id: 20051205-4.1-Milestone2*** Eclipse details:
Eclipse SDKVersion: 3.1.0
Build id: I20050627-1435Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435Eclipse 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.exeDecember 23, 2005 at 4:16 am #243628
Ashutosh JindalMemberAlso,
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)December 23, 2005 at 4:20 am #243629
Ashutosh JindalMemberAnd 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.
December 23, 2005 at 9:28 am #243636
gpp8pMemberOk 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 WorkbenchVersion: 4.0.200 M2
Build id: 20051205-4.1-Milestone2*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse 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.exeand 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. -
AuthorPosts
