bc357 / json-simple

Automatically exported from code.google.com/p/json-simple
Apache License 2.0
0 stars 0 forks source link

Build error when trying to build my project with json-simple-1.1.jar . What gives? #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. downloaded the jar (json-simple-1.1.jar) and added to my classpath in 
Eclipse.
2. When I try to build my project, I get the following errror.

org.json.simple.ItemList: Error!: Missing stack map in: 
org.json.simple.ItemList.toString(String) at label: 45

What is the expected output? What do you see instead?
org.json.simple.ItemList: Warning!: Reference to undefined class: 
java.util.ArrayList
org.json.simple.ItemList: Warning!: Reference to undefined class: java.util.List
org.json.simple.ItemList: Warning!: Reference to undefined class: java.util.List
org.json.simple.ItemList: Error!: Missing stack map in: 
org.json.simple.ItemList.toString(String) at label: 45

What version of the product are you using? On what operating system?
I've tried json_simple-1.1.jar and json_simple-1.1.1.jar and got the same error.

Please provide any additional information below.

Im using Eclipse 3.7 with BlackBerry JRE 7.0

Original issue reported on code.google.com by aasifsha...@gmail.com on 17 Mar 2013 at 10:45

GoogleCodeExporter commented 9 years ago
With respect, this appears to be an issue with your particular project 
configuration and not actually a bug with json.simple.

While this is not exactly the right venue for support requests, I'd suggest 
making sure you have a JRE System Library in your project properties -> Java 
Build Path -> Libraries tab.

Original comment by jon.cham...@gmail.com on 10 Aug 2013 at 3:45