demo007 / google-voice-java

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

google-voice-java-1.6 API compliation error #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

1. Created a simple Java app to place a voice call.
2. When compiling my class, I got this error:

...
bad class file: 
google-voice-java-1.6.jar(com/techventus/server/voice/Voice.class)
class file has wrong version 50.0, should be 49.0
Please remove or make sure it appears in the correct subdirectory of the 
classpath.
import com.techventus.server.voice.Voice;
                                   ^

I am running it on a Windows 7 Machine with java version "1.5.0_15"

Thanks,

Bin Wu

Original issue reported on code.google.com by binwu...@gmail.com on 5 Nov 2010 at 6:17

GoogleCodeExporter commented 9 years ago
Well, I tried again to compile it with JDK 1.6 and error went away.

Bin

Original comment by binwu...@gmail.com on 5 Nov 2010 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by liquid...@gmail.com on 6 Jan 2011 at 5:30