0

So I have installed Unity3D with wine and it works but when i try to build it says "Unable to find suitable JDK installation". I have installed JDK and it works with Android Studio. I think the problem is that i need to install the JDK thru wine so it can work with Unity.I don't know how to install it.

Ivaylo
  • 439
  • 1
  • 7
  • 9

1 Answers1

1

Just download the latest windows version from there website

When it is finished right click it and choose open with wine.

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
  • Installed it, when i try to open it with wine it just loads for 5-10 seconds and stops. Nothing happens. – Ivaylo May 08 '15 at 06:59
  • So it installed fine ? You don't need to open Java once it is installed, just run unity 3D and it should work now – Mark Kirby May 08 '15 at 07:01
  • Also wine sucks, it is not reliable and using it is not recommended due to huge compatibility issues, have you seen this http://wiki.unity3d.com/index.php/Running_Unity_on_Linux_through_Wine – Mark Kirby May 08 '15 at 07:02
  • So if it is installed where can i find it ? – Ivaylo May 08 '15 at 07:14
  • Goto your home folder, press ctrl + H to show hidden files and find the .wine folder, in here is an emulated windows C:/ with a programfiles folder just like real windows – Mark Kirby May 08 '15 at 07:16
  • OK Thanks ill search. Any idea where it is by default? – Ivaylo May 08 '15 at 07:18
  • I don't have installed but to guess /home/Username/.wine/Drive_C/program files/JRE7 or something very close to that – Mark Kirby May 08 '15 at 07:24
  • Hi again. Any idea why it wouldn't work ? it displays the same error – Ivaylo May 10 '15 at 13:27
  • Sorry for late reply, read the first answer here it may help you http://askubuntu.com/questions/117041/how-do-we-install-java-in-wine – Mark Kirby Jun 01 '15 at 08:36