| Issue 28: | The constructor StackTraceElement(String, String, String, int) is undefined | |
| 3 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Include Rocket.jar into GWT classpath
2. Build GWT project which use Rocket
3. get this error
What is the expected output? What do you see instead?
Excepted to have smooth compilation.
What version of the product are you using? On what operating system?
Seeing the same on 0.25, 0.26
Please provide any additional information below.
Getting this:
[java] [ERROR] Errors in
'jar:file:/home/gutsal.arsen/Dev/Projects/WebBoards3D/WebBoards3D/lib/Rocket-stacktrace.jar!/rocket/util/client/StackTraceHelper.java'
[java] [ERROR] Line 354: The constructor
StackTraceElement(String, String, String, int) is undefined
|
|
,
Mar 06, 2007
This is because you are not using JDK 1.4. Search the forum for other similar discussions on how to solve this problem.
Status: Invalid
|
|
,
Jul 09, 2007
I am having the same problem and yes I am using JDK 1.5. A link or a hint how to solve the problem would be helpful! Thanks. |
|
,
Jul 10, 2007
Wasn't the problem with Java 1.5 that StackTraceElement has no non-arg constructor anymore. This has been fixed somewhere in GWT 1.1 (see changelog). I think your analysis of this issue is wrong. Anyhow I do not see a way to reopen this bug is this pseudo-bugtracker. |
|
,
Oct 23, 2008
I'm using GWT 1.5.2 but still getting similar errors. [ERROR] Errors in 'jar:file:/C:/projects/ChatApp/web/WEB-INF/lib/Rocket.jar!/rocket /serialization/client/reader/ThrowableReader.java' [ERROR] Line 74: The constructor StackTraceElement(String, String, String, int) is undefined |
|
,
Oct 24, 2008
Figured out the problem! It was an Eclipse issue. Just had to make sure the rocket* jars are being loaded before the gwt jars. |
|
|
|