Ron Baker

Greenhorn
+ Follow
since Oct 12, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ron Baker

I am writing an applet that will detect the Microsoft JVM Build. i have the following code (simplified):



but i get:
test.java:6: package com.ms.util does not exist
build=com.ms.util.SystemVersionManager.getVMVersion().getProperty
^
1 error


i am using the j2sdk 1.4.2.

what am i missing?!

Any help would be greatly appreciated.
[ August 03, 2005: Message edited by: Ron Baker ]
18 years ago
So i am getting this error when I try to do a createSender:
javax.jms.InvalidDestinationException: MQJMS2008: failed to open MQ queue

It seems to happen at the bold faced line:


Any ideas?
19 years ago
WAS 5.1 comes with their own MQ libraries and may be messing things up.
Make sure the Generic JMS Provider points to the right MQ libraries and JMSAdmin is setup right.

I run my system on UNIX but i have noticed on Windows that there are System Variables that point to the WebSphere MQ libraries. Maybe point those to the ma88 libraries..
19 years ago