wapide1.0src

所属分类:Java编程
开发工具:Java
文件大小:428KB
下载次数:11
上传日期:2009-05-20 18:07:16
上 传 者mellen
说明:  WAP ide 代码,编辑WAP页面,JAVA代码
(WAP IDE java code)

文件列表:
WAPIDE (0, 2003-04-02)
WAPIDE\src (0, 2003-04-02)
WAPIDE\src\Designer (0, 2003-04-02)
WAPIDE\src\Designer\About.java (4638, 2003-02-09)
WAPIDE\src\Designer\AdvancedControls.java (39256, 2003-02-09)
WAPIDE\src\Designer\AdvancedLabel.java (5965, 2003-02-09)
WAPIDE\src\Designer\AdvancedList.java (5942, 2003-02-09)
WAPIDE\src\Designer\AdvancedRadioButton.java (6005, 2003-02-09)
WAPIDE\src\Designer\AdvancedTextArea.java (5958, 2003-02-09)
WAPIDE\src\Designer\AdvancedTextField.java (5965, 2003-02-09)
WAPIDE\src\Designer\alphakey.gif (870, 2003-02-13)
WAPIDE\src\Designer\background.gif (1407, 2003-02-13)
WAPIDE\src\Designer\border1.jpg (1004, 2001-10-14)
WAPIDE\src\Designer\border10.jpg (566, 2001-10-14)
WAPIDE\src\Designer\border2.jpg (950, 2001-10-14)
WAPIDE\src\Designer\border3.jpg (1005, 2001-10-14)
WAPIDE\src\Designer\border4.jpg (803, 2001-10-14)
WAPIDE\src\Designer\border5.jpg (499, 2001-10-14)
WAPIDE\src\Designer\border6.jpg (570, 2001-10-14)
WAPIDE\src\Designer\border7.jpg (571, 2001-10-14)
WAPIDE\src\Designer\border8.jpg (520, 2001-10-14)
WAPIDE\src\Designer\border9.jpg (520, 2001-10-14)
WAPIDE\src\Designer\BorderChooser.java (40643, 2003-02-20)
WAPIDE\src\Designer\ButtonTypeDialog.java (61120, 2003-02-09)
WAPIDE\src\Designer\clearkey.gif (870, 2003-02-13)
WAPIDE\src\Designer\ControlInfo.java (2487, 2003-02-09)
WAPIDE\src\Designer\Controls.java (23813, 2003-02-09)
WAPIDE\src\Designer\DesignerIcon.gif (977, 2003-02-05)
WAPIDE\src\Designer\Filter.java (8881, 2001-10-14)
WAPIDE\src\Designer\FontChooser.java (15093, 2003-02-09)
WAPIDE\src\Designer\HelpDialog.java (3101, 2003-02-19)
WAPIDE\src\Designer\input.gif (422, 2003-02-13)
WAPIDE\src\Designer\label.gif (212, 2003-02-13)
WAPIDE\src\Designer\list.gif (321, 2003-02-13)
WAPIDE\src\Designer\navi.gif (1279, 2003-02-13)
WAPIDE\src\Designer\Numkey.gif (1251, 2003-02-13)
WAPIDE\src\Designer\okkey.gif (868, 2003-02-13)
WAPIDE\src\Designer\openFile.gif (1132, 2001-10-14)
WAPIDE\src\Designer\option.gif (340, 2003-02-13)
WAPIDE\src\Designer\PhoneDesigner.java (224281, 2003-02-20)
... ...

WAPIDE 1.0 README Copyright (C) 2003 Mark Busman WAPIDE - a java based Integrated Development Environment this code is provided in the hope that it will be useful, with no warranties, express or implied. code is provided subject to the Gnu General Public License. see the file COPYING for details. BUILDING Its a simple build. To compile type the following in a console: javac -sourcepath (path to src directory) -d path to classes output directory) \path\WAPIDE\src\wapide\*.java Example of how I compiled under a windows system d:\jdk1.3\bin\javac -sourcepath \e:\WAPIDE\src -d e:\WAPIDE\classes e:\WAPIDE\src\wapide\*.java You may get a deprecation warning, just ignore it. Once you have all the classes compiled, copy all supporting files in the src directories into their respective directories in the classes folder. The text files and images files needed by the program do not get copied over automatically. RUNNING Once all the neccessary class files and their supporting image and text files have been copied into their appropriate directories inside the classes directory, if doing a build with the source code, modify the bat file (for windows) or modify the Linux executable wapide file. Modify either of these files to point to the location of the java executables on your system, and modify the -classpath directive so that the classes directory points to the classes directory on your system where the WAPIDE classes reside. There are several ways of doing this: set allclasspath="c:\jdk1.3.1\bin" c:\jdk1.3.1\bin\java -classpath "%allclasspath%:classes:classes\wapide:classes\sim:classes\Designer:classes\wbmp" wapide.WAPIDE C:\JDK1.3\bin\javaw -classpath "C:\My Documents\Programming\WAPIDE\classes" wapide.WAPIDE /home/cougar/JBuilder7/jdk1.3.1/bin/java -classpath "classes" wapide.WAPIDE How you modify the classpath depends on how you call up the program. If you plan to call up the program directly from the folder that contains the classes directory, the last option will work fine. If you plan to call it up from a different directory you will need to experiment with the first two options. After modifying the classpath, be sure to change to the directory that contains the program's classes directory. Run the batch file and if you get an error message try modifying the classpath switch until the program runs. THE WBMP SAMPLES The samples provided in this release where created by my sister, Monica Busman. I wish to thank her for her efforts in making some nice sample images for this project. BUGS There are bound to be plenty of bugs, todos, and the like. There where a lot of troubles during development with the StateInVariantError which Java throws when two components try to update the screen at the same time. Prior to the release of this version that problem seems to have been resolved, but it is possible it may still reoccur, and there is no way of catching it when it does occur. This means having to shutdown the program and restart it in the event that the StateInVariantError does occur. I am trying to find a workaround for this problem which occurs a lot in the Graphical Editor portion of the program, the portion that allows for graphical editing of WML cards and decks. For other bug reports plesse send an e-mail to cougar@skyinet.net with "WAPIDE BUG" somewhere in the title of the message. Mark Busman cougar@skyinet.net Feb 20, 2003

近期下载者

相关文件


收藏者