02 May 2003 - java_dev (original) (raw)

01:07 pm - suppafly - jar file question. I am attempting to make an executing jar file for a project i'm doing for class, and I can't see to make it work correctly, specifically, the images only work if the jar file is ran from the directory that contains /img for some reason it won't read the image files from the jar file. Any suggestions?
03:14 pm - bombcat - serialization problem in my phonebook program , i've got a file to which i serialize my person objects . deserialization works fine . here is the question - is there any way i could specify , for example , a person's name , then search through the file and find the name and return the entire object complete with all the other attributes (surname,phoneNo,description) ? anyone know how to do this ?
03:18 pm - ilja_l - class2exe Hi, it's me again :)I was wondering if anyone knows a simple way of turning .class data into .exe? I mean, it should be something simple. Obvious way: including all the needed classes and an interpreter. But there should be an easier solution.