|
|
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. | |
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). | |
| [Append to This Answer] | |
| 2001-Sep-10 5:00am |
| Previous: |
|
| Next: |
|
| ||||||||
|
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 |
|||||||||||||||||
|
|||||||||||||||||