| |
Releases
Tuesday, January 24, 2006
- JRex now compiles with seamonkey 1.0b, see the README file inside the source archive for details
- Downloads:-
Thursday, September 08, 2005
- JRex 1.0b1_dom3 release with improvements and Bug-Fixes for JRex GRE(Based on Mozilla 1.7.11)
- JRex now has DOM3 implementation.
- JRex now compiles with JDK 1.5
- Note:- The DOM3 implementation may not be of much use as mozilla itself does not implement DOM3 completely. But JRex wraps whatever DOM3 API's mozilla has implemented.
- Downloads:-
Wednesday, April 27, 2005
- Updated JRex 1.0b1_html2 with Improvements and Bug-Fixes for JRex GRE(Based on Mozilla 1.7.7)
- Downloads:-
Monday, February 14, 2005
- JRex 1.0b1_html2 released with New API's, Improvements and Bug-Fixes for JRex GRE(Based on Mozilla 1.7.3)
- Downloads:-
Friday, September 17, 2004
- JRex 1.0b_html2 released with DOM HTML2 support, New API's, Improvements and Bug-Fixes.
- JRex 1.0b_html2 binaries are released for JRex GRE(Based on Mozilla 1.7.3) instead of Mozilla 1.4 talkback.
- You can download the source JRex 1.0b_html2 from
here.
- You can download the source JRex GRE(Based on Mozilla 1.7.3) from
here.
- You can download the windows binaries for jrex_gre
with log and
without log.
- Alternative you can check out the source from CVS with revision jrex_1_0b_html2.
see here.
- You can download API documentation from
here.
Tuesday June 29, 2004
- JRex 1.0b released with lot Improvements ,Bug-Fixes and LiveConnect support.
- You can download the source JRex 1.0b from
here.
- You can download the windows binaries for Mozilla 1.4
with log and
without log.
- Alternative you can check out the source from CVS with revision jrex_1_0b.
see here.
- You can download API documentation from
here.
Friday April 9, 2004
- JRex 1.0a with DOM support released.
- You can download the source JRex 1.0a-jrexdom from
here.
- You can download the windows binaries for Mozilla 1.4
with log and
without log.
- Alternative you can check out the source from CVS with revision jrex_1_0a.
see here.
- You can download API documentation from
here.
Tuesday February 24, 2004
- JRex 1.0a released.
- You can download the source JRex 1.0a from
here.
- You can download the windows binaries for Mozilla 1.4
with log and
without log.
- Alternative you can check out the source from CVS with revision jrex_1_0a.
see here.
- You can download API documentation from
here.
Note:- To run any of the binaries above you need Mozilla1.4 Talkback
Running JRex Sample:-
- JRex 1.0b_html2 and Above
- Download log/nolog JRex windows binary from links above.
- Download JRex GRE from here.
- Unjar JRex GRE to say C:\temp.
- In C:\temp you will find zip file jrex_gre.zip.
- Unzip zip jrex_gre.zip to C:\jrex_gre.
- Supposing your JDK/JRE is installed in C:\j2re1.4.2_04.
- Edit run.bat and replace
- 'SET JAVA_HOME=%JAVA_HOME%' with 'SET JAVA_HOME=C:\j2re1.4.2_04'.
- Set JREX_GRE_PATH to jrex_gre directory, in older versions 'Replace -Djrex.gre.path=MOZ_HOME%/bin' with '-Djrex.gre.path=C:\jrex_gre'.
- Note:- If you are using JDK to run JRex then, If JDK is installed in C:\j2sdk1.4.2_03 then JAVA_HOME in run.bat should be set to C:\j2sdk1.4.2_03\jre
- Now just execute run.bat to fireup JRex.
- Older Versions
- Download log/nolog JRex windows binary from links above.
- Download Mozilla 1.4 Talkback from here.
- Unzip Mozilla 1.4 Talkback to say C:\mozilla-win32-1.4-talkback.
- Unzip JRex binaries to say C:\jrex-bin-log-1.0a-jrexdom.
- Supposing your JDK/JRE is installed in C:\j2re1.4.2_04.
- Edit run.bat and replace
- 'SET JAVA_HOME=%JAVA_HOME%' with 'SET JAVA_HOME=C:\j2re1.4.2_04'.
- 'SET MOZ_HOME=%MOZ_HOME%' with 'SET MOZ_HOME=C:\mozilla-win32-1.4-talkback'.
- Now just execute run.bat to fireup JRex, Note:- JRex may hang for first time while creating profile just close it start again.
- Note:-
- To run JRex 1.0b binaries you need to copy jrex.dll into MOZ_HOME/bin in above case it is C:\mozilla-win32-1.4-talkback\bin
- If you are using JDK to run JRex then, If JDK is installed in C:\j2sdk1.4.2_03 then JAVA_HOME in run.bat should be set to C:\j2sdk1.4.2_03\jre
|