Re: Remedy Testing Java question

2016-11-23 Thread LJ LongWing
From:* Action Request System discussion list(ARSList) [mailto: > arslist@ARSLIST.ORG] *On Behalf Of *LJ LongWing > *Sent:* Tuesday, November 22, 2016 5:11 PM > *To:* arslist@ARSLIST.ORG > *Subject:* Re: Remedy Testing Java question > > > > ** > > Terri, > > If you are defi

Re: Remedy Testing Java question

2016-11-22 Thread Lockwood, Teresa - OCIO-CTS, Jacksonville FL
Testing Java question ** Terri, If you are defining a Class, you must define a file named by the same name, and there can only be one class per file...so, the line 7 needs to be in a file named 'OpenIE.java', and it needs to be the only class definition in the file. Line 12 is complaining because

Re: Remedy Testing Java question

2016-11-22 Thread LJ LongWing
Terri, If you are defining a Class, you must define a file named by the same name, and there can only be one class per file...so, the line 7 needs to be in a file named 'OpenIE.java', and it needs to be the only class definition in the file. Line 12 is complaining because \ is an 'escape

Remedy Testing Java question

2016-11-22 Thread Lockwood, Teresa - OCIO-CTS, Jacksonville FL
Hello. I am learning to use Selenium WebDriver to do remedy testing. I've created a basic Eclipse Java class and hoping someone here on the list can help me troubleshoot. I'm working on a basic script that will simply open a Google webpage using Internet Explorer (IE). (Will be doing the same

8.1 SP2 == JAVA question

2013-11-27 Thread patrick zandi
Hey'a all ENV:Solaris 10, Oracle 11.2.0.3 If I run the arsystem on the JAVA 1.5.0_51 and JAVA 1.6.0_43 version all works great If I attempt to use the JAVA 1.7.0_45 -- it fails horribly.. with the Errors below : contacted BMC they said it is not compatible with 1.7 .. YET:: my ars 7.1

Re: 8.1 SP2 == JAVA question

2013-11-27 Thread LJ LongWing
Patrick, To the best of my knowledge...there is no 8.1 SP2...just 8.1 Patch 2the difference between a patch and a service pack is that a patch requires you to install the base, then patch 1, then patch 2but when the first service pack comes out, it will be a stand alone install that

Re: 8.1 SP2 == JAVA question

2013-11-27 Thread patchsk
Not same OS and java version. We are on Linux 6.x, ARS8.1p002, Oracle 11g and is working fine with jdk1.7.0_25. On Wednesday, November 27, 2013 8:19:04 AM UTC-8, patrick zandi wrote: ** Hey'a all ENV:Solaris 10, Oracle 11.2.0.3 If I run the arsystem on the JAVA 1.5.0_51 and JAVA

Re: 8.1 SP2 == JAVA question

2013-11-27 Thread patrick zandi
ldd -d is the command.. There is some problem with it.. On Wed, Nov 27, 2013 at 11:32 AM, LJ LongWing lj.longw...@gmail.com wrote: ** Patrick, To the best of my knowledge...there is no 8.1 SP2...just 8.1 Patch 2the difference between a patch and a service pack is that a patch requires

8.1 SP2 == JAVA question

2013-11-27 Thread John Baker
Patrick It's not so much java at fault but the ARAPI native libraries that are still - for a reason that completely escapes me - floating around the ARAPI. I thought it was supposed to be pure Java about 5 years ago, and it mostly is. John

Java question....

2008-06-06 Thread Richard Copits
I've heard several different things on this so I thought I'd ask the list. What version of the Java software is needed for 7.1 - it it the JDK software and is it the latest version or is a special version needed? Thanks. Portions of this message may be confidential under an exemption to

Re: Java question....

2008-06-06 Thread strauss
Strauss, Ph.D. Call Tracking Administration Manager University of North Texas Computing IT Center http://itsm.unt.edu/ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Richard Copits Sent: Friday, June 06, 2008 9:04 AM To: arslist@ARSLIST.ORG Subject: Java

Re: Java question....

2008-06-06 Thread ITSM
*Hi,* AR System (Server and Mid-Tier) 7.1.00 requires Java 5.0 or higher. Hope this helps... *Regards, Sandeep Vyom Labs Pvt. Ltd. An ISO 2 certified company. Consulting | Outsourcing | Training || BMC Remedy BSM | ITIL Web : www.vyomlabs.com * Richard Copits wrote: ** I’ve heard

Re: Java question....

2008-06-06 Thread Gary Opela (Corporate)
(r) Level 3 Rated Company -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of ITSM Sent: Tuesday, June 26, 2007 9:32 AM To: arslist@ARSLIST.ORG Subject: Re: Java question *Hi,* AR System (Server and Mid-Tier) 7.1.00 requires

Re: Java question....

2008-06-06 Thread Richard Copits
Are these both saying the same thing I think I'm more confused??? Your best bet is to load the 1.5.0_14+ JDK on both the mid-tier server (which requires it) and the AR Server (which can get by with the JRE) since some of the functions that can reside on the AR Server also need

Re: Java question....

2008-06-06 Thread strauss
: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Richard Copits Sent: Friday, June 06, 2008 9:49 AM To: arslist@ARSLIST.ORG Subject: Re: Java question ** Are these both saying the same thing I think I'm more confused??? Your best bet

Re: Java question....

2008-06-06 Thread Richard Copits
, 2008 10:53 AM To: arslist@ARSLIST.ORG Subject: Re: Java question ** The compatibility matrixes always state the base level of java support required, followed by the hopeful phrase or higher. When (not if) you experience java issues, the first thing support will do is ask you to install

Re: Java question....

2008-06-06 Thread Peter Romain
If you install 1.6 then don't go above upgrade 3 if you are using ars web services and ARS 7.1 as the plugin will fail with a message about not being able to determine the minor Java version. Java 1.5 = Java 5.0. They changed the numbering mechanism starting with v5/1.5. Sort of like Solaris

Re: Java question....

2008-06-06 Thread Phil Murnane
Richard: The JDK includes the JRE, so just download the JDK 1.5.0_15. --Phil - Original Message From: Richard Copits [EMAIL PROTECTED] To: arslist@ARSLIST.ORG Sent: Friday, June 6, 2008 8:04:43 AM Subject: Re: Java question ** So, from here   http://java.sun.com/javase/downloads

Re: Java question....

2008-06-06 Thread Richard Copits
Great! Everyone's responses clarifies a lot - thanks to all!! I think I finally understand it... From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Phil Murnane Sent: Friday, June 06, 2008 11:27 AM To: arslist@ARSLIST.ORG Subject: Re: Java question

Re: Java question....

2008-06-06 Thread sriram pm
Hi, You need only the JRE to be installed You do not need the JDK Kit. Download the JRE 5.x from java.sun.com and install it. Thanks, Sriram On Fri, Jun 6, 2008 at 10:03 PM, Richard Copits [EMAIL PROTECTED] wrote: ** I've heard several different things on this so I thought I'd ask

Re: Java question....

2008-06-06 Thread Thad K Esser
, and sure enough, they're yours.-- Richard Bach Rick Cook [EMAIL PROTECTED] Sent by: Action Request System discussion list(ARSList) arslist@ARSLIST.ORG 06/06/2008 08:02 AM Please respond to arslist@ARSLIST.ORG To arslist@ARSLIST.ORG cc Subject Re: Java question ** Java 1.5 = Java

Re: Java question....

2008-06-06 Thread Easter, David
Subject: Re: Java question ** Speaking of confusing version numbers... I recently ran across document #88219 (http://documents.bmc.com/supportu/documents/82/19/88219/88219.pdf ), titled BMC Configuration Management Configuration Discovery Integration for CMDB 7.2.01. CMDB 7.2.01? I