Skip to Main Content

Java Development Tools

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java me sdk application icon

913469Jan 26 2012 — edited Feb 8 2012
Hello
I installed java me sdk 3.0.5 on windows 7 exactly as shown in tutorials (already have the required softwares).
When I go to "All Programs" from start menu to launch the application, I just don't find the icon. I only find: (documentation, uninstall, update center).
I even tried searching the folder where the software is located in my machine but didn't find any.
Now I don't know how to launch and use java me platform with an interface

Thanks in advance

Comments

270337
I have tora 1.3.21 with Postgres and Oracle connections on Debian. I think that you should compile from tora source for Oracle connection. For this, you should download instant client from OTN and specify the instant client path in the parameters:

./configure with-instant-client with-oracle-includes=/usr/local/instantclient_10_2/sdk/include/ with-oracle-libraries=/usr/local/instantclient_10_2/lib with-oci-version=10G

You should review configure parameters file for new features or customize this for your platform
Billy Verreynne
Assuming that you've downloaded TOra with OCI support, this could mean that TOra is not seeing the OCI client drivers and therefore not presenting you with an option to connect via an Oracle client driver.

Check you LD_LIBRARY_PATH and make sure that it includes $ORACLE_HOME/lib - or download Instant Client and point the path there.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 7 2012
Added on Jan 26 2012
1 comment
1,317 views