Page 1 of 2
Java support
Posted: Sun Jan 24, 2016 7:24 pm
by pabos
Hello together,
is it possible to run java on rooted tv?
If not... what are you using for developing? C?
Re: Java support
Posted: Sun Jan 24, 2016 7:38 pm
by sectroyer
pabos wrote:
is it possible to run java on rooted tv?
Yes
pabos wrote:
If not... what are you using for developing? C?
Yes

Re: Java support
Posted: Sun Jan 24, 2016 8:39 pm
by pabos
sectroyer wrote:pabos wrote:
is it possible to run java on rooted tv?
Yes
But how? I used the search but didnt found anything ..
I tried to do it with "jdk-8u71-linux-arm32-vfp-hflt.tar.gz" from oracle - without success.
Re: Java support
Posted: Sun Jan 24, 2016 10:19 pm
by sectroyer
pabos wrote:sectroyer wrote:pabos wrote:
is it possible to run java on rooted tv?
Yes
But how? I used the search but didnt found anything ..
I tried to do it with "jdk-8u71-linux-arm32-vfp-hflt.tar.gz" from oracle - without success.
Go to
http://download.samygo.tv/Toolchains/ and download toolchain for your TV or compile toolchain (if for H) from sources on opensource.samsung.com. After that compile java and voila

Re: Java support
Posted: Mon Jan 25, 2016 4:47 am
by pabos
Sorry, I do not understand..
Can you please explain how to compile java (where do I get the sources).
I think (hope) I'm able to do the first step after reading through the wiki / is cross-compiler the right keyword?
Please help me

Re: Java support
Posted: Mon Jan 25, 2016 12:39 pm
by sectroyer
pabos wrote:
Can you please explain how to compile java (where do I get the sources).
google for "java source code". There is explained HOW TO compile
pabos wrote:
I think (hope) I'm able to do the first step after reading through the wiki / is cross-compiler the right keyword?
I gave you link to ALL cross-compilers. You just have to choose the right one for your TV. Don't know what more I can do
pabos wrote:Sorry, I do not understand..
If that's too complicated for you maybe you should try simply running ubuntu on TV ? (tutorial is on forum, use search to find

)
Re: Java support
Posted: Mon Jan 25, 2016 8:46 pm
by bobiturboto
This weekend I will try to compiled it for F and will post a tutorial. I will try with Java 8
By the way I have crosscompilled python 2.7 I had a problem with few modules, but in general is working fine also with pip support
Re: Java support
Posted: Mon Jan 25, 2016 9:54 pm
by juusso
As always. Tutors are welcome here.
Re: Java support
Posted: Mon Jan 25, 2016 10:44 pm
by sectroyer
juusso wrote:As always. Tutors are welcome here.
Exactly

We can't do everything and forum is for sharing knowledge

Re: Java support
Posted: Mon Jan 25, 2016 11:48 pm
by pabos
bobiturboto wrote:This weekend I will try to compiled it for F and will post a tutorial. I will try with Java 8
By the way I have crosscompilled python 2.7 I had a problem with few modules, but in general is working fine also with pip support
thank you!