Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - z_____

#1
Support / Re: The car demo as an applet
May 24, 2007, 03:31:55 PM



...And I don't know what to do. :(
btw, the Textures are uploaded on the same server, but not in the same directory. I use the Texture method with loading texture from URL. Here is the web address where the applet must appear, but no success for now :(  :
http://z.arttoday.org/gallery/deploy/start.html

I'm sure, that I'm making some very stupid mistake, but unfortunately I can't locate it.. If somebody can help me, please :)
Thanks!
#2
Support / Re: The car demo as an applet
May 24, 2007, 03:28:07 PM
I decided to write here, because my problem is somehow related with this question.
I  tried to make the fps-like level demo in applet, but some problems occur. When I'm compiling the demo on my machine, there is no problem - the applet is running, but when i try to load the applet from the web, nothing happens. Java Console shows the following errors:

ava Plug-in 1.5.0_05
Using JRE version 1.5.0_05 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\user


----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

load: JPCTDemo.class can't be instantiated.
java.lang.InstantiationException: JPCTDemo
   at java.lang.Class.newInstance0(Unknown Source)
   at java.lang.Class.newInstance(Unknown Source)
   at sun.applet.AppletPanel.createApplet(Unknown Source)
   at sun.plugin.AppletViewer.createApplet(Unknown Source)
   at sun.applet.AppletPanel.runLoader(Unknown Source)
   at sun.applet.AppletPanel.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Exception in thread "Thread-4" java.lang.NullPointerException
   at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
   at sun.plugin.AppletViewer.showAppletException(Unknown Source)
   at sun.applet.AppletPanel.runLoader(Unknown Source)
   at sun.applet.AppletPanel.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
   at sun.plugin.util.GrayBoxPainter.showLoadingError(U÷P?