Re: [java3d] Getting Started

1999-03-31 Thread moss
cc: (bcc: Gary Moss/arl) Subject: Re: [java3d] Getting Started Except that installation instructions for Win NT say that if you didn't have any JDK installed before, you shouldn't have to set the classpath at all. This however, isn't clear if you do not install in default directory as

Re: [java3d] Getting Started

1999-03-31 Thread Nikola Vukovljak
> > > > Exception in thread "main" java.lang.NoClassDefFound > > Error:HelloUniverse > > The classpath must always point to the directory to fetch classes from. > In this case "." would need to be added to your classpath or the actual > directory name "c:\jdk1.2\demo\HelloUniverse". Probably the f

Re: [java3d] Getting Started

1999-03-30 Thread Justin Couch
[EMAIL PROTECTED] wrote: > > I have reloaded JDK1.2 and Java3D form scratch > I have nothing set in Classpath > > Changing Directory as in Readme > > In response to > > c:\jdk1.2\demo\HelloUniverse>java HelloUniverse > > I get > > Exception in thread "main" java.lang.NoClassDefFound > Error:

[java3d] Getting Started

1999-03-30 Thread ps
I have reloaded JDK1.2 and Java3D form scratch I have nothing set in Classpath Changing Directory as in Readme In response to c:\jdk1.2\demo\HelloUniverse>java HelloUniverse I get Exception in thread "main" java.lang.NoClassDefFound Error:HelloUniverse Any ideas of what I am doing wrong. P