| View previous topic :: View next topic |
| Author |
Message |
TIMOTHY DAVIS Guest
|
Posted: Sat May 21, 2005 4:37 am Post subject: Deploying Java apps with com.borland classes |
|
|
Is it possible to deploy jar files compiled with borland's classes
(com.borland.*) without having Borland's com classes installed on the target
machine?
--
TIMOTHY DAVIS
[email]cpuobsessed (AT) email (DOT) uophx.edu[/email]
Always listen to experts. They'll tell you what can't be done and why. Then
do it.
Robert Heinlein (1907 - 1988)
Linux is a superior OS
|
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
Posted: Tue May 24, 2005 6:24 pm Post subject: Re: Deploying Java apps with com.borland classes |
|
|
TIMOTHY DAVIS wrote:
| Quote: | Is it possible to deploy jar files compiled with borland's classes
(com.borland.*) without having Borland's com classes installed on the target
machine?
|
? If you have "import com.borland...." or you use a class
"com.borland...." then you can't use your class without the Borland
classes.
You can redistribute only those jars located in JBuilder's redist directory.
--
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
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
|
|
| Back to top |
|
 |
Paul Nichols (TeamB) Guest
|
Posted: Fri May 27, 2005 3:58 pm Post subject: Re: Deploying Java apps with com.borland classes |
|
|
"TIMOTHY DAVIS" <cpuobsessed (AT) email (DOT) uophx.edu> wrote
| Quote: | Is it possible to deploy jar files compiled with borland's classes
(com.borland.*) without having Borland's com classes installed on the
target
machine?
If as Lori stated, you are using only those classes within the /redist |
directory, then the com.borland.* files must be either (a) included on the
client machines classpath or (b) distributed within your application/applet
jar file.
|
|
| Back to top |
|
 |
|