Re: [U2] Installing UniObjects on Linux

2006-08-09 Thread Jeff Powell
Adrian,

It may have something to do with my applet security posts. I was advised
to use a jar rather than zip in my applet and it helped. I also know
that you can't gcj compile the zip.

Does that help?

FYI I ditched the applet due to finding a better method of validating
using java scripts and servlets. I did work but it was not user friendly
in IE.

Jeff

On Thu, 2006-08-10 at 09:48 +1200, Adrian Merrall wrote:

> Dona,
> 
> On 8/10/06, Dona Gibbons <[EMAIL PROTECTED]> wrote:
> > Got it working on linux now.  Moved the asjava.zip file into the lib
> > directory of the java jdk folder and determine the classpath to work with
> > it.  Now I am trying to get the Unicommand to execute query paragraphs.
> 
> One of these days I'll remember the class loader problems with zip's
> exactly.  Sad or worrying because this exact issue came up a month or
> so back, my memory must be going.
> 
> One of the class loaders will process jar files only, not zip files.
> I'm pretty sure this is Tomcat not the jre but if you fall into this
> problem, simply rename the zip as a jar and it will work.
> 
> Regards,
> 
> Adrian
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Installing UniObjects on Linux

2006-08-09 Thread Adrian Merrall

Dona,

On 8/10/06, Dona Gibbons <[EMAIL PROTECTED]> wrote:

Got it working on linux now.  Moved the asjava.zip file into the lib
directory of the java jdk folder and determine the classpath to work with
it.  Now I am trying to get the Unicommand to execute query paragraphs.


One of these days I'll remember the class loader problems with zip's
exactly.  Sad or worrying because this exact issue came up a month or
so back, my memory must be going.

One of the class loaders will process jar files only, not zip files.
I'm pretty sure this is Tomcat not the jre but if you fall into this
problem, simply rename the zip as a jar and it will work.

Regards,

Adrian
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Installing UniObjects on Linux

2006-08-09 Thread Dona Gibbons
Got it working on linux now.  Moved the asjava.zip file into the lib
directory of the java jdk folder and determine the classpath to work with
it.  Now I am trying to get the Unicommand to execute query paragraphs.

DG

On 8/8/06, Symeon Breen <[EMAIL PROTECTED]> wrote:
>
> As far as I was aware the actual unidk install is windows only, however
> you
> can then grab the uojsdk directory and use what you need from there - the
> class files are zipped in the lib directory etc...
>
>
> rgds
> Symeon.
>
> On 08/08/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> >
> > On 8/8/06, gibboda <[EMAIL PROTECTED]> wrote:
> > > I am trying to install the UniDK on Linux.  My goal is to get
> UniObjects
> > and
> > > UniObjects for Java installed on a Linux Machine to be able to
> > communicate
> > > with a AIX system containing Unidata.  I have search the internet and
> > found
> > > several examples of using UniObjects but none on how to install the
> > UniDK on
> > > Linux.  Any resources is appriciated.
> >
> > There are some old instructions on the wiki...
> >
> > * http://www.pickwiki.com/cgi-bin/wiki.pl?Redhat8UD6PEInstallInfo
> > * http://www.pickwiki.com/cgi-bin/wiki.pl?RedhatUV10InstallInfo
> >
> > --
> > Wendy
> > ---
> > u2-users mailing list
> > u2-users@listserver.u2ug.org
> > To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Installing UniObjects on Linux

2006-08-09 Thread Dona Gibbons
Thanks.  I grab just the zip file in the uojsdk and added the classpath to
get it working in my windows enviroment.  Now I am going to try the same
thing in Linux.  All I need is the classes.

DG

On 8/8/06, Symeon Breen <[EMAIL PROTECTED]> wrote:
>
> As far as I was aware the actual unidk install is windows only, however
> you
> can then grab the uojsdk directory and use what you need from there - the
> class files are zipped in the lib directory etc...
>
>
> rgds
> Symeon.
>
> On 08/08/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> >
> > On 8/8/06, gibboda <[EMAIL PROTECTED]> wrote:
> > > I am trying to install the UniDK on Linux.  My goal is to get
> UniObjects
> > and
> > > UniObjects for Java installed on a Linux Machine to be able to
> > communicate
> > > with a AIX system containing Unidata.  I have search the internet and
> > found
> > > several examples of using UniObjects but none on how to install the
> > UniDK on
> > > Linux.  Any resources is appriciated.
> >
> > There are some old instructions on the wiki...
> >
> > * http://www.pickwiki.com/cgi-bin/wiki.pl?Redhat8UD6PEInstallInfo
> > * http://www.pickwiki.com/cgi-bin/wiki.pl?RedhatUV10InstallInfo
> >
> > --
> > Wendy
> > ---
> > u2-users mailing list
> > u2-users@listserver.u2ug.org
> > To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Installing UniObjects on Linux

2006-08-09 Thread Dona Gibbons
Thank you, this helps.

On 8/8/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 8/8/06, gibboda <[EMAIL PROTECTED]> wrote:
> > I am trying to install the UniDK on Linux.  My goal is to get UniObjects
> and
> > UniObjects for Java installed on a Linux Machine to be able to
> communicate
> > with a AIX system containing Unidata.  I have search the internet and
> found
> > several examples of using UniObjects but none on how to install the
> UniDK on
> > Linux.  Any resources is appriciated.
>
> There are some old instructions on the wiki...
>
> * http://www.pickwiki.com/cgi-bin/wiki.pl?Redhat8UD6PEInstallInfo
> * http://www.pickwiki.com/cgi-bin/wiki.pl?RedhatUV10InstallInfo
>
> --
> Wendy
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
>



-- 
Dona
---
Bachelor of Electrical Engineering
Bachelor of Computer Engineering
Co-op Bachelor of Electrical Engineering
Co-op Bachelor of Software Engineering
Comptia Network+ Certified Professional
System Intergration and Software Development Engineer/Manager
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Installing UniObjects on Linux

2006-08-08 Thread Gordon J Glorfield
Wendy,

Those instructions are for installing the database itself.  Not the UniDK. 
 Is there a *nix version of the UniDK?  I don't think there is yet.

Gordon


Gordon J. Glorfield
Sr. Applications Developer
UnitedHealthcare's Mid-Atlantic Health Plans
301-360-8839

[EMAIL PROTECTED] wrote on 08/08/2006 01:33:41 PM:

> On 8/8/06, gibboda <[EMAIL PROTECTED]> wrote:
> > I am trying to install the UniDK on Linux.  My goal is to get 
UniObjects and
> > UniObjects for Java installed on a Linux Machine to be able to 
communicate
> > with a AIX system containing Unidata.  I have search the internet and 
found
> > several examples of using UniObjects but none on how to install the 
UniDK on
> > Linux.  Any resources is appriciated.

> There are some old instructions on the wiki...

> * http://www.pickwiki.com/cgi-bin/wiki.pl?Redhat8UD6PEInstallInfo
> * http://www.pickwiki.com/cgi-bin/wiki.pl?RedhatUV10InstallInfo
> 
> --
> Wendy
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/


This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Installing UniObjects on Linux

2006-08-08 Thread Symeon Breen
As far as I was aware the actual unidk install is windows only, however you
can then grab the uojsdk directory and use what you need from there - the
class files are zipped in the lib directory etc...


rgds
Symeon.

On 08/08/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 8/8/06, gibboda <[EMAIL PROTECTED]> wrote:
> > I am trying to install the UniDK on Linux.  My goal is to get UniObjects
> and
> > UniObjects for Java installed on a Linux Machine to be able to
> communicate
> > with a AIX system containing Unidata.  I have search the internet and
> found
> > several examples of using UniObjects but none on how to install the
> UniDK on
> > Linux.  Any resources is appriciated.
>
> There are some old instructions on the wiki...
>
> * http://www.pickwiki.com/cgi-bin/wiki.pl?Redhat8UD6PEInstallInfo
> * http://www.pickwiki.com/cgi-bin/wiki.pl?RedhatUV10InstallInfo
>
> --
> Wendy
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Installing UniObjects on Linux

2006-08-08 Thread JPB
I think, correct me if I'm wrong, that he is looking for a client edition
for Linux which I don't think is available.
Jerry

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak
Sent: Tuesday, August 08, 2006 12:34 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Installing UniObjects on Linux

On 8/8/06, gibboda <[EMAIL PROTECTED]> wrote:
> I am trying to install the UniDK on Linux.  My goal is to get UniObjects
and
> UniObjects for Java installed on a Linux Machine to be able to communicate
> with a AIX system containing Unidata.  I have search the internet and
found
> several examples of using UniObjects but none on how to install the UniDK
on
> Linux.  Any resources is appriciated.

There are some old instructions on the wiki...

 * http://www.pickwiki.com/cgi-bin/wiki.pl?Redhat8UD6PEInstallInfo
 * http://www.pickwiki.com/cgi-bin/wiki.pl?RedhatUV10InstallInfo

-- 
Wendy
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Installing UniObjects on Linux

2006-08-08 Thread Wendy Smoak

On 8/8/06, gibboda <[EMAIL PROTECTED]> wrote:

I am trying to install the UniDK on Linux.  My goal is to get UniObjects and
UniObjects for Java installed on a Linux Machine to be able to communicate
with a AIX system containing Unidata.  I have search the internet and found
several examples of using UniObjects but none on how to install the UniDK on
Linux.  Any resources is appriciated.


There are some old instructions on the wiki...

* http://www.pickwiki.com/cgi-bin/wiki.pl?Redhat8UD6PEInstallInfo
* http://www.pickwiki.com/cgi-bin/wiki.pl?RedhatUV10InstallInfo

--
Wendy
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Installing UniObjects on Linux

2006-08-08 Thread gibboda
I am trying to install the UniDK on Linux.  My goal is to get UniObjects and
UniObjects for Java installed on a Linux Machine to be able to communicate
with a AIX system containing Unidata.  I have search the internet and found
several examples of using UniObjects but none on how to install the UniDK on
Linux.  Any resources is appriciated.

Thank you for your help.

DG
-- 
View this message in context: 
http://www.nabble.com/Installing-UniObjects-on-Linux-tf2073024.html#a5707633
Sent from the U2 - Users forum at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/