Board index » jbuilder » Won't rebuild

Won't rebuild


2005-02-12 02:27:41 AM
jbuilder5
I finally get the project to build and now it won't rebuild. I click on
Project|Rebuild Project and nothing happens. The clean never takes place.
I added Clean to the Project menu and click on it and nothing happens. I
check the classes directory and all the classes are still there.
I also try to Run or Debug my application and nothing happens. Any ideas as
to what is happening?
By the way, there is advertised to be 'Automatic Invocation of RMIC
postprocessor'. Didn't happen. I had to check the box to get it to compile
the stub last night.
Tom
 
 

Re:Won't rebuild

Tom Conlon wrote:
Quote
I finally get the project to build and now it won't rebuild. I click on
Project|Rebuild Project and nothing happens. The clean never takes place.
I added Clean to the Project menu and click on it and nothing happens. I
check the classes directory and all the classes are still there.

I also try to Run or Debug my application and nothing happens. Any ideas as
to what is happening?

By the way, there is advertised to be 'Automatic Invocation of RMIC
postprocessor'. Didn't happen. I had to check the box to get it to compile
the stub last night.

Tom


Can you run JBuilder.exe (as opposed to JBuilderW.exe) to get a console
and see if any exceptions are being thrown? If so, please post them so
we can see what's happening?
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
www.google.ca/advanced_group_search
Other Newsgroup Searches:
www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
www.visi.com/~gyles19/fom-serve/cache/1.html
 

Re:Won't rebuild

"Lori M Olson [TeamB]" < XXXX@XXXXX.COM >wrote in message
Quote
Tom Conlon wrote:

>I finally get the project to build and now it won't rebuild. I click on
>Project|Rebuild Project and nothing happens. The clean never takes
>place. I added Clean to the Project menu and click on it and nothing
>happens. I check the classes directory and all the classes are still
>there.
>
>I also try to Run or Debug my application and nothing happens. Any ideas
>as to what is happening?
>
>By the way, there is advertised to be 'Automatic Invocation of RMIC
>postprocessor'. Didn't happen. I had to check the box to get it to
>compile the stub last night.
>
>Tom

Can you run JBuilder.exe (as opposed to JBuilderW.exe) to get a console
and see if any exceptions are being thrown? If so, please post them so we
can see what's happening?

Good call Lori. I am seeing a NullPointer exception thrown when I select
Project|Rebuild Project. Looks like it is the jsp compiler that is throwing
it. I was compiling fine after I rebuilt the project with the java files
alone. After I added the jsp files to the project and added Tomcat 5.0 as
the single server for the project the rebuild started failing. Never
dreamed that would thrown an unhandled exception... Here it is:
Disabling offscreen DirectDraw acceleration
JBuilder 2005 Developer
Copyright (c) 1996 - 2004 Borland Software Corporation. All rights
reserved.
License expires in 24 days
java.lang.NullPointerException
at com.borland.jbuilder.build.JspBuilder.a(Unknown Source)
at com.borland.jbuilder.build.JspBuilder.a(Unknown Source)
at com.borland.jbuilder.build.JspBuilder.updateBuildProcess(Unknown
Sour
ce)
at com.borland.primetime.build.BuildProcess.b(Unknown Source)
at com.borland.primetime.build.BuildProcess.b(Unknown Source)
at com.borland.primetime.build.BuildProcess.b(Unknown Source)
at com.borland.primetime.build.BuildProcess.b(Unknown Source)
at com.borland.primetime.build.BuildProcess.b(Unknown Source)
at com.borland.primetime.build.BuildProcess.b(Unknown Source)
at com.borland.primetime.build.BuildProcess.c(Unknown Source)
at com.borland.primetime.build.BuildProcess.a(Unknown Source)
at com.borland.primetime.build.BuildProcess.<init>(Unknown Source)
at com.borland.primetime.build.BuildProcess.a(Unknown Source)
at com.borland.primetime.build.BuildProcess.access$000(Unknown
Source)
at com.borland.primetime.build.BuildProcess$0.run(Unknown Source)
 

{smallsort}

Re:Won't rebuild

Quote
Can you run JBuilder.exe (as opposed to JBuilderW.exe) to get a console
and see if any exceptions are being thrown? If so, please post them so we
can see what's happening?

