|
I'm developing a Java 5.0 application that connects to Websphere Application Server default messaging queues.
My application will be deployed on Windows server (with sun JDK installed by default), in order to connect to the Websphere queues I have two...
Started by Ahmad on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It was my impression that it was licensed only as part of another IBM product (like WebSphere MQ, or one of the Rational tools to clear this latter question up....
I don't know if the IBM JRE is licensed for use or distribution by itself.
|
|
2 x IBM keyboard badges- prefer blue IBM if possible Hi all,
I now own a Unicomp Wildcat keyboard. I'm in the process of de-wildcating the board (that is, removing the Wildcat logos etc) and it would be great to replace the Wildcat logo with a proper ...
Started by mr626 on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at geekhack):
Yup, I'm aware 1390131 || Unicomp Kentucky Wildcat || I had... .
Originally Posted by bazemk1979 good luck with that one, Unicomp stoped selling IBM badges while back...
Good luck with that one, Unicomp stoped selling IBM badges while back...
|
|
Advent laptop | shop battery | battery | buy battery | battery laptop
IBM,IBM laptop battery,IBM computer batteries,laptop battery,IBM laptop battery sale ,IBM batteries
Currencies:
US Dollar
Euro
GB Pound
Canadian Dollar
Australian Dollar
CNY
Shopping...
Started by Sir H on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at kyokushin):
|
Ask your Facebook Friends
|
How do I map a windows network drive to an AS400 (IBM iSeries) IFS folder?
Started by Miyagi Coder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
A Customer of mine has an AS/400, though, and after an OS upgrade last week on the '400 they wondered about getting a copy of "Client Access" off of the system using the Windows File and Print Sharing protocol .
I have no idea what an "ISF folder" is.
|
|
Hi does anyone know how to create a message listener using IBM MQ? I know how to do it using the JMS spec but I am not sure how to do it for IBM MQ. Any links or pointers are greatly appreciated.
Started by x1a0 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I know in the past I've had....
Take a look at IBM Help: Writing WebSphere MQ base Java applications
IBM has an API for interacting buffer: " + ex); } } } // end of sample
I'm not sure if the IBM jars are located at the base Maven repo.
|
|
I need to query an IBM Domino data store that was populated using Lotus Notes from within a Java application. I am hoping that IBM followed the JDBC design pattern so that I can implement similarly to what I have done to get data from Oracle. Where should...
Started by dacracot on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
According to wikipedia:
External....
Notes jdbc" yields this note from IBM :
Question
Is Lotus® Domino® Driver for JDBC (LDDJ) supported on current versions of IBM® Lotus Notes® and Lotus Domino?
Answer
IBM no longer provides a Notes JDBC .
|
|
Hi All,
I was given an IBM 3534-1RU SAN HUB and I realized that it isn't a fibre hub that would do TCP/IP!
So what could I use this for?
Started by Jason on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Ebay?
It is used to connect Fiber Channel HBAs to a FC SAN enclosure. .
Unless you have FC gear, not much.
|
|
Is it correct to say that IBM's cell is a multi-core architecture? I have to give a presentation on "Multi-core architectures" and was wondering if I could focus on the Cell processor.
Started by Nougat on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It contains 9 cores: 8 SPUs (Synergistic Processing Units), extremely simple, but fast 128-Bit SIMD processors, kind of like MMX on x86 or AltiVec... .
Yes, it is.
A bunch of penguins show up when I boot Linux on my PS3 :p .
Yes it most definitely is.
|
|
I have IBM's J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3) installed. After getting an OOM, the size of the heap dump is 383MB. How much heap does the JVM have?
The reason why I ask is that a 400MB heap dump seems a bit much for the default 64MB heap that ...
Started by Aaron Digulla on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Default -Xmx for Linux is "Half the real memory with a minimum of 16 MB and a maximum of 512 MB", and for Windows... .
On most platforms, default -Xms is 4M.
According to the documentation , the default minimum and maximum heap sizes are platform-dependent .
|
|
I am trying to install IBM RAD, while installation, I am getting this error -
JVM terminated exit code=8096
And the installation stops. Is there any way to rectify this problem? Why Does JVM terminates? I verified that this is the jre from IBM which is...
Started by Shamik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hello,
one thing you could try is to delete the shared classes cache because this error may be caused by a corrupted cache, the commands to do that are:
java -Xshareclasses:listAllCaches // to see the caches you have java -Xshareclasses:destroy,name=myCacheName... .
|