Quickbooks Java IDE Requirement - java

I have installed Netbeans Java SE to work on sample application to integrate with Quickbooks.
But I'm wondering, is it enough? Or do I need to use Java EE version on my netbeans?

Related

Eclipse and Java- need to install the legacy SE 6 runtime

I'm trying to get Eclipse to run. Here's the info on my java version-
And when I try to run Eclipse, this is what I get-
Does this mean I have to uninstall my current version of Java and download the legacy SE 6? I'd rather not do that, is there a simpler way to resolve this?
Thanks!
Your eclipse version seems very old to require Java 6.
The latest version currently available is Oxygen.
You can download from their official website. Downloading legacy java 6 is not a recommended idea.

Which eclipse edition is suitable for client server Java programming

I want to implement with Eclipse a client server application in Java but I am confused with which Eclipse edition to use. Is Java EE Developers the solution?
Yes, Eclipse IDE for Java EE Developers is the right choice. Go for the newest stable version Mars (4.5).
You can find it on the download pages for different operating systems and versions.
theoretically you can develop with any eclipse version which has EE bundles installed, but generally I would use Kepler
http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2

Doesnt JAVA EE SDK include the APIs in JAVA EE DOC?

I installed JAVA SE JDK and then installed JAVA EE SDK java_ee_sdk-6u4-jdk7-windows-x64.exe
because the latter one requires a jre. But then I found that the java ee sdk is merely nothing new than java se but a combination of java se jdk+ glassfish platform. I do not know if I am right because I cannot find those "java ee" classes in it. (And the .jar files in jre/lib are the same) It is strange. Lets say JavaMail package, I cannot find it in my java ee jre but it is said this package is included in Java ee platform.
What I expected is the new apis and "java ee" source code which I could not find either. I really would like to know how to get a jdk which includes all the apis descripted at
http://docs.oracle.com/javaee/6/api/
Can some one tell me if I am right about this issue (JAVA EE SDK does not contain JAVA EE API)? If I am right, do I need to get each jar lib from the internet when I use it? Then what is the different between java se + external lib and java ee? Or Did I make any mistake when I installed?
Thank you guys!

Upgrade Eclipse from Java Dev to Java EE dev

I have Eclipse for Java Developers installed, and I installed the Java EE JDK to start working on Java EE.
How can I upgrade my Eclipse For Java Developers to Eclipse For Java EE Developers?
There might be some way using the update stuff, but I would just download the right version of Eclipse for what you want and start with that. It's easy and fast.

Which java development tool to download for windows7 x64?

I want to use eclipse for a java coding and compiling for my home use. So, which version should i download as i don't have any of the previous versions or plugin installed on my system (i.e. Win 7 ultimate, x64)?
The short answer
Get Eclipse IDE for Java EE Developers for Windows x64.
The long answer
You may download Eclipse from the http://eclipse.org website.
The last stable version of Eclipse is 3.7.1, codename Indigo. The next should be relased in June 2012.
You may compare what is inside the various offered package in the following page:
http://www.eclipse.org/downloads/compare.php
There are two main packages for Java, if you need it just to learn the language (or if you know you don't need Java EE), the smaller could do, but if you wish to do Java EE development, you need to larger.
Eclipse IDE for Java Developers for Windows x64
Eclipse IDE for Java EE Developers for Windows x64
I use Eclipse 64x and Java 64x.
-> http://www.oracle.com/technetwork/java/javase/downloads/index.html
-> http://www.eclipse.org/downloads/
In this web http://www.eclipse.org/downloads/, choose "Eclipse IDE for Java Developers" or "Eclipse IDE for Java EE Developers".
Regards!.

Categories

Resources