I have some additional information on the situation. I removed the jsp
files from the project, did not touch the configuration of Tomcat 5.0 as the
project server, and the project is rebuilding as before without error.
Looks to me like this is a problem with the jsp compiler. Is this part of
Tomcat as it was in JBuilder5?
Configuration info:
I downloaded the Developer 2005 application and installed it. Downloaded
the jb2005_update_001.zip, made copies of the specified directories and, as
I recall, extracted all files directly to the installation directory. Let
me know if you think there is something I should back out or update.
Tom
 

Re:Won't rebuild

Tom Conlon wrote:
Quote
[...]
I downloaded the Developer 2005 application and installed it. Downloaded
the jb2005_update_001.zip, made copies of the specified directories and, as
I recall, extracted all files directly to the installation directory. Let
me know if you think there is something I should back out or update.
What if you do the "web app" update, or whatever Borland
is calling Update 3? (Apparently, update 2 never got
released to the public.) The updates are cumulative,
so if you completely follow the steps given in the
read me file, installing update 3 should fix whatever
you may have damaged with update 1 ... well, one would
hope this would be the case.
The update installation instructions are complex, so
be sure to do the copying from the appropriate "bin"
(e.g., windows_bin, linux_bin, ...) in addition to
just extracting.
For whatever reason, updates never used to be this
complicated. I'm hoping that future versions of
JBuilder will accommodate or return to a more
automated update system.
Now that I'm thinking about this, shouldn't we open
a "we're dissatisfied with this messy update business
in JB 2005" case at Quality Central?! I'd vote for
it.
--
Paul Furbacher (TeamB)
Save time, search the archives:
www.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you.
 

Re:Won't rebuild

Quote
What if you do the "web app" update, or whatever Borland
is calling Update 3? (Apparently, update 2 never got
released to the public.) The updates are cumulative,
so if you completely follow the steps given in the
read me file, installing update 3 should fix whatever
you may have damaged with update 1 ... well, one would
hope this would be the case.

The update installation instructions are complex, so
be sure to do the copying from the appropriate "bin"
(e.g., windows_bin, linux_bin, ...) in addition to
just extracting.

For whatever reason, updates never used to be this
complicated. I'm hoping that future versions of
JBuilder will accommodate or return to a more
automated update system.

Now that I'm thinking about this, shouldn't we open
a "we're dissatisfied with this messy update business
in JB 2005" case at Quality Central?! I'd vote for
it.

I downloaded jb2005_j2ee_update.zip that Borland calls the "Application
Server Update". I followed the elaborate instructions you mentioned.
Nothing changed. I got the same Exceptions I mentioned to Lori before.
The only way I can build now with the jsp files included in the project is
to uncheck the Properties option for each jsp file to 'check the JSP for
errors at build-time'. This is not satisfactory because I also cannot run
or debug the jsp since it is not compiled. This is a major debugging
problem since I have to find some artificial way to pump data through my
application.
I can live with the copying and extracting update process if it FIXED!!!
problems like a COMPILER NOT RUNNING!!!
Look, I haven't touched anything. I ran the JBuilder2005 installer. It ran
without error. I followed the Update 1 and App Server Update instructions
to the letter. I reconfigured nothing. As far as I can tell every other
feature of JBuilder2005 is running fine. How can a feature this basic not
be working? Much less fail in such a way that it shortcircuits the entire
build process?
Tom
 

Re:Won't rebuild

Quote
What if you do the "web app" update, or whatever Borland
is calling Update 3? (Apparently, update 2 never got
released to the public.) The updates are cumulative,
so if you completely follow the steps given in the
read me file, installing update 3 should fix whatever
you may have damaged with update 1 ... well, one would
hope this would be the case.

Just to be thorough I reinstalled everything. At every stage I was getting
the same exception being thrown.
I started by uninstalling my old JBuilder5 installation (just in case) and
JBuilder2005. I installed 2005 and loaded and rebuilt the old project.
Rebuilt without error. I added one jsp file and rebuilt. Nothing rebuilt,
no clean, exception thown.
I installed Update 1 and followed all directions about copying and
extracting to the letter. 2005 ran with exactly the same behavior. Nothing
rebuilt, no clean, exception thown.
I installed Update 3 [jb2005_j2ee_update.zip, also known as the Application
Server Update. I love having three names for the same application...] and
followed all directions about copying and extracting to the letter. 2005
ran with exactly the same behavior. Nothing rebuilt, no clean, exception
thown.
I can't believe I'm the only one who can't compile JSP's with 2005
Developer. I've proven to my own satisfaction it can't do it.
Tom
 

