Is it possible to set up a portable Java in AIX operating system

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Is it possible to set up a portable Java in AIX operating system
# 1  
Old 10-28-2016
Is it possible to set up a portable Java in AIX operating system

Hi there,

I would like to check if it is possible use a portable jre in unix operating system. I check in Windows there is Portable JRE. However as I don't wish to install in client machine I will need to use a temporary JRE to setup in the operating system.
# 2  
Old 10-28-2016
Quote:
Originally Posted by alvinoo
I check in Windows there is Portable JRE. However as I don't wish to install in client machine I will need to use a temporary JRE to setup in the operating system.
What you mean by "portable", i take it, is: a "package" which works around the systems package management and can be "installed" without being really installed: yes, you can do that in AIX too - with the same drawbacks involved as on other platforms.

You will have (duh!) no package management (that is: installp and all its commands won't recognise it as package), you can't distribute it with methods employing the package management implicitly (like NIM, ....) and you will have neither support from the admin nor will the resulting system be like the admin expects it to be, because he won't know the software running on it - which can be a problem when trying to manage (work-)load and distribute resources. It is also a security hazard because different JREs have different security holes and updates (respectively: the constraint to certain versions) happen usually out of neccessity to meet certain security requirements.

Strictly technically speaking: you can do what you propose, but it is most likely a very bad idea and if i were the admin of such a system I'd make you remove/not use such software.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

What's my Operating System

Can we know the operating given the IP address or DNS of the host. All I have is file://myserver/myapp (4 Replies)
Discussion started by: mohtashims
4 Replies

2. What is on Your Mind?

New operating system and new license

Hello all, I'm new here. I wanted as nickname just wizard but it was taken. So Magus.Wizard instead; in my view, a wizard is somebody who really understands computers, a computer wizard, a master, a profi. Not too much about myself, more to the topic - I get tired from all the crap can be found... (2 Replies)
Discussion started by: Magus.Wizard
2 Replies

3. UNIX for Advanced & Expert Users

Best Operating System

Hello All, I want to install Linux on my machine, so please tell me one thing which is the best to install- 1.)Red Hat 2.)Cent OS 3.)Red Hat 4.)Ubuntu 5.)Fedora except that if there is any please tell me. (1 Reply)
Discussion started by: parthmittal2007
1 Replies

4. Solaris

Set IP for LOM from Operating System

Hi, I have a Sun-Fire-V440 server. I want to set IP address for its LOM from operating system. Earlier it does not have any IP address. Is it possible to set IP from Operating System ? if possible, how can we do it ? Thanks Sri (3 Replies)
Discussion started by: sri243
3 Replies

5. AIX

Can I install AIX operating system on a PC that is running windows 7?

Hi All, I was wondering if I can install AIX 6.1 on my D harddrive and have Windows 7 on my C harddrive. If so, can anybody help me with the installation of AIX? I am totally new to AIX and don't know how to install it. Tried getting info from google on how to install AIX but couldn't... (2 Replies)
Discussion started by: AIX_Beginner
2 Replies

6. AIX

Help ... Java not reading correct AIX system time.

I have Java 1.4.2 (IBM AIX build ca142-20050929a SR3) installed on AIX 5.3. My system time is set correctly and both date and smitty confirm the correct date, time, and timezone: #date Thu Sep 21 15:12:42 EDT 2006 However, when I check the sytem time in Java... (2 Replies)
Discussion started by: dave521
2 Replies

7. UNIX for Dummies Questions & Answers

Operating System

Which is much more powerful as an operating system: 1. Windows 2000 2. Windows 98 3. Windows XP 4. Windows ME 5. Unix 6. Linux and why is it much more powerful than the other operating systems that i have mentioned. thanks for your info... (1 Reply)
Discussion started by: alecks1975
1 Replies

8. UNIX for Dummies Questions & Answers

Unix Operating System

Can anyone give me info on networking features of the Unix Operating System please. Thanks in advance (1 Reply)
Discussion started by: WaveZero
1 Replies
Login or Register to Ask a Question