PenguinPaul/google-voice-java

google-voice-java-1.6 API compliation error

Closed this issue · 2 comments


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

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

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

  • Changed state: WontFix