Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装完插件报错 #48

Closed
hotsmile opened this issue Jan 9, 2020 · 5 comments
Closed

安装完插件报错 #48

hotsmile opened this issue Jan 9, 2020 · 5 comments

Comments

@hotsmile
Copy link

hotsmile commented Jan 9, 2020

at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:824)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:773)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:412)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:704)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:411)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

@enilu
Copy link
Owner

enilu commented Jan 10, 2020

可能是版本问题,我没有在太新版本的intellij IDEA上测过

@hotsmile
Copy link
Author

我的idea是比较新的版本 2019.2.3

@aisidd
Copy link

aisidd commented May 12, 2020

我使用的IDEA 2020.1 也会提示错误,但是你可以忽略
只要api模块能运行起来就行。
IDEA,maven的版本都会引起报错。。运行和打包不报错就可以忽略那个错误啦

@kpub
Copy link

kpub commented May 22, 2020

插件还更新吗?新版本idea菜单项都不出来。版本如下:

IntelliJ IDEA 2020.1.1 (Ultimate Edition)
Build #IU-201.7223.91, built on April 30, 2020
Licensed to https://zhile.io
You have a perpetual fallback license for this version
Subscription is active until July 8, 2089
Runtime version: 11.0.6+8-b765.40 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 2014M
Cores: 4
Non-Bundled Plugins: cn.enilu.webflash.generator, Lombook Plugin

@enilu
Copy link
Owner

enilu commented Jun 9, 2020

暂时没有精力更新插件,如果代码生成插件用不了,可以自行运行Generator类来生成代码,具体传什么参数看Generator类的逻辑,插件的本质也是调用Generator类来生成代码的

@enilu enilu closed this as completed Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants