您好,登錄后才能下訂單哦!
這篇文章主要講解了Intellij IDEA運(yùn)行報(bào)Command line is too long的問(wèn)題解決方法,內(nèi)容清晰明了,對(duì)此有興趣的小伙伴可以學(xué)習(xí)一下,相信大家閱讀完之后會(huì)有幫助。
報(bào)錯(cuò)信息大概如下:
Error running 'xxx':
Command line is too long. Shorten command line for xxx or also for Application default configuration.
解決方案(1):
找到項(xiàng)目下的.idea/workspace.xml,在標(biāo)簽<component name="PropertiesComponent">
里添加一行屬性:<property name="dynamic.classpath" value="true" />
<component name="PropertiesComponent"> 其它屬性不改 <property name="dynamic.classpath" value="true" /> </component>
解決方案(2):
打開(kāi)程序的運(yùn)行配置,把Shorten command line
改為JAR manifest
或classpath file
,如圖所示:
看完上述內(nèi)容,是不是對(duì)Intellij IDEA運(yùn)行報(bào)Command line is too long的問(wèn)題解決方法有進(jìn)一步的了解,如果還想學(xué)習(xí)更多內(nèi)容,歡迎關(guān)注億速云行業(yè)資訊頻道。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。