简体   繁体   English

Java Netbeans桌面应用程序和Maven可以一起使用吗?

[英]Can Java Netbeans desktop application and Maven work together?

I have developed a java desktop application in netbeans 8.1 for a security project I am currently busy with. 我在netbeans 8.1中开发了一个Java桌面应用程序,用于一个我目前正在使用的安全项目。

I have been asked by the client to add Google drive or DropBox to the desktop application for storing the data files on the cloud storage at any of the two mentioned above. 客户端要求我将Google驱动器或DropBox添加到桌面应用程序中,以将数据文件存储在上述两个位置中的任何一个的云存储上。

I have done research and have seen that the only way to get this to work is to use Maven or Gradle. 我已经进行了研究,并且看到使它起作用的唯一方法是使用Maven或Gradle。 I have picked up that there is Maven projects in Netbeans, But I would like to know if the following is possible: 我了解到Netbeans中有Maven项目,但是我想知道是否可以进行以下操作:

  • Would it be possible to just copy the desktop application to the Maven created project? 是否可以将桌面应用程序复制到Maven创建的项目中?
  • Do I need to use the dependencies to add the jars needed for the desktop application classes? 我是否需要使用依赖项来添加桌面应用程序类所需的jar?
  • Will I need to re-download the jar files or how can I add the jars that I currently have on the computer to the Maven project? 我是否需要重新下载jar文件,或者如何将计算机上当前拥有的jar添加到Maven项目?
  • Will the copying of the normal desktop application to the maven project affect any of the other features created previously? 将普通桌面应用程序复制到maven项目是否会影响以前创建的任何其他功能?
  • Does the Maven project work differently from normal java desktop applications created in Netbeans? Maven项目的工作方式与Netbeans中创建的普通Java桌面应用程序不同吗?

I would be very grateful for answers to this or any other information that would help out. 我很感谢您对此问题或其他任何有帮助的信息的答复。 I do not want to start this transition and land up it not working out. 我不想开始这种过渡,而陷入无法解决的问题。

Any information will be tremendously helpful. 任何信息将极大地帮助您。

Much appreciated for your help 非常感谢您的帮助

At work here, most java developers use netbeans with Maven. 在这里工作时,大多数Java开发人员都将netbeans与Maven一起使用。 Netbeans for java is built around Maven. Netbeans for Java是围绕Maven构建的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么在Netbeans 7.3中找不到Java桌面应用程序 - Why can't I find Java desktop application in Netbeans 7.3 为什么我在Netbeans 8.0中找不到Java桌面应用程序 - Why can't I find Java desktop application in Netbeans 8.0 无法使Biojava在Maven Netbeans应用程序中工作 - Can't get biojava to work in a Maven Netbeans application Spring和SWT可以一起用于Java桌面应用程序吗? - Can Spring and SWT work together for Java Desktop Applications? Java桌面应用程序,netbeans mysql jdbc - java desktop application , netbeans mysql jdbc Netbeans Java桌面应用程序:资源映射国际化 - Netbeans java desktop application: Resource Map internationalization eclipselink和Netbeans Java桌面应用程序jdialog无法启动 - eclipselink and netbeans java desktop application jdialog not launching 在Netbeans中调试Maven Java应用程序中的问题 - Issue in Debuging Maven Java Application in Netbeans google 的 firebase 可以与 java 桌面应用程序一起使用吗? - Can google's firebase work with a java desktop application? 我怎样才能 package 我的 Java Maven 桌面应用程序与 Netbeans 12.6 以便它可以安装在多个操作系统上? - How can I package my Java Maven desktop app with Netbeans 12.6 so that it can be installed on multiple operating systems?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM