언어 설정

Menu
Sites
Language
java in tizen

Hi all,

can any one please tell me whether the following is possible in tizen or not

1. is there possibility  for using java libraries in tizen
2. can we use linux commands in tizen native apps

Regards
K.Harish

Responses

18 댓글
Alex Dem

Hi,
Regarding first question:
1) For Web apps you could use any javascript library. All you need it just  include (remove extra spaces) lib this way:
< script src="js/lib/knockout-2.2.1.js" >< /script >
2) For Native Apps if you use Tizen Web control you could:
  a) interact with javascript this way:
  https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/tutorials/web_tutorial/javascript_interaction.htm
  b) use Tizen::Web::Controls::IJavaScriptBridge interface
https://developer.tizen.org/dev-guide/2.2.0/org.tizen.native.appprogramming/html/tutorials/web_tutorial/using_javascriptbridge.htm
Alexey.

Marco Buettner

He want to use Java not JavaScript! Tizen doesn't support Java

Alex Dem

Sorry for inattention.

Alexey.

Sang-Jun Park

you can use java only when below case.(for reference)

Q1

1. if tizen include java-vm

2. if  you make vm like java-vm

3. if you make porting javaAPI to c++ library

Q2

Be able to use if you have a valid permission

 

 

Alex Ashirov

Hi,

How can linux commands be called from Tizen native applications? I mean what Tizen native API should be used to make such calls?

harish kumar kavali

Hi,
i want to use srm ,shred linux commands to delete files securely (so that no tool can be able recover the deleted file ).

Alex Ashirov

Hi,

Have you found a way how to call srm command from Tizen native appllication?

harish kumar kavali

no  thats why i had posted the query in forum 

Alex Ashirov

Hi,

AFAIK, there is no such native Tizen API. Please let me know if you will find it.

Sang-Jun Park
In terms that you use, if srm is a secure replacement for rm, I'm sorry about that I can help you in anything. I'm affraid of my clumsiness.
John Ixion

Tizen has a Java vm http://events.linuxfoundation.org/sites/events/files/slides/OpenMobile%20ACL%20Bringing%20Android%20Apps%20to%20Tizen%20110713_0.pdf

Marco Buettner

As I know Open ACL isn't included in Tizen 

Marco Buettner

As I know Open ACL isn't included in Tizen 

Marco Buettner

As I know Open ACL isn't included in Tizen 

John Ixion

The Java VM is installed on the device when the user installs an app which needs it. Preinstalled or not, the end result is the same.

Sang-Jun Park
1st of all, you can make any commands that you wanna work on tizen(of course linux). You know, command is just 1 of program(s) API is same, of course. So, and now confer please below... I wanna help you in this. https://developer.tizen.org/ko/documentation/dev-guide/2.2.1?redirect=https%3A//developer.tizen.org/dev-guide/2.2.1/org.tizen.native.apireference/index.html
harish kumar kavali

Hi tizen007,

i want to use linux shred command for deleting the file securely can u please guide me .

Regards
K.Harish

Sang-Jun Park
In terms that you use, if SRM is a secure replacement for rm,and if SHRED, It is a part of GNU Core Utilities, I'm sorry about that I can help you in anything. I'm afraid of my clumsiness.