| Summary: | Error while editing java Files | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Manfred Schwarz <manfred.schwarz> | ||||
| Component: | Core | Assignee: | Olivier Thomann <Olivier_Thomann> | ||||
| Status: | VERIFIED INVALID | QA Contact: | |||||
| Severity: | enhancement | ||||||
| Priority: | P3 | CC: | amj87.iitr, holindarn.f, liudonghua123, Olivier_Thomann | ||||
| Version: | 3.6.2 | ||||||
| Target Milestone: | 3.8 M2 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Manfred Schwarz
Sounds like a bogus entry in the classpath? Could you please provide the whole .log file (compressed if too big)? Thanks. Hi, As Walter assumed - it was a misconfiguration. I unchecked a system in the Java Configuration Panel and thought it would have effect on my classpath ;) But it had not. When i call my Helios Eclipse Relesae with the -vm c:\javasdk\bin library the error disappears. So it is a user error but Walter helped me finding the error. Sorry for taking your time - and thanks again. Can i close the bug ? Regards Manfred Closing as INVALID. Verified for 3.8M2 I have also this Problem under XP with Eclipse 4.2.2 java.lang.IllegalArgumentException: MALFORMED at java.util.zip.ZipCoder.toString(Unknown Source) at java.util.zip.ZipFile.getZipEntry(Unknown Source) at java.util.zip.ZipFile.access$900(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren(JarPackageFragmentRoot.java:86) at org.eclipse.jdt.internal.core.JavaProjectElementInfo.initializePackageNames(JavaProjectElementInfo.java:252)... it comes from an jar file in the classpath which has been recompressesed 7zip. Created attachment 252761 [details]
Log file for the "Compute launch button tooltip MALFORMED" problem
Comment on attachment 252761 [details]
Log file for the "Compute launch button tooltip MALFORMED" problem
I have the similar problem, It popped up a dialog which said "Compute launch button tooltip MALFORMED"
Finally, I found the problem, one of my project dependency, a jar file was broken. |