Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java apps not working

  • 13-11-2006 5:45pm
    #1
    Registered Users, Registered Users 2 Posts: 361 ✭✭


    Ever since I installed Java3d on my computer all Jave apps i have and stuff like java chat rooms do not work.

    When opening a java application I get this error. (This normally opened with no problems)
    =============


    C:\DOCUME~\COLINB~1\LOCALS~1\TEMP\TEMPORARY DIRECTORY14 for JavaSoundDemo.zip\JavaSoundDemo\javaSoundDemo.jar.

    Application not found.

    =============

    Any ideas anyone?


Comments

  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    looks like your trying to run the java file by executing the JAR file. Unless the jar file is a self executing jar it won't work.


  • Registered Users, Registered Users 2 Posts: 361 ✭✭Redegg


    Yea, the .jar file always executes.


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    Redegg wrote:
    Yea, the .jar file always executes.

    Jar files will only execute if they have been setup to do so.

    You may need to read the instructions for that particular java program to see what the execution command is.


Advertisement