Re:Won't rebuild

Tom Conlon wrote:
Quote
I installed Update 3 [jb2005_j2ee_update.zip, also known as the
Application Server Update. I love having three names for the same
application...] and followed all directions about copying and
extracting to the letter. 2005 ran with exactly the same behavior.
Nothing rebuilt, no clean, exception thown.

Try deleting the .jbuilder2005 and .primetime2005 sub-directories in
your user home ("C:\Documents and Settings\username" in Windows). You
will need to reconfigure servers and libraries but that may clear your
problem.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
info.borland.com/newsgroups/guide.html
 

Re:Won't rebuild

Quote
Try deleting the .jbuilder2005 and .primetime2005 sub-directories in
your user home ("C:\Documents and Settings\username" in Windows). You
will need to reconfigure servers and libraries but that may clear your
problem.

Just tried it. Didn't work. Rebuild threw the same exception.
Tom
 

Re:Won't rebuild

Tom Conlon wrote:
Quote
[...]
I can't believe I'm the only one who can't compile JSP's with 2005
Developer. [...]
Alas, you may be unique, sorry to say. I know that I can
compile JSPs (oh, how I do detest them and Struts) with JB 2005.
Your situation really has us stumped.
Is it possible you tried replacing the Tomcat 5 which
is installed with JBuilder? What if you include the
-info flag when starting up JBuilder and show us what
the environment is (i.e., post the info here).
--
Paul Furbacher (TeamB)
Save time, search the archives:
www.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you.
 

Re:Won't rebuild

Quote
Your situation really has us stumped.

Is it possible you tried replacing the Tomcat 5 which
is installed with JBuilder? What if you include the
-info flag when starting up JBuilder and show us what
the environment is (i.e., post the info here).

