Results 1 to 2 of 2
- 12-06-2011, 10:40 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 1
- Rep Power
- 0
Please help with a downloaded program! ;)
Hello,
I'm not a Java programmer, but i recently downloaded a program (Crossroad/Simple Traffic Animation) and I have a difficulty starting it ;( it shows an error:

I would really appreciate any help, maybe I need some kind on different java runtime environment or it is error within this program and nth can be done...
Anyway thank You for Your time ;)
All the best!
- 12-07-2011, 01:21 AM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,560
- Rep Power
- 11
Re: Please help with a downloaded program! ;)
Hi Thirrum. Your question is not really what this forum is for (help with Java program development, rather than end user support), however...
The problem seems to be that the class files (which make up a Java program) are invalid in some way. I notice that the program you are trying to run is really quite old (1.1.6) and there are known compatibility problems with programs compiled then and run now. Basically the Java runtime has been made more strict about what it considers valid code. (The problem is documented, eg, in the 1.4.2 Deployment Guide).
It is always worth making sure you have the lastest version of the Java runtime. (From Oracle's site). And if you know anybody who is successfully using the program you could find out what version they are using.
It's a long shot, but perhaps someone at the University of Applied Sciences, Trier would be prepared to recompile the program (which is what the deployment Guide recommends doing). The source code is not available from that site, however, and that doesn't leave you with a lot of options.
Similar Threads
-
Help installing a downloaded 'addon'
By OGirly in forum New To JavaReplies: 3Last Post: 11-21-2011, 03:27 PM -
how to compile in netbeans...i just downloaded it
By learning_grjava in forum New To JavaReplies: 1Last Post: 06-20-2011, 10:43 PM -
how to import downloaded .gif files into the software.
By elecleoalune in forum New To JavaReplies: 9Last Post: 04-12-2011, 02:27 PM -
How can i use downloaded package?
By sjesingani in forum New To JavaReplies: 2Last Post: 04-04-2011, 10:03 PM -
Implementing a downloaded JAR file?
By johntveg in forum New To JavaReplies: 2Last Post: 06-27-2009, 05:51 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks