whitefire00700 / google-api-translate-java

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

Can't add 0.81.jar to Build Path on XP #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am developing twitter client with google-api-translate-java now.
I thank for this software.

What steps will reproduce the problem?

When I try to add  google-api-translate-java-0.81.jar to Build Path on 
Windows XP SP3(JP),error occurred.Not occurred on Ubuntu. 
The error did not occur to either OS at the previous version.

google-api-translate-java-0.81.jar's MANIFEST.MF had "Class-Path: ." .
Is this a cause of the error?

What version of the product are you using? On what operating system?
Eclipse(Galileo)
Windows XP SP3(JP)/Ubuntu(on Sun Virtual Box)

Although it is not related,
-In Language.java r54,I think that Icelandic is not added.  
VIETNAMESE("vi"); -> VIETNAMESE("vi");?

Regards

Original issue reported on code.google.com by elek.ing...@gmail.com on 1 Oct 2009 at 11:17

GoogleCodeExporter commented 9 years ago
Version 0.82 has the Class-Path attribute removed from the manifest, hopefully 
that 
resolves this for you. Icelandic is also added.

Thanks for the issue report.

Original comment by rich.mid...@gmail.com on 2 Oct 2009 at 9:03

GoogleCodeExporter commented 9 years ago
I could add 0.82.jar to Build Path.
I appreciate your help.

Original comment by elek.ing...@gmail.com on 3 Oct 2009 at 12:00