-
Notifications
You must be signed in to change notification settings - Fork 46
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
Compile err:[javac invalid flag] #6
Comments
看起来是路径含有空格问题,但是我在win10上没有复现,试试这个行不行 选择Install plugin from disk |
收到,感谢,明天早上我试试
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年07月03日 19:56 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [Liubsyy/JarEditor] Compile err:[javac invalid flag] (Issue #6) |
看起来是路径含有空格问题,但是我在win10上没有复现,试试这个行不行
JarEditor.jar
选择Install plugin from disk
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
貌似还是不行,看样子是没有找到对应的类?
***@***.***
From: Liubsyy
Date: 2024-07-03 19:56
To: Liubsyy/JarEditor
CC: supersonic5573; Author
Subject: Re: [Liubsyy/JarEditor] Compile err:[javac invalid flag] (Issue #6)
看起来是路径含有空格问题,但是我在win10上没有复现,试试这个行不行
JarEditor.jar
选择Install plugin from disk
image.png (view on web)
―
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我在win10上复现不了这个问题,估计是某些特殊字符冲突了,有兴趣debug一下源码查找问题吗?用社区版的IDEA2020.3 就能运行 |
等我周末有时间看看吧,周内还有业务要做呢,我是win11的系统,应该和系统没啥关系,像是jre环境的问题,但是这个插件没有调整jre的配置,只有默认的sdk和1.8,这两种都不能正常compile。
***@***.***
From: Liubsyy
Date: 2024-07-04 12:03
To: Liubsyy/JarEditor
CC: supersonic5573; Author
Subject: Re: [Liubsyy/JarEditor] Compile err:[javac invalid flag] (Issue #6)
我在win10上复现不了这个问题,估计是某些特殊字符冲突了,有兴趣debug一下源码查找问题吗?用社区版的IDEA2020.3 就能运行
―
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我复现这个bug了,windows上含有路径空格(C:\Program Files**)并且依赖classpath超过一定长度时,就会触发这个bug,v1.5.4已修复 |
厉害👍🏻
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年07月06日 00:50 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [Liubsyy/JarEditor] Compile err:[javac invalid flag] (Issue #6) |
我复现这个bug了,windows上含有路径空格(C:\Program Files**)并且依赖classpath超过一定长度时,就会触发这个bug,v1.5.4已修复
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
这个插件包只能在社区版的debug吗,我有企业版的
***@***.***
From: Liubsyy
Date: 2024-07-04 12:03
To: Liubsyy/JarEditor
CC: supersonic5573; Author
Subject: Re: [Liubsyy/JarEditor] Compile err:[javac invalid flag] (Issue #6)
我在win10上复现不了这个问题,估计是某些特殊字符冲突了,有兴趣debug一下源码查找问题吗?用社区版的IDEA2020.3 就能运行
―
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
默认已经绑定了,v1.5.4已修复这个bug了吗?
***@***.***
From: Liubsyy
Date: 2024-07-06 12:07
To: Liubsyy/JarEditor
CC: supersonic5573; Author
Subject: Re: [Liubsyy/JarEditor] Compile err:[javac invalid flag] (Issue #6)
也可以的,你看看有没有SDK,如果没有的话安装SDK插件就行,社区版自带的这个插件SDK
2024-07-06.12.06.19.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
是的,插件商城还在审核看不到,可以用release中的v1.5.4本地安装插件 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compile err: [javac: invalid flag: Files\Java\jdk1.8.0_211\jre\lib\resources.jar;D:\repository\commons-dbutils\commons-dbutils\1.6\commons-dbutils-1.6.jar;D:\repository\com\tongtech\tools\security-meta\1.0.0\security-meta-1.0.0.jar;D:\repository\io\netty\netty-codec-redis\4.1.77.Final\netty-codec-redis-4.1.77.Final.jar;D:\repository\com\opencsv\opencsv\4.4\opencsv-4.4.jar;D:\repository\com\oracle\ojdbc\ojdbc8\19.3.0.0\ojdbc8-19.3.0.0.jar;C:\ProgramUsage: javac use -help for a list of possible options]
The text was updated successfully, but these errors were encountered: