Hi, Igniters!
I found that TC build plan named "Platform C++ (Windows x86)" failed with compilation error in master branch, with the following error: java.obj error LNK2001: unresolved external symbol __imp__JNI_CreateJavaVM@12 C:\BuildAgent\work\ae48a463bd611b52\modules\platforms\cpp\project\vs\Win32\Release\ignite.jni.dll error LNK1120: 1 unresolved externals Igor, could you have a look, please? -- Best Regards, Vyacheslav D. |
Yeah, I know.
There is no 32-bit JDK for Java 9 on Windows. So, I guess, we have no other choice but to stop supporting of 32 bit version client for Java 9 and later. Best Regards, Igor On Sun, Aug 19, 2018 at 12:30 PM Vyacheslav Daradur <[hidden email]> wrote: > Hi, Igniters! > > I found that TC build plan named "Platform C++ (Windows x86)" failed > with compilation error in master branch, with the following error: > > java.obj error LNK2001: unresolved external symbol > __imp__JNI_CreateJavaVM@12 > > C:\BuildAgent\work\ae48a463bd611b52\modules\platforms\cpp\project\vs\Win32\Release\ignite.jni.dll > error LNK1120: 1 unresolved externals > > Igor, could you have a look, please? > > > -- > Best Regards, Vyacheslav D. > |
Oh, you are talking of Java 8 suite.
There is an issue with configuration of the suite. Peter currently working on it. Best Regards, Igor On Mon, Aug 20, 2018 at 2:42 PM Igor Sapego <[hidden email]> wrote: > Yeah, I know. > > There is no 32-bit JDK for Java 9 on Windows. > > So, I guess, we have no other choice but to stop supporting of > 32 bit version client for Java 9 and later. > Best Regards, > Igor > > > On Sun, Aug 19, 2018 at 12:30 PM Vyacheslav Daradur <[hidden email]> > wrote: > >> Hi, Igniters! >> >> I found that TC build plan named "Platform C++ (Windows x86)" failed >> with compilation error in master branch, with the following error: >> >> java.obj error LNK2001: unresolved external symbol >> __imp__JNI_CreateJavaVM@12 >> >> C:\BuildAgent\work\ae48a463bd611b52\modules\platforms\cpp\project\vs\Win32\Release\ignite.jni.dll >> error LNK1120: 1 unresolved externals >> >> Igor, could you have a look, please? >> >> >> -- >> Best Regards, Vyacheslav D. >> > |
Thank you!
On Mon, Aug 20, 2018 at 2:53 PM Igor Sapego <[hidden email]> wrote: > > Oh, you are talking of Java 8 suite. > > There is an issue with configuration of the suite. > Peter currently working on it. > > Best Regards, > Igor > > > On Mon, Aug 20, 2018 at 2:42 PM Igor Sapego <[hidden email]> wrote: >> >> Yeah, I know. >> >> There is no 32-bit JDK for Java 9 on Windows. >> >> So, I guess, we have no other choice but to stop supporting of >> 32 bit version client for Java 9 and later. >> Best Regards, >> Igor >> >> >> On Sun, Aug 19, 2018 at 12:30 PM Vyacheslav Daradur <[hidden email]> wrote: >>> >>> Hi, Igniters! >>> >>> I found that TC build plan named "Platform C++ (Windows x86)" failed >>> with compilation error in master branch, with the following error: >>> >>> java.obj error LNK2001: unresolved external symbol __imp__JNI_CreateJavaVM@12 >>> C:\BuildAgent\work\ae48a463bd611b52\modules\platforms\cpp\project\vs\Win32\Release\ignite.jni.dll >>> error LNK1120: 1 unresolved externals >>> >>> Igor, could you have a look, please? >>> >>> >>> -- >>> Best Regards, Vyacheslav D. -- Best Regards, Vyacheslav D. |
Free forum by Nabble | Edit this page |