-
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 error in 1.4.2 #4
Comments
你应该打开的是一个-source.jar,即源码jar,而不是class jar,可以打开目录删掉-source.jar再试试 |
恩,是打开的source jar |
为了避免反编译导致的报错,我现在把class和source都打开,然后把source的代码全部复制到class中再修改后,可以编译成功 |
直接在源码上修改生效的是source jar,如果改成source jar和class jar都生效使用会造成误解(有的人只想修改source jar) 不过可以在class jar编辑页面默认导入source jar中的代码(如果有source jar的话),如果没有则反编译。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version 1.4.2 from marketplace build error:
[C:\Users\suich.m2\repository\org\jboss\ironjacamar\ironjacamar-core-impl\1.4.20.Final\ironjacamar-core-impl-1.4.20.Final-sources_temp\jar_edit_java_source\org\jboss\jca\core\connectionmanager\pool\mcp\SemaphoreConcurrentLinkedDequeManagedConnectionPool\java.java:73: error: class SemaphoreConcurrentLinkedDequeManagedConnectionPool is public, should be declared in a file named SemaphoreConcurrentLinkedDequeManagedConnectionPool.javapublic class SemaphoreConcurrentLinkedDequeManagedConnectionPool implements ManagedConnectionPool ^1 error]
The text was updated successfully, but these errors were encountered: