The Artima Developer Community
Sponsored Link

Java Answers Forum
including problem

3 replies on 1 page. Most recent reply: May 15, 2002 3:24 AM by Tarba Dan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
guangtian zhang

Posts: 2
Nickname: gary
Registered: May, 2002

including problem Posted: May 13, 2002 2:09 AM
Reply to this message Reply
Advertisement
Hi,
I was trying to import a class: vrml.* to my programing in jbuilder, But I don't know how.
Special thanks for your help.

Yours gary


locutus

Posts: 6
Nickname: locutus
Registered: May, 2002

Re: including problem Posted: May 14, 2002 4:43 AM
Reply to this message Reply
import vrml.*;

guangtian zhang

Posts: 2
Nickname: gary
Registered: May, 2002

Re: including problem Posted: May 14, 2002 11:07 PM
Reply to this message Reply
HI,
Thanks for your reply.

Surely I know the code as you told me. But it did not work and the class could not be found although I have added it into the class files. maybe I should paste it at somewhere else. Do you have any idea about that?

Yours gary

Tarba Dan

Posts: 11
Nickname: dtarba
Registered: May, 2002

Re: including problem Posted: May 15, 2002 3:24 AM
Reply to this message Reply
Be sure that the path to your vrml package is in the classpath variable

In case you don't know, you can set the classpath when you run your application
java -classpath dir classname
or
java -cp dir classname

or you can set the classpath before unning the application
Win32 : set classpath=dirname

Flat View: This topic has 3 replies on 1 page
Topic: applet connectivity Previous Topic   Next Topic Topic: Uploading file back to http server

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use