facebook

Trouble with eclipse delete wanted jar files on clean.

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #314475 Reply

    pguilmette
    Member

    When I do a Clean and conpile of a Project, Eclipse erases jar files. The files it is deleting is in C:\windows\java\classes. That is also my project output to C:\windows\java\classes\

    My package is in com\syntellect\PSCUchs off of C:\windows\java\classes

    How do I tell eclipse not to delete any Jar file in C:\windows\java\classes?

    #314494 Reply

    Brian Fernandes
    Moderator

    pguilmette,

    You should place your JAR files elsewhere; placing JAR files in the output folder is not a recommended practice and there is no way in which you can prevent their deletion on clean.

    Do you have some reason for placing these files in the classes folder?

    #314503 Reply

    pguilmette
    Member

    Brian,
    This is a an IVR system that I am programming for. The IVR system runs out of C:\windows\java\classes. It places all it’s jar files there. and all class packages ar eunder there like com.syntellect.PSCUchs. This is where it looks for them.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Trouble with eclipse delete wanted jar files on clean.

You must be logged in to post in the forum log in