google-code-export / rocket-gwt

Automatically exported from code.google.com/p/rocket-gwt
1 stars 1 forks source link

The constructor StackTraceElement(String, String, String, int) is undefined #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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-sta
cktrace.jar!/rocket/util/client/StackTraceHelper.java'
     [java]       [ERROR] Line 354:  The constructor
StackTraceElement(String, String, String, int) is undefined

Original issue reported on code.google.com by gutsal.a...@gmail.com on 28 Feb 2007 at 8:06

GoogleCodeExporter commented 9 years ago
This is because you are not using JDK 1.4. Search the forum for other similar
discussions on how to solve this problem.

Original comment by miroslav...@gmail.com on 7 Mar 2007 at 7:51

GoogleCodeExporter commented 9 years ago
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.

Original comment by joerg.ho...@googlemail.com on 9 Jul 2007 at 1:25

GoogleCodeExporter commented 9 years ago
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.

Original comment by joerg.ho...@googlemail.com on 10 Jul 2007 at 8:24

GoogleCodeExporter commented 9 years ago
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

Original comment by jquiam...@gmail.com on 24 Oct 2008 at 5:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Figured out the problem! It was an Eclipse issue. Just had to make sure the 
rocket*
jars are being loaded before the gwt jars.

Original comment by jquiam...@gmail.com on 24 Oct 2008 at 7:27