Bugs item #683900, was opened at 2003-02-10 13:03
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=683900&group_id=44253
Category: Interactions
Group: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: Kevin Butler (butlekvi)
Assigned to: Nobody/Anonymous (nobody)
Summary: ClassCastExceptions
Initial Comment:
With just about all interactions with complex
applications I get exceptions like this:
> package com.coi.xtrend.client.test.base;
> CoreAPI.main(new String[0]);
java.lang.ClassCastException:
at com.coi.xtrend.client.base.Environment.<init>
(Environment.java:67)
at
com.coi.xtrend.client.base.Environment.getInstance
(Environment.java:169)
at com.coi.xtrend.client.base.Environment.init
(Environment.java:230)
at com.coi.xtrend.client.test.base.CoreAPI.main
(CoreAPI.java:559)
at sun.reflect.NativeMethodAccessorImpl.invoke0
(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke
(Method.java:324)
When I try the same with the DynamicJava-GUI,
there's no problem.
Any ideas?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=683900&group_id=44253
|