Hi,

i cannot believe I am the only one who uses Visual Age for Java with
Java3D, am I? If so then maybe I should write how to import the classes
for the java-faq *lol* - I will gladly do this after my diploma is
finished. Because now I cannot remember 100% sure how I did it (I partly
included the sourcecode to be able to debug) and I don't want to retry
now when I have to finish my project soon :-)

So PLEASE if any one is using VAJ, could you please try to include the
VrmlLoader and use it? Just run this tiny class TWICE and look what it's
doing. If it's crashing your IDE ... well I think IBM should take some
action then...



import com.sun.j3d.loaders.vrml97.*
class VrmlLoaderTest {
        public VrmlLoader myVrmlLoader;

        public VrmlLoaderTest() {
                super();
                myVrmlLoader = new VrmlLoader();
        }

        public String toString() {
                return myVrmlLoader.toString();
        }

        public static void main(String[] args) {
                System.out.println(new VrmlLoaderTest());
        }
}

Thank you!!!!

Andreas

Andreas Ebbert wrote:
>
> Hi,
>
> as anyone else experienced a problem with this combination? I am using
> VAJ Entry Edition I already posted it to IBMs newsgroup but there was no
> response yet.
>
> A program which contains an instatiation of VrmlLoader can only be run
> ONCE! When run a second time, ide.exe hangs and can only be killed via
> Task Manager. Very Strange ...
>
> I would be glad if someone could test this and tell his/her results.
>
> Thanks,
>
> Andreas Ebbert
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to