Menu

#113 DDL Dialog not showing up: NoSuchMethodError

v1.0 (example)
closed-fixed
None
5
2015-06-21
2015-02-28
Klaus
No

same problem some others here have reported:
DDL dialogue not showing up, see Eclipse log below;
seems to be configuration dependent - JVM version? Java Libraries? Charset?

java.lang.NoSuchMethodError: java.lang.System.lineSeparator()Ljava/lang/String;
at org.insightech.er.editor.view.dialog.dbexport.ExportToDDLDialog.setData(ExportToDDLDialog.java:356)
at org.insightech.er.common.dialog.AbstractDialog.constrainShellSize(AbstractDialog.java:71)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.insightech.er.editor.view.action.dbexport.AbstractExportWithDialogAction.execute(AbstractExportWithDialogAction.java:28)
at org.insightech.er.editor.view.action.AbstractBaseAction.runWithEvent(AbstractBaseAction.java:73)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)

Discussion

  • Klaus

    Klaus - 2015-03-01

    resolved: start eclipse with java 1.7
    DDL-Export uses System.lineSeparator(), which is only available from java version 1.7

     
  • Hiroyuki Nakajima

    • status: open --> closed-fixed
    • assigned_to: Hiroyuki Nakajima
     
  • Hiroyuki Nakajima

    I'm sorry and Thank you.
    I fixed it as not to use "System.lineSeparator()".

     

Log in to post a comment.