Community
Participate
Working Groups
I was debugging a new program, which was logging much output that was going by too fast to read. Suspended program to look at output; it was deep within the logging package, in a native output routine. Then repeatedly pressed F7 to find out where program was in my code. F7 caused debugger to return to Logger (Java) output routines. At some point the message appeared, "'Debug Source Display' has encountered a problem. An internal error has occurred. C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\482\1\cplib\linux\x86\libjd-eclipse.so: Can't load this .dll (machine code 0x101) on an AMD 64-bit platform." I have done this (F7) sequence hundreds of times before and not seen this error. Eclipse just updated itself yesterday. Could that update be the source of the problem? -- Configuration Details -- Product: Eclipse 1.3.2.20110218-0812 (org.eclipse.epp.package.java.product) Installed Features: org.eclipse.platform 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Created attachment 192298 [details] Screen shot of error message and context in which it occurred.
Are you using the Java Decompiler Eclipse plugin? If so, this is the problem and the solution: http://java.decompiler.free.fr/?q=node/569
closing as NOT_ECLIPSE without more info.