I've been working with the project and I've changed certain things, however the things that I changed affected to the Test Packages. I want to know how do I can delete that package without affecting the operation of the softphone.
Finally I would know how do I can make a jar package of my finished project.
Thanks and congratulations for your last version of your project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if you delete test classes, it should not prevent softphone operation.
to create a jar file from a bunch of classes, you can use jar with command
"c" to create a new jar archive from a set of files. Here is a link to
oracle tutorialhttp://docs.oracle.com/javase/tutorial/deployment/jar/build.html
.
I've been working with the project and I've changed certain things,
however the things that I changed affected to the Test Packages. I want to
know how do I can delete that package without affecting the operation of
the softphone.
Finally I would know how do I can make a jar package of my finished
project.
Thanks and congratulations for your last version of your project.
Hi Yohann! I hope you're great!
I've been working with the project and I've changed certain things, however the things that I changed affected to the Test Packages. I want to know how do I can delete that package without affecting the operation of the softphone.
Finally I would know how do I can make a jar package of my finished project.
Thanks and congratulations for your last version of your project.
hi,
if you delete test classes, it should not prevent softphone operation.
to create a jar file from a bunch of classes, you can use jar with command
"c" to create a new jar archive from a set of files. Here is a link to
oracle tutorialhttp://docs.oracle.com/javase/tutorial/deployment/jar/build.html
.
On Fri, May 2, 2014 at 2:01 AM, Ricardo Aguilera
richieyisus@users.sf.netwrote: