473,909 Members | 5,624 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is JDK_PATH used for?

I found a DB2 8.2 (FP8) instance running on AIX 5.2 where the dbm
config JDK_PATH is set to a directory that does not exist. I can't even
find any JDK installed on the server. What does DB2 do with the
JDK_PATH, and under what circumstances is it used by DB2?

Nov 12 '05 #1
4 2471
Ian
m0****@yahoo.co m wrote:
I found a DB2 8.2 (FP8) instance running on AIX 5.2 where the dbm
config JDK_PATH is set to a directory that does not exist. I can't even
find any JDK installed on the server. What does DB2 do with the
JDK_PATH, and under what circumstances is it used by DB2?


It's used for Java UDFs and Java Stored procedures.

Nov 12 '05 #2
Ian wrote:
m0****@yahoo.co m wrote:
I found a DB2 8.2 (FP8) instance running on AIX 5.2 where the dbm
config JDK_PATH is set to a directory that does not exist. I can't even
find any JDK installed on the server. What does DB2 do with the
JDK_PATH, and under what circumstances is it used by DB2?


It's used for Java UDFs and Java Stored procedures.


And for the DB2 tools (Control Center, First Steps, etc.).
Nov 12 '05 #3
I believe that the DB2 tools (Control Center, First Steps, etc.) use
the JDK_PATH specified in the config for the Administrative Server (get
admin cfg). I was asking about the instance config (dbm cfg), and
answer given by Ian was "Java UDFs and Java Stored procedures."

Nov 12 '05 #4
m0****@yahoo.co m wrote:
I believe that the DB2 tools (Control Center, First Steps, etc.) use
the JDK_PATH specified in the config for the Administrative Server (get
admin cfg). I was asking about the instance config (dbm cfg), and
answer given by Ian was "Java UDFs and Java Stored procedures."


I understand that Ian gave that answer. And I am quite positive that the
instance config's JDK_PATH is used for the DB2 tools as well since the DB2
tools are part of the adminstration client which does not have an
Administration Server available to use.

The DB2 Administration Server (DAS) is only available on servers - which
also support Java UDFs and Java Stored Procedures, but the DAS JDK_PATH
configuration parm isn't used for that, either. The DAS uses a similar
model to the server for its own behaviour, including stored-procedure-like
functions, which may, themselves, be Java-based. The JDK_PATH parms for
the administration server is used for those functions only.

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
6826
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what the issue is. Thanks Ravi
54
6612
by: Brandon J. Van Every | last post by:
I'm realizing I didn't frame my question well. What's ***TOTALLY COMPELLING*** about Ruby over Python? What makes you jump up in your chair and scream "Wow! Ruby has *that*? That is SO FRICKIN' COOL!!! ***MAN*** that would save me a buttload of work and make my life sooooo much easier!" As opposed to minor differences of this feature here, that feature there. Variations on style are of no interest to me. I'm coming at this from a...
6
22311
by: Zhang Weiwu | last post by:
Hello. I am working with a php software project, in it (www.egroupware.org) Chinese simplified locate is "zh" while Traditional Chinese "tw". I wish to send correct language attribute in http header, I found "zh" is not standard. I found this line in apache2's default httpd.conf # Simplified Chinese (zh-CN) AddLanguage zh-CN .zh-cn
121
10281
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode support IDEs are DreamWeaver 8 and Zend PHP Studio. DreamWeaver provides full support for Unicode. However, DreamWeaver is a web editor rather than a PHP IDE. It only supports basic IntelliSense (or code completion) and doesn't have anything...
4
1489
by: Willard Farwark | last post by:
Keep getting db2cc: 34296 Segmentation fault running it. Why is this so hard?????? Java 1.1.8 Thanks for any input
3
2599
by: Bruce | last post by:
Is there a way to determine the value of JDK_PATH programmatically without having to grep and awk the output of "get dbm cfg"? Is there a way to just access the value of this single parameter? Thanks!
2
3685
by: Martin Høst Normark | last post by:
Hi everyone Has anyone got the least experience in integrating the Digital Signature with an ASP.NET Web Application? Here in Denmark, as I supose in many other countries, they're promoting the digital signature. A lot of people already has one, to do their taxes, and much more. I have to use for a business-to-business e-commerce solution, where it's vital that the right user is being logged on, and not give his username and password...
11
2508
by: Paul Brady | last post by:
Apparently, I have been living on the wrong planet. I have written 15 databases in Microsoft Access in the past 10 years, some of which are split, one uses ODBC interface with a SQL server, one has a many-to-many relationship, and all of which have Basic code to handle events and run functions which I have coded, and all this time have never heard of .Net -- until today. So, I looked it up on Google, asking for Access and .Net and got...
89
5829
by: Tubular Technician | last post by:
Hello, World! Reading this group for some time I came to the conclusion that people here are split into several fractions regarding size_t, including, but not limited to, * size_t is the right thing to use for every var that holds the number of or size in bytes of things. * size_t should only be used when dealing with library functions.
0
10037
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9879
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11348
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
11052
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
8099
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7249
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5938
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6140
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4336
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.