File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes applet run on one machine but throw an exception on the other Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "applet run on one machine but throw an exception on the other" Watch "applet run on one machine but throw an exception on the other" New topic
Author

applet run on one machine but throw an exception on the other

mohd danish
Greenhorn

Joined: Oct 28, 2009
Posts: 2
i am facing a very strange problem
i can run an applet on a machine successfully
but when the same applet is run on the other machine having the lattest updated version of java it throws NullPointerException
and some of the tab got missed or i should say they are invisible
anyone have any idea what could be the reason
Devaka Cooray
Saloon Keeper

Joined: Jul 29, 2008
Posts: 2691
    
    3

What is the statement throwing that NullPointerException?
Please provide more details.


Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
mohd danish
Greenhorn

Joined: Oct 28, 2009
Posts: 2
problem has resolved
it was because of the temporary files as i delete all the files and restart the applet it start working absolutely fine



a silly mistake
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: applet run on one machine but throw an exception on the other
 
Similar Threads
JavaApplication.exe
steps to run an applet
Downloaded applet file path In remote machine.
why applet run so slowly when there's a servlet running on same machine
Java Console questions