Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-04-2008, 09:03 PM
Member
 
Join Date: May 2008
Posts: 4
Brian H is on a distinguished road
Jamba
I am not very knowlegeble with Java. So back in the 90s I bought an applet development program called Jamba by Amitech and developed 30 or so games in java applets for kids. The games worked great for years.

Jamba stopped working after xp came out and amitech was long gone by then.

About a year ago the applets just stopped working and I get the following error in the sun console.

Error reading JTF file: abcgetem.JTF
http://www.allaboutstuff.com/kids_games/abcgetem.JTF

Is there any way to determine what it is that the newer versions of java do not like

any help would be appreciateded
Thanks
Brian
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-04-2008, 11:55 PM
Senior Member
 
Join Date: Jul 2007
Posts: 933
hardwired is on a distinguished road
Code:
Error reading JTF file: shapes1.JTF http://www.allaboutstuff.com/kids_games/shapes1.JTF Error reading JTF file: Towers.JTF http://www.allaboutstuff.com/kids_games/Towers.JTF Error reading JTF file: abcgetem.JTF http://www.allaboutstuff.com/kids_games/abcgetem.JTF
I'm unable to find your file "abcgetem.JTF"
Code:
<applet code="Jamba/player/JambaPlayer.class" width="540" height="350"> <param name="fps" value="15"> <param name="filename" value="abcgetem.JTF">
Are they still there?
Is there any way to determine what it is that the newer versions of java do not like
Probably. Access to a source (.java) file and its corresponding data (filename) file would help, eg, JambaPlayer.java and abcgetem.JTF (in plain text).
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 05-05-2008, 01:23 AM
Member
 
Join Date: May 2008
Posts: 4
Brian H is on a distinguished road
jtf file included
Yes it is still at that location

http://www.allaboutstuff.com/Kids_Games/abcgetem.JTF

I have attached a zip file with the contents of the jtf file included in a text file within the zip.

All of the class files are in the folder Kids_Games/Jamba/player there are no files ending .java. I can zip the class files too if it helps.

Thanks for your help.
Attached Files
File Type: zip abcgetem.zip (5.0 KB, 2 views)

Last edited by Brian H : 05-05-2008 at 01:36 AM.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 05-05-2008, 01:31 AM
Member
 
Join Date: May 2008
Posts: 4
Brian H is on a distinguished road
class file included
I thought that the JambaPlayer.class might also be helpful so I included it as a text in a zip as well.

Thanks again
Attached Files
File Type: zip JambaPlayer.zip (9.4 KB, 2 views)

Last edited by Brian H : 05-05-2008 at 01:35 AM.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 05-05-2008, 02:16 AM
Member
 
Join Date: May 2008
Posts: 4
Brian H is on a distinguished road
Answering my own question
First let me say thanks for your help.

Maybe someone else out there is having this problem and this will help them too.

Apparrently The file extension .JTF is now being used by other programs for images.

I think the current versions of Java are looking for images hence the file reading error.

I changed the file extension for the .JTF file to .txt and now the applet works fine.

Even IE won't open the JTF file because it thinks it is looking for an image too but it will find the txt file.

I think when Hardwired said "I'm unable to find your file "abcgetem.JTF"" I got on the the right track to solving the problem.

Some times banging your head against the wall does work.

Thanks again

Last edited by Brian H : 05-05-2008 at 02:21 AM.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Jamba Avaj New To Java 0 07-06-2007 05:36 AM


All times are GMT +3. The time now is 02:37 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org