(Answer) (Category) FAQ-O-Matic : (Category) Linux- and Solaris-specific :
I cannot get Cut and Paste to work between JBuilder and the rest of Linux. Does anyone know how to make this work?
Launch xclipboard. Copy from JBuilder into the clipboard, then copy from the clipboard into other X apps.

Java uses X11's System cut buffer instead of the primary cut buffer like everything else in X. (Or vice versa, I forget which is which.)

XClipboard is one of the few apps that looks at all 3 X11 cut buffers.

Note, under JVM 1.2.2, occasionlly the JVM will dump core if you leave xclipboard up too long and attempt a new copy. JVM 1.3 doesn't do this. This can make JBuilder suddenly hang when you hit ^C to copy. The JVM is writing out a 200meg core file. Give it a few minutes and the window will close, and you can re-open JBuilder.

Moral of the story: If you're using JB Foundation 3.0 or JB 3.5, don't leave xclipboard running any longer than you need to, and safe often while it's running. This is a JVM 1.2.2 bug.

2000-Dec-21 4:14pm gyles19@visi.com

If you paste the following into your .emacs config file,
  (global-set-key "\M-\C-y" 'clipboard-yank) ; a yank that gets JBuilder's clipboard
  (global-set-key "\M-\C-w" 'clipboard-kill-ring-save) ; keep to JBuilder's clipboard
  ; M-C-w is, by default, the "append-next-kill" command .. but I've never used it.

you can use M-C-y to paste the JBuilder cut buffer and M-C-w to save to it (the way M-w does to the normal selection).
You will need to run "M-x eval-buffer" or restart emacs for the changes to take effect.
2001-Sep-10 5:00am mca-jbuilderfom@grantadesign.com

[Append to This Answer]
2001-Sep-10 5:00am
Previous: (Answer) How can I get JBuilder to use my mouse wheel?
Next: (Answer) Sun JDK 1.3 screws up non-English keyboards?
This document is: http://www.visi.com/~gyles19/cgi-bin/fom.cgi?file=21
[Search] [Appearance]
This is a Faq-O-Matic 2.709.
This FAQ administered by gyles19@visi.com.

Other JBuilder Links

Java Community
Java Tools
Code Central
JB OpenTools
Community
Recent
Threads
Borland Chat
Chat FAQ
Feature Matrices
3.0 |  3.5 |  4.0
5.0 |  6.0 |  7.0
Shop for
JBuilder
JBuilder
Downloads
and reg keys
Report Piracy
Online Manuals
4.0 |  5.0 |  6.0
7.0
Borland
DevSupport's
Bug/RFE Form

Quality Central Client
JB Patches &
Updates
JBuilder FAQs TIs
JBuilder
Newsgroups
Tamaracka's
News Archive
Mr. Haki's
JBuilder Machine
JGuru's
JBuilder FAQ
Sun's Bug
Parade
Netring Home - About - Privacy
The
JBuilder Netring Logo
The Borland JBuilder Netring by JBuilder FAQ-O-Matic
[ Join Now | List Sites | Random | << Prev | Next >> ]
[ Previous 5 Sites | Skip Previous | Skip Next | Next 5 Sites ]