简体   繁体   中英

Problems in upgrading JSyn related programs

I am trying to upgrade some online synth applications made with the old JSyn plugin .

Initially the former programmer sent me the .jar file of the synth application which was more or less not useful .

I asked for the project files so that I can perform the upgrade. I received a folder with an .src ending which when I open has multiple subfolders that end up in .java files that I can edit .

Now the files are at least editable but both Netbeans and Eclipse can't see any of the folders as a project file so reprogramming and understanding the structure of the program is kind of a nuisance .

It would be helpful if anybody explained to me what is happening and/or how to solve that problem .

You can build a new JSyn JAR file using the source code on GitHub at: https://github.com/philburk/jsyn

The GitHub repo has a .project file for Eclipse so you can open it directly in Eclipse. Then add the JSyn project to your own project.

  1. Right click on your project name in Eclipse.
  2. Select "Build Path > Configure Build Path..."
  3. Click on "Projects" Tab
  4. Add the JSyn Project

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM