|
Home > Archive > WebSphere HATS > September 2005 > Imported variable type
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Imported variable type
|
|
| Yagiz Erkan 2005-07-28, 5:45 pm |
|
Hi all,
I'm using HATS Studio 5.1.2 with fixpack 6 on Windows 2000.
I'm trying to use a variable in my very simple macro. In the advanced =
editor, I import my class and create a variable of this type. When I =
finish, I can see the entries in my macro. So far so good. I'm not even =
=
trying to use the variable. =
The problem happens when I open a Host Terminal and try to run the macro=
.. =
If the imported class is a standard Java type (such as java.util.Vector)=
=
the macro runs fine. If the imported class type is a class that I create=
d =
it doesn't run. It blocks. It sounds like a CLASSPATH issue but I can't =
=
figure out how to set it. Does anyone have a clue about what's going on?=
Any help would be greatly appreciated!
Thanks,
- Yagiz -
| |
| R Craig 2005-09-15, 2:45 am |
| Yagiz Erkan wrote:
>
> Hi all,
>
> I'm using HATS Studio 5.1.2 with fixpack 6 on Windows 2000.
>
> I'm trying to use a variable in my very simple macro. In the advanced
> editor, I import my class and create a variable of this type. When I
> finish, I can see the entries in my macro. So far so good. I'm not even
> trying to use the variable.
>
> The problem happens when I open a Host Terminal and try to run the
> macro. If the imported class is a standard Java type (such as
> java.util.Vector) the macro runs fine. If the imported class type is a
> class that I created it doesn't run. It blocks. It sounds like a
> CLASSPATH issue but I can't figure out how to set it. Does anyone have
> a clue about what's going on?
>
> Any help would be greatly appreciated!
> Thanks,
>
> - Yagiz -
Just a guess, but did you set class loader policy to application. There
is a technote that says you have to do that to find SSL certificates and
custom component classes. I suspect the same is true for your own class
types.
|
|
|
|
|