tufanv Expert Licensed User Longtime User Aug 8, 2017 #1 Hello, In one of my computers I started getting this error : Altough okhttp is enabled on the right side.I cant find this file. Where can i find it ? Thanks
Hello, In one of my computers I started getting this error : Altough okhttp is enabled on the right side.I cant find this file. Where can i find it ? Thanks
DonManfred Expert Licensed User Longtime User Aug 8, 2017 #2 It is inside the INTERNAL library folder. Usually you have a newer version installed with B4J 5.8+ So: which libraries are you using inside your app? Check if one of them refering to an old okhttp jar Upvote 0
It is inside the INTERNAL library folder. Usually you have a newer version installed with B4J 5.8+ So: which libraries are you using inside your app? Check if one of them refering to an old okhttp jar
tufanv Expert Licensed User Longtime User Aug 8, 2017 #3 DonManfred said: It is inside the INTERNAL library folder. Usually you have a newer version installed with B4J 5.8+ So: which libraries are you using inside your app? Check if one of them refering to an old okhttp jar Click to expand... Thanks for answer. okhttp 1.20 and jokhttputils 2.20 is enabled. That file is not in internal libraries folder , but it is not also in my other computer's internal libraries fodler but it works there. Upvote 0
DonManfred said: It is inside the INTERNAL library folder. Usually you have a newer version installed with B4J 5.8+ So: which libraries are you using inside your app? Check if one of them refering to an old okhttp jar Click to expand... Thanks for answer. okhttp 1.20 and jokhttputils 2.20 is enabled. That file is not in internal libraries folder , but it is not also in my other computer's internal libraries fodler but it works there.
DonManfred Expert Licensed User Longtime User Aug 8, 2017 #4 <dependsOn>okhttp-3.5.0</dependsOn> <dependsOn>okio-1.11.0</dependsOn> This is from my B4J internal library folder. jokhttputil2.xml Upvote 0
<dependsOn>okhttp-3.5.0</dependsOn> <dependsOn>okio-1.11.0</dependsOn> This is from my B4J internal library folder. jokhttputil2.xml
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2017 #5 You are using an old version of OkHttp.jar or OkHttpUtils2.jar. Both libraries depend on okhttp-3.5.0.jar and okio-1.11.0.jar which are preinstalled with the IDE. Upvote 0
You are using an old version of OkHttp.jar or OkHttpUtils2.jar. Both libraries depend on okhttp-3.5.0.jar and okio-1.11.0.jar which are preinstalled with the IDE.
tufanv Expert Licensed User Longtime User Aug 9, 2017 #6 I have both files in my internal libs folder an at the project these are enabled: As far as I remember I didnt change anyhing from libraries folder. Erel said: You are using an old version of OkHttp.jar or OkHttpUtils2.jar. Both libraries depend on okhttp-3.5.0.jar and okio-1.11.0.jar which are preinstalled with the IDE. Click to expand... Upvote 0
I have both files in my internal libs folder an at the project these are enabled: As far as I remember I didnt change anyhing from libraries folder. Erel said: You are using an old version of OkHttp.jar or OkHttpUtils2.jar. Both libraries depend on okhttp-3.5.0.jar and okio-1.11.0.jar which are preinstalled with the IDE. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2017 #7 The latest version of jOkHttpUtils2, which is included with B4J v5.80, is v2.40. Upvote 0
tufanv Expert Licensed User Longtime User Aug 9, 2017 #8 I accidentally added another set of jokhttputils to my additional libs folder , that was the problem , it was overwriting the internal folder. Thanks !! Upvote 0
I accidentally added another set of jokhttputils to my additional libs folder , that was the problem , it was overwriting the internal folder. Thanks !!