2016-04-14 18 views
0

見つかりませんでした。...java.lang.NoSuchMethodException:クラスcom.install4j.api.context.OverwriteModeにはコンストラクタは、私がGeneiousプログラムを設定したいが、私は次の例外エラーを取得

Exception: 

java.lang.NoSuchMethodException: No constructor for class com.install4j.api.context.OverwriteMode found 
    at com.install4j.runtime.xmldecode.Handler.endElement(Unknown Source) 
    at com.install4j.runtime.xmldecode.SaxOutputter.endElement(Unknown Source) 
    at com.install4j.runtime.xmldecode.SaxOutputter.element(Unknown Source) 
    at com.install4j.runtime.xmldecode.SaxOutputter.element(Unknown Source) 
    at com.install4j.runtime.xmldecode.SaxOutputter.element(Unknown Source) 
    at com.install4j.runtime.xmldecode.SaxOutputter.element(Unknown Source) 
    at com.install4j.runtime.xmldecode.SaxOutputter.output(Unknown Source) 
    at com.install4j.runtime.xmldecode.XMLDecoder.initialize(Unknown Source) 
    at com.install4j.runtime.xmldecode.XMLDecoder.readObject(Unknown Source) 
    at com.install4j.runtime.installer.config.AbstractBeanConfig.instantiateBean(Unknown Source) 

この問題を解決する方法を教えてください。

+1

あなたは –

+0

writtenr持っているコードを追加します。[あなたは完全なエラー・テキストをダウンロードすることができます](https://でドライブ。 google.com/open?id=0B0Uh_gZUe6RiRFlYdTR1ekdtSEk) –

答えて

0

OverwriteModeのコンストラクタをコールしようとしていますか?

あなたがenum定数する必要がありますOverwriteMode.ALWAYSOverwriteMode.NEVERは、...(リンク先のページでそれらすべてを見つけましたが)

関連する問題