1

I got this problem:

enter image description here

At code:

DueDate = DueDate.replace("[", "");

And if I remove this code then it jumps to another piece of code with the same error. I tried much things, removing database from designer and workspace, cache.ndk, removing the workspace folder from data folder, removing bookmarks, readding jars, deleting java file and readding. Changing compiler compliance settings to 1.5 and to 1.6 But nothing works.

How can i fix this, because it always worked.

pirho
  • 11,565
  • 12
  • 43
  • 70
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
  • what version (not compliancy) are you compiling/running with? you may want to check this thread: https://stackoverflow.com/questions/24301986/the-type-java-lang-charsequence-cannot-be-resolved-in-package-declaration – Stultuske Oct 24 '17 at 07:52
  • IDE you are using? – pirho Oct 24 '17 at 08:52
  • `eclipse` / `domino-designer-eclipse`? And maybe also using `maven`? – pirho Oct 24 '17 at 09:07
  • domino designer with eclipse intergrated – Nuri Ensing Oct 25 '17 at 05:48
  • Using `maven` or such? – pirho Oct 25 '17 at 06:53
  • No @pirho not using maven – Nuri Ensing Oct 31 '17 at 12:19
  • Then i can only say that check that you really have JDK/JRE lib in your class path. I had once Maven Eclipse project which for some reason when updated REMOVED JDK/JRE from classpath that is why asked that.Had to always add it back manually. Could not fix it and i had to create a new project from scratch and copy sources there. Try that if nothing else helps. – pirho Oct 31 '17 at 12:25

0 Answers0