I'm using the Tomcat that came with JBuilder. Here is the -info output.
Quite a bit to dig through...
Thanks for the help
Tom
F:\Borland\JBuilder2005\bin>jbuilder.exe -info
Disabling offscreen DirectDraw acceleration
JBuilder 2005 Developer
Copyright (c) 1996 - 2004 Borland Software Corporation. All rights
reserved.
License expires in 17 days
---------------------------------------------------------------
PlafColors_OI : true
awt.toolkit : sun.awt.windows.WToolkit
borland.executable.path : F:\Borland\JBuilder2005\bin\JBuilder.exe
borland.exportenv : C:\DOCUME~1\Owner\LOCALS~1\Temp\JEn9F.tmp
borland.optimizeit.tool0.path : F:\Borland\JBuilder2005\Optimizeit6
borland.socket : 8888
borland.splash :
F:\Borland\JBuilder2005\bin\jbuilder_2005.bmp
file.encoding : Cp1252
file.encoding.pkg : sun.io
file.separator : \
java.awt.graphicsenv : sun.awt.Win32GraphicsEnvironment
java.awt.printerjob : sun.awt.windows.WPrinterJob
java.class.path :
F:\Borland\JBuilder2005\debug\jdi\jdi-win.jar;F
:\Borland\JBuilder2005\debug\sa\sa-jdi.jar;F:\Borland\JBuilder2005\jdk1.4\lib\to
ols.jar;F:\Borland\JBuilder2005\patch\jb2005_all.jar;F:\Borland\JBuilder2005\pat
ch\jb2005_jsf.jar;F:\Borland\JBuilder2005\patch\mobiledev.jar;F:\Borland\JBuilde
r2005\patch\webservices.jar;F:\Borland\JBuilder2005\lib\activation.jar;F:\Borlan
d\JBuilder2005\lib\admintool.jar;F:\Borland\JBuilder2005\lib\ant.jar;F:\Borland\
JBuilder2005\lib\axis-ant.jar;F:\Borland\JBuilder2005\lib\axis.jar;F:\Borland\JB
uilder2005\lib\beandt.jar;F:\Borland\JBuilder2005\lib\BorlandLookAndFeel.jar;F:\
Borland\JBuilder2005\lib\borlandxml.jar;F:\Borland\JBuilder2005\lib\bsf.jar;F:\B
orland\JBuilder2005\lib\castor-xml.jar;F:\Borland\JBuilder2005\lib\commons-disco
very.jar;F:\Borland\JBuilder2005\lib\commons-logging.jar;F:\Borland\JBuilder2005
\lib\concurrent.jar;F:\Borland\JBuilder2005\lib\dbswing.jar;F:\Borland\JBuilder2
005\lib\dbswingdt.jar;F:\Borland\JBuilder2005\lib\dbtools.jar;F:\Borland\JBuilde
r2005\lib\DoctypeChanger.jar;F:\Borland\JBuilder2005\lib\dt.jar;F:\Borland\JBuil
der2005\lib\dtdparser.jar;F:\Borland\JBuilder2005\lib\dx.jar;F:\Borland\JBuilder
2005\lib\ews-1.0.jar;F:\Borland\JBuilder2005\lib\foxtrot.jar;F:\Borland\JBuilder
2005\lib\help.jar;F:\Borland\JBuilder2005\lib\internetbeans.jar;F:\Borland\JBuil
der2005\lib\jakarta-regexp-1.1.jar;F:\Borland\JBuilder2005\lib\jaxrpc.jar;F:\Bor
land\JBuilder2005\lib\jbantinput.jar;F:\Borland\JBuilder2005\lib\jbcl.jar;F:\Bor
land\JBuilder2005\lib\jbuilder.jar;F:\Borland\JBuilder2005\lib\jdbcx.jar;F:\Borl
and\JBuilder2005\lib\jdom.jar;F:\Borland\JBuilder2005\lib\jds.jar;F:\Borland\JBu
ilder2005\lib\jdsremote.jar;F:\Borland\JBuilder2005\lib\jdsserver.jar;F:\Borland
\JBuilder2005\lib\jsf.jar;F:\Borland\JBuilder2005\lib\mail.jar;F:\Borland\JBuild
er2005\lib\mobiledev.jar;F:\Borland\JBuilder2005\lib\primetime.jar;F:\Borland\JB
uilder2005\lib\resolver.jar;F:\Borland\JBuilder2005\lib\saaj.jar;F:\Borland\JBui
lder2005\lib\sanct3.jar;F:\Borland\JBuilder2005\lib\sbtoolbar.jar;F:\Borland\JBu
ilder2005\lib\sqltools.jar;F:\Borland\JBuilder2005\lib\ss.jar;F:\Borland\JBuilde
r2005\lib\starteam-extensions.jar;F:\Borland\JBuilder2005\lib\starteam-gui.jar;F
:\Borland\JBuilder2005\lib\starteam60.jar;F:\Borland\JBuilder2005\lib\streplicat
e.jar;F:\Borland\JBuilder2005\lib\unittest.jar;F:\Borland\JBuilder2005\lib\webse
rverglue.jar;F:\Borland\JBuilder2005\lib\wsdl4j.jar;F:\Borland\JBuilder2005\lib\
xbean-apache-1.0.jar;F:\Borland\JBuilder2005\lib\xercesImpl.jar;F:\Borland\JBuil
der2005\lib\xmlParserAPIs.jar;F:\Borland\JBuilder2005\lib\bes\guicore_jb.jar;F:\
Borland\JBuilder2005\lib\bes\xmlrt_jb.jar;F:\Borland\JBuilder2005\lib\servers\be
s-jbsp.jar;F:\Borland\JBuilder2005\lib\servers\sun-jbsp.jar;F:\Borland\JBuilder2
005\lib\servers\tomcat-jbsp.jar;F:\Borland\JBuilder2005\lib\ext\oijb10plugin_PR.
jar;F:\Borland\JBuilder2005\lib\ext\QCClient.jar;F:\Borland\JBuilder2005\thirdpa
rty\jakarta-tomcat-5.0.27\common\lib\servlet-api.jar;F:\Borland\JBuilder2005\thi
rdparty\InterClient\interclient.jar;F:\Borland\JBuilder2005\lib\jwsdp\jwsdp-shar
ed\namespace.jar;F:\Borland\JBuilder2005\lib\jwsdp\jwsdp-shared\relaxngDatatype.
jar;F:\Borland\JBuilder2005\lib\jwsdp\jwsdp-shared\xsdlib.jar;F:\Borland\JBuilde
r2005\lib\jwsdp\jaxb\jaxb-api.jar;F:\Borland\JBuilder2005\lib\jwsdp\jaxb\jaxb-im
pl.jar;F:\Borland\JBuilder2005\lib\jwsdp\jaxb\jaxb-libs.jar;F:\Borland\JBuilder2
005\lib\sapient\audit.jar;F:\Borland\JBuilder2005\lib\sapient\core.jar;F:\Borlan
d\JBuilder2005\lib\sapient\util.java.jar
java.class.version : 48.0
java.endorsed.dirs :
F:\Borland\JBuilder2005\jdk1.4\jre\lib\endorsed
java.ext.dirs : F:\Borland\JBuilder2005\jdk1.4\jre\lib\ext
java.home : F:\Borland\JBuilder2005\jdk1.4\jre
java.io.tmpdir : C:\DOCUME~1\Owner\LOCALS~1\Temp\
java.library.path :
.;F:\Borland\JBuilder2005\bin;F:\Borland\JBuild
er2005\jdk1.4\bin;C:\Oracle\Ora81\bin;C:\Program
Files\Oracle\jre\1.1.7\bin;F:\P
rogram
Files\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c
:\Python22;C:\Program Files\PC-Doctor for
Windows\services;;F:\PROGRA~1\ssh-1_2_
14;F:\PROGRA~1\GNU\WINCVS~1.3\CVSNT;;F:\Borland\JBuilder2005\debug\sa;F:\Borland
\JBuilder2005\lib
java.protocol.handler.pkgs : null|com.borland.primetime
java.runtime.name : Java(TM) 2 Runtime Environment, Standard
Editio
n
java.runtime.version : 1.4.2_04-b05
java.specification.name : Java Platform API Specification
java.specification.vendor : Sun Microsystems Inc.
java.specification.version : 1.4
java.util.prefs.PreferencesFactory
: java.util.prefs.WindowsPreferencesFactory
java.vendor : Sun Microsystems Inc.
java.vendor.url : java.sun.com/
java.vendor.url.bug : java.sun.com/cgi-bin/bugreport.cgi
java.version : 1.4.2_04
java.vm.info : mixed mode
java.vm.name : Java HotSpot(TM) Client VM
java.vm.specification.name : Java Virtual Machine Specification
java.vm.specification.vendor : Sun Microsystems Inc.
java.vm.specification.version : 1.0
java.vm.vendor : Sun Microsystems Inc.
java.vm.version : 1.4.2_04-b05
javax.xml.parsers.DocumentBuilderFactory
:
org.apache.xerces.jaxp.DocumentBuilderFactoryIm
pl
javax.xml.parsers.SAXParserFactory
: org.apache.xerces.jaxp.SAXParserFactoryImpl
launcher.commandline.params
: -Djava.library.path=.;F:\Borland\JBuilder2005\b
in;F:\Borland\JBuilder2005\jdk1.4\bin;C:\Oracle\Ora81\bin;C:\Program
Files\Oracl
e\jre\1.1.7\bin;F:\Program
Files\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WIN
DOWS\System32\Wbem;c:\Python22;C:\Program Files\PC-Doctor for
Windows\services;;
F:\PROGRA~1\ssh-1_2_14;F:\PROGRA~1\GNU\WINCVS~1.3\CVSNT;;F:\Borland\JBuilder2005
\debug\sa;F:\Borland\JBuilder2005\lib
launcher.config.bootclasspath :
F:\Borland\JBuilder2005\lib\javac.jar;F:\Borlan
d\JBuilder2005\lib\lawt.jar;F:\Borland\JBuilder2005\lib\platform\DesignerSwingFi
xes.jar;F:\Borland\JBuilder2005\lib\XPTreeUIFix.jar;F:\Borland\JBuilder2005\lib\
TabbedPaneFix.jar;F:\Borland\JBuilder2005\lib\SequencedEventFix.jar;F:\Borland\J
Builder2005\lib\PopupFixes.jar
launcher.config.classpath :
F:\Borland\JBuilder2005\debug\jdi\jdi-win.jar;F
:\Borland\JBuilder2005\debug\sa\sa-jdi.jar;F:\Borland\JBuilder2005\jdk1.4\lib\to
ols.jar;F:\Borland\JBuilder2005\patch\jb2005_all.jar;F:\Borland\JBuilder2005\pat
ch\jb2005_jsf.jar;F:\Borland\JBuilder2005\patch\mobiledev.jar;F:\Borland\JBuilde
r2005\patch\webservices.jar;F:\Borland\JBuilder2005\lib\activation.jar;F:\Borlan
d\JBuilder2005\lib\admintool.jar;F:\Borland\JBuilder2005\lib\ant.jar;F:\Borland\
JBuilder2005\lib\axis-ant.jar;F:\Borland\JBuilder2005\lib\axis.jar;F:\Borland\JB
uilder2005\lib\beandt.jar;F:\Borland\JBuilder2005\lib\BorlandLookAndFeel.jar;F:\
Borland\JBuilder2005\lib\borlandxml.jar;F:\Borland\JBuilder2005\lib\bsf.jar;F:\B
orland\JBuilder2005\lib\castor-xml.jar;F:\Borland\JBuilder2005\lib\commons-disco
very.jar;F:\Borland\JBuilder2005\lib\commons-logging.jar;F:\Borland\JBuilder2005
\lib\concurrent.jar;F:\Borland\JBuilder2005\lib\dbswing.jar;F:\Borland\JBuilder2
005\lib\dbswingdt.jar;F:\Borland\JBuilder2005\lib\dbtools.jar;F:\Borland\JBuilde
r2005\lib\DoctypeChanger.jar;F:\Borland\JBuilder2005\lib\dt.jar;F:\Borland\JBuil
der2005\lib\dtdparser.jar;F:\Borland\JBuilder2005\lib\dx.jar;F:\Borland\JBuilder
2005\lib\ews-1.0.jar;F:\Borland\JBuilder2005\lib\foxtrot.jar;F:\Borland\JBuilder
2005\lib\help.jar;F:\Borland\JBuilder2005\lib\internetbeans.jar;F:\Borland\JBuil
der2005\lib\jakarta-regexp-1.1.jar;F:\Borland\JBuilder2005\lib\jaxrpc.jar;F:\Bor
land\JBuilder2005\lib\jbantinput.jar;F:\Borland\JBuilder2005\lib\jbcl.jar;F:\Bor
land\JBuilder2005\lib\jbuilder.jar;F:\Borland\JBuilder2005\lib\jdbcx.jar;F:\Borl
and\JBuilder2005\lib\jdom.jar;F:\Borland\JBuilder2005\lib\jds.jar;F:\Borland\JBu
ilder2005\lib\jdsremote.jar;F:\Borland\JBuilder2005\lib\jdsserver.jar;F:\Borland
\JBuilder2005\lib\jsf.jar;F:\Borland\JBuilder2005\lib\mail.jar;F:\Borland\JBuild
er2005\lib\mobiledev.jar;F:\Borland\JBuilder2005\lib\primetime.jar;F:\Borland\JB
uilder2005\lib\resolver.jar;F:\Borland\JBuilder2005\lib\saaj.jar;F:\Borland\JBui
lder2005\lib\sanct3.jar;F:\Borland\JBuilder2005\lib\sbtoolbar.jar;F:\Borland\JBu
ilder2005\lib\sqltools.jar;F:\Borland\JBuilder2005\lib\ss.jar;F:\Borland\JBuilde
r2005\lib\starteam-extensions.jar;F:\Borland\JBuilder2005\lib\starteam-gui.jar;F
:\Borland\JBuilder2005\lib\starteam60.jar;F:\Borland\JBuilder2005\lib\streplicat
e.jar;F:\Borland\JBuilder2005\lib\unittest.jar;F:\Borland\JBuilder2005\lib\webse
rverglue.jar;F:\Borland\JBuilder2005\lib\wsdl4j.jar;F:\Borland\JBuilder2005\lib\
xbean-apache-1.0.jar;F:\Borland\JBuilder2005\lib\xercesImpl.jar;F:\Borland\JBuil
der2005\lib\xmlParserAPIs.jar;F:\Borland\JBuilder2005\lib\bes\guicore_jb.jar;F:\
Borland\JBuilder2005\lib\bes\xmlrt_jb.jar;F:\Borland\JBuilder2005\lib\servers\be
s-jbsp.jar;F:\Borland\JBuilder2005\lib\servers\sun-jbsp.jar;F:\Borland\JBuilder2
005\lib\servers\tomcat-jbsp.jar;F:\Borland\JBuilder2005\lib\ext\oijb10plugin_PR.
jar;F:\Borland\JBuilder2005\lib\ext\QCClient.jar;F:\Borland\JBuilder2005\thirdpa
rty\jakarta-tomcat-5.0.27\common\lib\servlet-api.jar;F:\Borland\JBuilder2005\thi
rdparty\InterClient\interclient.jar;F:\Borland\JBuilder2005\lib\jwsdp\jwsdp-shar
ed\namespace.jar;F:\Borland\JBuilder2005\lib\jwsdp\jwsdp-shared\relaxngDatatype.
jar;F:\Borland\JBuilder2005\lib\jwsdp\jwsdp-shared\xsdlib.jar;F:\Borland\JBuilde
r2005\lib\jwsdp\jaxb\jaxb-api.jar;F:\Borland\JBuilder2005\lib\jwsdp\jaxb\jaxb-im
pl.jar;F:\Borland\JBuilder2005\lib\jwsdp\jaxb\jaxb-libs.jar;F:\Borland\JBuilder2
005\lib\sapient\audit.jar;F:\Borland\JBuilder2005\lib\sapient\core.jar;F:\Borlan
d\JBuilder2005\lib\sapient\util.java.jar
launcher.config.params : -Dsun.jvm.hotspot.debugger.windbg.imagePath
-Xminf0.2
-Xmaxf0.2
-Xverify:none
-Dsun.java2d.ddoffscreen=false
-Xms32m
-Xmx300m
-Dborland.optimizeit.tool0.path=F:\Borland\JBuilder2005\Optimizeit6
-DPlafColors_OI=true
-Dborland.socket=8888
-Dborland.exportenv=C:\DOCUME~1\Owner\LOCALS~1\Temp\JEn9F.tmp
-Dborland.splash=F:\Borland\JBuilder2005\bin\jbuilder_2005.bmp
launcher.jdk.home : F:\Borland\JBuilder2005\jdk1.4
launcher.program : F:\Borland\JBuilder2005\bin\JBuilder.exe
line.separator : \r\n
os.arch : x86
os.name : Windows XP
os.version : 5.1
path.separator : ;
sun.arch.data.model : 32
sun.boot.class.path :
F:\Borland\JBuilder2005\lib\javac.jar;F:\Borlan
d\JBuilder2005\lib\lawt.jar;F:\Borland\JBuilder2005\lib\platform\DesignerSwingFi
xes.jar;F:\Borland\JBuilder2005\lib\XPTreeUIFix.jar;F:\Borland\JBuilder2005\lib\
TabbedPaneFix.jar;F:\Borland\JBuilder2005\lib\SequencedEventFix.jar;F:\Borland\J
Builder2005\lib\PopupFixes.jar;F:\Borland\JBuilder2005\jdk1.4\jre\lib\rt.jar;F:\
Borland\JBuilder2005\jdk1.4\jre\lib\i18n.jar;F:\Borland\JBuilder2005\jdk1.4\jre\
lib\sunrsasign.jar;F:\Borland\JBuilder2005\jdk1.4\jre\lib\jsse.jar;F:\Borland\JB
uilder2005\jdk1.4\jre\lib\jce.jar;F:\Borland\JBuilder2005\jdk1.4\jre\lib\charset
s.jar;F:\Borland\JBuilder2005\jdk1.4\jre\classes
sun.boot.library.path : F:\Borland\JBuilder2005\jdk1.4\jre\bin
sun.cpu.endian : little
sun.cpu.isalist : pentium i486 i386
sun.io.unicode.encoding : UnicodeLittle
sun.java2d.ddoffscreen : false
sun.java2d.fontpath :
sun.jvm.hotspot.debugger.windbg.imagePath
:
sun.os.patch.level : Service Pack 2
user.country : US
user.dir : F:\Borland\JBuilder2005\bin
user.home : C:\Documents and Settings\Owner
user.language : en
user.name : Owner
user.timezone : GMT-07:00
user.variant :
---------------------------------------------------------------