sl-wxx / coffee-bytes

Automatically exported from code.google.com/p/coffee-bytes
0 stars 0 forks source link

ClassNotFoundException: EnhancedFoldingPreferenceBlock #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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