Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

installing Development Kit (J2SDK)

user10274093Dec 21 2015 — edited Dec 21 2015

Hi,

to be able to write and run the following on Windows from a "dot"java file :

public class HelloWorld {

  public static void main(String[] args) {
  System.out.println("HelloWorld");
  }

}

Should I install Development Kit (J2SDK) ?

If yes what is the last version ? Where can I download ? Can you be kind to give me the URL ?

Thank you.

This post has been answered by unknown-7404 on Dec 21 2015
Jump to Answer

Comments

JohnGoodwin
Answer

When installing if you select "Financial Management Server" it will automatically select the database clients so you must have deselected them, they are selected for a reason, obviously if you were connecting to SQL Server you would not need them selected.

It is also possible to use an existing Oracle client - Using an Existing Oracle Database Client

Cheers

John

Marked as Answer by JanGLi · Sep 27 2020
JanGLi

Damn i even searched the shared document for database client maybe i didn't searched property.

Well any way i have already started the re-installation

Thanks for always helping

QA

@John Goodwin

Do we still need DB client, when we use/specify jdbc connection string during config?

Thanks

A

JohnGoodwin

1002763 wrote:

Do we still need DB client, when we use/specify jdbc connection string during config?

No you don't need a database client for the configuration.

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 18 2016
Added on Dec 21 2015
2 comments
1,834 views