Home / Java / Legacy
WALL the Wireless Abstraction Library
Back to Java
|
|
MyWurfl, by Bill Ray (of MM02)
This is a nice client side utility by Bill Ray to
browse the WURFL through a SWING-based UI:
You can download the source code here.
Make sure you have the most recent version of the WURFL in the same directory
as all the Java files.
You can run the application with
java -cp . MyWURFL.class
(the "-cp ." bit may not be necessary, if your CLASSPATH includes ".").
|