Skip to Main Content

SQL Developer

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!

How to copy file path to clipboard?

HeikeAug 17 2022

sometimes you need the path or path + filename of an opened sql-file - e.g. to copy it into your word / writer project documentation file or mail.
neither openening the tab context menu with right mouse button
sqldeveloper_context_tab.PNGnor the file context menu on file name in recent file list works:
sqldeveloper_context_recent_file_list.PNGis there any other trick to copy the path of a sql-file?

This post has been answered by Heike on Aug 17 2022
Jump to Answer

Comments

Answer
Hi,

This javaw.exe is used to for Java Web start.

If you clearly see in the doc to use use -vm option as javaw under jre/bin folder.

If you dont find them you can use java.exe .

This reference is only for JVM option to use for IDE.

So we can check for the why this javaw.exe is not exists through Oracle support mean while you can use java.exe to run your IDE.

Hope if answers your query.

Regards,
Kal
Marked as Answer by e.geesken · Sep 27 2020
Ganesh..
Hi,
Commonly used launchers for linux is java and that for windows are java or javaw.
It is not mandatory to specify java location in eclipse.ini. Specify the jrockit/bin path in PATH and start the eclipse, it will pick up the jrockit as launcher.
1 - 2

Post Details

Added on Aug 17 2022
1 comment
532 views