jiangzhendong / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

when i add library to my j2me project have compiler error #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. when i add library to my j2me project
2.
3.

What is the expected output? What do you see instead?
Error preverifying class com.json.JOSNOBJECT

What version of the product are you using? On what operating system?
netbean6.5 and windows server 2003

Please provide any additional information below.

Original issue reported on code.google.com by rmh2...@gmail.com on 14 Oct 2008 at 7:13

GoogleCodeExporter commented 8 years ago
I think the JSON classes use some J2SE code which isn't available in MIDP. 
Possibly
java.util.TreeSet.

I'm not au fait enough with J2ME programming to jump into this one, so unless a 
patch
is provided by someone else it is unlikely for this to be resolved... sorry.

Original comment by rich.mid...@gmail.com on 1 Nov 2008 at 9:56

GoogleCodeExporter commented 8 years ago
Use http://code.google.com/p/google-api-translate-javame/ API !

Original comment by jina...@gmail.com on 3 Mar 2009 at 8:25