answersLogoWhite

0


Best Answer

That depends on what you mean by "integrate." Include it on the installation medium? Build it into the kernel itself?

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you integrate an application with Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Linux application?

An application that runs in linux


Which server application is better Linux or Windows 2008?

Linux


What was the first Linux application?

I think it was the Linux kernel. There are many used with Linux now.


Where can you get security for Linux?

Security is a concept, not an application. You get security in Linux by making the system secure.


Which is better from performance point of view running Java application on windows7 or running VB6 application on Linux server?

Linux is more powerful then windows


What is the Linux command for installing an application?

At a terminal prompt: sudo apt-get install <application-name>


What application opens Google Earth on Linux?

Google Earth is its own application. It is launched directly.


Tips For Android Development?

Android developers build upon the Linux kernel. Most developers use the Java program and the open source technology of the Dalvik Virtual Machine to build their runtime applications. Linux provides the file system and drivers. A database can be built from SQLite to serve as a content provider. The user-interface should be clear and affixed as an activity unit. Underneath the android application, androidmanifest.xml provides the configuration settings information that allows the application to integrate.


What ARE the most common application system?

Windows, mac os, Linux


How do you make applications on Facebook?

You search for the application maker and the follow the steps their. Facebook allows you to develop application in php or asp.net and then integrate with facebook.


What type of interface does Linux use?

You need to be more clear in what type of "interface" you are inquiring about. Linux has it's own API (Application Programming Interface) and ABI (Application Binary Interface). If you are referring to the user interface, Linux can have a GUI, a command line, or even no interface at all.


How easily does servlet integrate into an existing Java application or applet?

(This is a bit subjective). Servlets can integrate easily into an existing Java application or applet, simply because a servlet is just another class, which is a fundamental concept taught to almost every java programmer.