Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClassNotFoundException: EnhancedFoldingPreferenceBlock #34

Open
GoogleCodeExporter opened this issue Jul 5, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. switch on coffee-bytes folding in preferences
2.
3.

What is the expected output? What do you see instead?
Error Log shows an exception:
 java.lang.ClassNotFoundException:
com.cb.eclipse.folding.java.preferences.EnhancedFoldingPreferenceBlock
...

What version of the product are you using? On what operating system?
Plugin: 1.0.6
Eclipse: 3.2.0

Please provide any additional information below.


Original issue reported on code.google.com by victor.v...@gmail.com on 5 Jan 2007 at 3:58

@GoogleCodeExporter
Copy link
Author

Fixed: 
1) I had to add a line to MANIFEST.MF:

      Require-Bundle: .,
         org.eclipse.core.runtime,

   the ".," seems to be necessary
2) I had to switch to Java 1.5

Original comment by victor.v...@gmail.com on 5 Jan 2007 at 4:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant