[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.helpwanted] [3M7] unable to resolve source

Hi

First at all , i want to thanks all the eclipse Team for the great works
they are doing ..( Another Happy User )

And i also need some help about the new version. I try to migrate from the
3.1 M6 to the 3.1 M7
all is working fine except when i try to debug my java project. The Jdt
Debug could not resolve the source path any more.

I did have a look in the eclipse log and i found this :

!SUBENTRY 1 org.eclipse.debug.core 4 120 2005-05-16 10:37:00.790
!MESSAGE Unable to access archive D:\DEV\2.1\tools\lib
!STACK 0
java.util.zip.ZipException: Access is denied
 at java.util.zip.ZipFile.open(Native Method)
 at java.util.zip.ZipFile.<init>(Unknown Source)
 at java.util.zip.ZipFile.<init>(Unknown Source)
 at
org.eclipse.debug.internal.core.sourcelookup.SourceLookupUtils.getZipFile(SourceLookupUtils.java:67)
 at
org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer.getArchive(ExternalArchiveSourceContainer.java:193)
 at
org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer.findSourceElements(ExternalArchiveSourceContainer.java:79)
 at
org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer.findSourceElements(CompositeSourceContainer.java:78)
 at
org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer.findSourceElements(CompositeSourceContainer.java:45)
 at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant.findSourceElements(AbstractSourceLookupParticipant.java:60)
 at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector$SourceLookupQuery.run(AbstractSourceLookupDirector.java:126)
 at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
 at org.eclipse.core.runtime.Platform.run(Platform.java:775)
 at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector.doSourceLookup(AbstractSourceLookupDirector.java:465)
 at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector.getSourceElement(AbstractSourceLookupDirector.java:715)
 at
org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.lookup(SourceLookupFacility.java:138)
 at org.eclipse.debug.ui.DebugUITools.lookupSource(DebugUITools.java:658)
 at
org.eclipse.debug.internal.ui.views.launch.LaunchView$SourceLookupJob.run(LaunchView.java:176)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)



I don't understand exactly what 's happen here

First it was working fine in the 3.1 M6

Then D:\DEV\2.1\tools\lib is a directory not a zip file

So tryied to rebuild my build and runtime class path , ( rebuilding the
projects and the run configuration ) but still the same problem.

If anyone can help i will be grateful.

B.R