Software :: Remove Old JRE / When Log Into Other Accounts Its Points At The Old JRE?

May 25, 2009

I have JDK 1.6 update 13 installed on my machine from binaries. For my java web applets to work, I had to install JRE 1.6 update 12 from the Debian repos. I downloaded a webstart app the other day that should install a programing emulator for me, but it can't seem to find my JDK or my version of Netbeans (everything built from binaries). On another forum, someone suggested that the JRE was the problem, so we linked every referece we could find to a JRE to my JRE in the JDK folder. JAVA_HOME, my PATH and even the /usr/java directories point to my JDK. For some reason, if I log into other accounts, every variable seems correct, but the account still points at the old JRE? My solution was just to remove the old JRE so everything would be forced to look at the newer one, but I can't every time I try, I am told that Open Office and several libraries will be removed also. Is there some way to remove just the old JRE and its two basae pacakages without the rest of my programs?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Create A Dir That Points To Another HDD

Jun 30, 2011

I am currently running a lot of simulations and am always interested to speed things up a bit. My workstation has 2 hdds, 1 ssd-drive (sda1) and 1 mechanical platter drive (sdb1). Of course, most of my data are on the mechanical drive and the ssd is mostly used for booting.

However, to speed things up a bit, I wonder if it is possible to create a pointer or link in a directory residing within the mechanical drive, which will write the data, in reality, to the ssd instead. For example,

Code:
/home/me/sims/data/dump

would normally reside on sdb1. But I would like it to point to a mount point of the ssd instead, e.g.,

Code:
/ssdtemp/dump

View 3 Replies View Related

General :: Points To Compare Distros?

Apr 1, 2010

I 've a question regarding which points should be considered to compare 2 different linux distros say RedHat & Ubuntu. for a production environment non-db applications ..

View 3 Replies View Related

General :: Immediate Advantages Of Selling Points?

Jan 3, 2011

I have recently started to use linux, ubuntu to be specific, and I'm already starting to receive grief from my mac-fanboy and windows-fanboy friends. Aside from the increased speed of the OS, and small size, what are some things I can do to prove the advantages of linux to them?

View 14 Replies View Related

Programming :: How Break Points Work In GDB

Mar 24, 2011

I want to know that how the break points and watch points work in the GDB. I know the GDB works on symbol table. But would like to know more details of it. How watch points differ from break points.

View 3 Replies View Related

Red Hat :: ISCSI Connection Mount Points?

Feb 18, 2010

want to create a iSCSI connection which mounts /home directory to a share on my NAS via iSCSI. Does anyone know if this is possible on a RHEL 5.4 machine? I am building the server from scratch and then creating the iSCSI mount point in /etc/fstab. After the /home directory is mounted on the mail server, I will copy all the mailboxes over to the /home directory via iSCSI.

View 4 Replies View Related

OpenSUSE Install :: Reboot Hangs At Many Points?

Jul 1, 2009

Have openSUSE 11.1 and (AFAIK) KDE 4 on an older notebook; worked OK for weeks, then booting became a problem and the OS seemed to go to sleep between keystrokes: now the cursor stops blinking, the clock stops running, and nothing happens after clicking a radio button until the mouse moves. Am now 25 minutes into a reboot, hung at "Unmounting file systems" but it also hung for a while when changing run levels. Is this related to the stability problems with 11.1 I've read about? Possibly KDE? Where would I adjust a config to use kde 3.5 rather than 4?

View 9 Replies View Related

General :: Different Folders In A Partition As Mount Points?

Apr 7, 2010

i want to have 2 partitions. one is called system. the other is private.

in the private partition i've got some folders i want to mount into system as system folders.

folders in private:

- www
- home

mount points in system:

- /var/www
- /home

is this possible? cause it seems that you can only specify a whole partition to use for a mount point and not a folder in a partition or am i wrong?

i run ubuntu server.

View 2 Replies View Related

General :: List All Wireless Points - Frequency?

Sep 17, 2010

How can I list all stations with frequency they are at ?

View 1 Replies View Related

General :: See Available Wireless Access Points In Terminal?

Apr 6, 2011

How can I go about seeing the different AP around me using the terminal?
OpenSuse linux

View 1 Replies View Related

General :: Vanishing Mount Points On Unmount?

Jun 19, 2011

When I insert an SD card in the reader, slackware creates a mount point and mounts my card volumes. On unmounting the volumes, the mount point vanishes. How do I achieve this manually?When I attempt to mount a volume using the mount command, the mount point folder must exist and the folder does not vanish on umount. Is there a way to create a mount point if it does not exist? and ensure that the folders vanish on umounting?

View 2 Replies View Related

Installation :: Grub Points To Wrong Kernel

Mar 5, 2009

It points to the old Fedora kernel, and needs to be directed to the pre-installed kernel. What will the new menu entry be after it loads?

View 1 Replies View Related

General :: Show All The Current Mount Points?

Apr 9, 2009

I would like to know how to show all the current mount points in the file system. I tried mount but it didn't show the nfs mount point.

View 5 Replies View Related

Ubuntu :: Display Mount Points On A Partition?

Jan 27, 2010

If there is a partition. e.g /dev/sda1 is there a command that I can use toisplay all mount points on this particular partition.

View 3 Replies View Related

General :: NAS Mount Points Not Visible On System

Apr 18, 2011

Coming from non linux bod - but to create mount points on nas that are visible do we have to put entries in both fstab and rc.local?

View 1 Replies View Related

General :: Sequence Of Partitions / Mount Points?

Mar 1, 2011

figure out the best partition layout for my linux installation which I'm about to have on my laptop. Having read numerous articles on partitioning in linux I've gathered some ideas, still there was no let's say a clear explanation as to the sequence the mount points should be arranged on the disc...What I have in mind is to use a single disc space as efficiently as possible considering the head travel. The pc is a laptop, 160GB HDD and will be used as a normal desktop with some simple sound processing. Distro Linux Mint 10. I'm planning to have such partitions and all will come after a Win7 installation:

/boot -> some write it's not necessary in dual-booting, some that it's good to have for security
swap -> with 4GB of RAM i don't suppose i'll use it
/

[code]....

have the most heavily utilised partitions close to each other so the head doesn't move for large distances. The placement also makes a difference as the closer to the inner rim of the disc the worse performance. I'm also not sure about the sizes. Read posts with recommendations but still judging by installations on a different laptop and virtual machine e.g. 5GB for /opt is a bit too much as there's almost nothing in there. Certainly /usr fills up, /var too from what I've observed. / also has scarce data in it so I'm wondering if giving them e.g. 5 gigs each won't be a waste of space resulting in greater head travel.

View 10 Replies View Related

Programming :: Optimizing The Spacing Of A Mesh Containing A Given Set Of Points?

Jan 15, 2011

I tried to summarize the this as best as possible in the title. I am writing an initial value problem solver in the most general way possible. I start with an arbitrary number of initial values at arbitrary locations (inside a boundary.) The first part of my program creates a mesh/grid (I am not sure which is the correct nuance), with N points total, that contains all the initial values. My goal is to optimize the mesh such that the spacing is as uniform as possible. My solver seems to work half decently (it needs some more obscure debugging that is not relevant here.)

I am starting with one dimension. I intend to generalize the algorithm to an arbitrary number of dimensions once I get it working consistently. I am writing my code in fortran, but feel free to reply with pseudocode or the language of your choice.Allow me to elaborate with an example:Say I am working on a closed interval [1,10]

xmin=1
xmax=10

Say I have 3 initial points: xmin, 5 and xmax

num_ivc=3
known(num_ivc)=[xmin,5,xmax] //my arrays start at 1. Assume "known" starts sorted

I store my mesh/grid points in an array called coord. Say I want 10 points total in my mesh/grid.

N=10
coord(10)

Remember, all this is arbitrary--except the variable names of course. The algorithm should set coord to {1,2,3,4,5,6,7,8,9,10} Now for a less trivial example:

num_ivc=3
known(num_ivc)=[xmin,5.5,xmax
or just
num_ivc=1
known(num_ivc)=[5.5]

Now, would you have 5 evenly spaced points on the interval [1, 5.5] and 5 evenly spaced points on the interval (5.5, 10]? But there is more space between 1 and 5.5 than between 5.5 and 10. So would you have 6 points on [1, 5.5] followed by 4 on (5.5 to 10]. The key is to minimize the difference in spacing.I have been working on this for 2 days straight and I can assure you it is a lot trickier than it sounds. I have written code that

only works if N is large
only works if N is small
only works if it the known points are close together

[code]....

So as you can see, I have coded the gamut of almost-solutions. I cannot figure out a way to get it to perform equally well in all possible scenarios (that is, create the optimum spacing.)

View 3 Replies View Related

Slackware :: Article That Points Wayland Has A Successor For X?

May 22, 2011

For anyone that doesn't know wayland is a compositor, maybe the new X. In phonorix there is a article that points wayland has a successor for X.

View 5 Replies View Related

Debian Installation :: System Appear To Hang At Different Points During Install

Aug 28, 2010

i reached step six where it states "6. When the root and swap partitions are formatted the base installation will begin. Note that your system may appear to hang at different points during the install but it hasn't. Just be patient." I have been staring at a blank blue screen with this blinking cursor at the bottom for 30 minutes and i was just wondering how much more "patient" will it take. for some system details. the system is clean / fist time run and anything installed on it.

View 7 Replies View Related

Debian Configuration :: Fresh Install - Using LVM For Mount Points

Feb 6, 2011

I'll start a fresh installation of a debian stable server and I would like to use LVM on this. So, I started to read lots of documents about LVM and found different flavors on partitioning with it. I'm thinking in a partition schema which might use LVM for those mount points that tends to grow in time, for instance:

/boot (primary partition)
/ (primary partition)
/home (lvm)
/usr (lvm)
/var (lvm)
swap (lvm)

Am I right on this schema?

View 2 Replies View Related

Fedora :: Convention For Permanent Partition Mount Points?

Aug 24, 2009

If /mnt & /media are for temporary mount points and removable drives, what is the usual convention for locating permanently mounted partitions for all users on the computer? e.g. I have a partition for photographs, I'll just call it "photos" would it be bad form to mount it as /photos or something like /my_hdd/photos ?In practice it probably won't matter, but I want to make sure it's easy for anyone else to perform admin tasks on the computer when I'm not available.

View 2 Replies View Related

Fedora X86/64bit :: Unexpected System Crash At Various Points?

Jul 11, 2010

my laptop goes on unexpected crash several times without any warning.suppose i am writing something on gedit or browsing my system crashusic stops playing nothing happens.everything comes to at hang.i am running fedora13_64bit version on vaio vpccw16fg laptop, nvidia geforce 230m graphics card. i havent installed my nvidia graphics card yet, may be the graphics card driver that comes within the live cd is responsible for this.but still i want to confirm from u people about this problem.stalled the new kernel2.6.33.6-147.fc13(x86-64) and u know what this kernel doesnt even show me the login page. it hangs after completing the boot

View 7 Replies View Related

Fedora Installation :: Partitioning / Mounting Points For SSD Optimization

Feb 23, 2011

I am building a new MiniITX system and partitioning/mounting points for SSD optimization. The majority of / will be on the SSD, but files that are written to often shouldn't be there as the high write operations will diminish the lifetime of the SSD. I will also have a 450G SATAIII drive where I believe that directories like /tmp and /home should be. I also like the idea of a RamDisk for browser/etc files

Intended system:
MoBo: Minix 890GX-USB3
CPU: AMD Phenom II X4 910e Deneb
RAM: G.SKILL 8GB (2 x 4GB) DDR3 1333 (PC3 10666)
HDA: SSD Corsair SATAIII 2.5" 128GB
HDB: Western Digital SATAIII 2.5" 450GB
PSU: Pico 160W PSU
Case: MiniBox M350
OS: Fedora (with Win7 in VM or DualBoot)

View 3 Replies View Related

OpenSUSE Hardware :: How To Put Mount Points For New Extra Disks

Aug 24, 2010

how do i mount extra harddrives...?

- After a hardrive crash which took out my opensuse 11.2, I installed three new harddrives instead of the old ones. I have installed xp. To see of I could triple boot, i thereafter put in linux mint. I did not like that and installed opensuse 11.3 - to ensure it would place itself on the two second harddrives (formatted in ntfs and with some data on) i before installation took those cables off.. And now alas.. there are no mount points.

So I tried yast, and found the partitioner, chose edit tried to put mount points .. however.. nothing seemed to have happened...

View 9 Replies View Related

General :: Use Network Drives As Mount Points During Installation?

Apr 7, 2010

Is it possible to use network storage locations as mount points during installation?

cause i want to separate system (ubuntu) with data (personal files).

eg. if i have 5 computers i don't want to recreate /home/david 5 times.

so i want to mount networkdrive/home to /home in local ubuntu server.

so ALL users home folders could be used and maybe also networkdrive/projects to /projects.

in that way its ok if i by accident repartitioned the local ubuntu server cause all data is not there on that server, but in the data server.

is separating "data" from "logic" good in this case?

and is it possible? what protocol should i use for the mapping over internet? (maybe the server is in Sweden, and the data is in Norway).

View 1 Replies View Related

Ubuntu :: Permissions Of Mount Points For Automounted Devices

Jan 14, 2010

Ubuntu 9.10. I have a problem - when I mount other partitions of my hdd or the system automounts usb disks these are mounted in /media directory with permissions 0700. So there are two problems there:
- When I switch user on my desktop to another that user can't read data from the usb disks
- I can't share data through network because smbd doesnot have read permissions on the created mount points

I think editing /etc/fstab is wrong way, there would be more right way to change permissions on mount point. I tried to change/add parameters umask, allow_other in gconf-editor (/system/storage/default_options, subsections vfat and ntfs-3g) but that does not show any results. Article [URL] recommends Open Places → Computer. Every volume except the generic File system one should have a Drive and Volume tab in its properties dialog where you can set mount options. But I did not find those tabs. Where should I set option to mount usb disks with permissions rwx for every user of my system?

View 9 Replies View Related

Ubuntu Networking :: Not Detecting Access Points After 10.04 Crash?

May 19, 2010

I installed the new ubuntu 10.04 distro using packagemanager, everything was fine intill i booted up today and there was no access points at all, i tried everything i could think of ( not a lot ),, so i decided to freshly install ubuntu 9.10 and start over, but there is still no scan results, from iwlist or any connections in networkmanager, i checked and the driver was installed and it was showing my card under iwconfig = eth1,

DELL 1545 INSPIRON
and it's a BCM4312 WIRELESS CARD
UBUNTU 9.10,

View 2 Replies View Related

Ubuntu Networking :: 10.10 Will Not Connect To Wireless N Access Points

Oct 7, 2010

I have wireless G and N access points in my house. The N network is set to allow only N connections. I have a Lenovo laptop with a Intel Wireless N chip in it, and after one of the 10.10 updates it stopped connecting to my N access point. The G access point works just fine.

The logs for the Wireless N access point alway show "Bas Password." I am having the same problem with either NetworkManager or wicd.

View 2 Replies View Related

Ubuntu Networking :: Compaq 110 Cannot 'see' Any Wireless Access Points

Dec 11, 2010

Installed 10.10 maverick on my compaq mini 110, activated the restricted STA driver... But under the networking drop down it shows wireless as enabled but I cannot actually see any networks, there should be about a half a dozen to see. Works fine under windows. Before the restricted drivers are activated ifconfig shows eth0 and after eth0 and eth1 but when I do iwscan eth0 or eth1 it tells me this action is not supported! I have tried reinstalling from cli but no difference?

View 3 Replies View Related

Ubuntu :: Shortcut To Desktop Points To Home Folder?

Jan 12, 2011

I'm using Zorin OS 4 Lite, which is a variant of Lubuntu 10.10. For some unknown reason, the desktop shortcut on PCManFM is pointing to my home folder, so I have all my personal files covering my Desktop (kind of annoying to be honest ). And when I try to add a shortcut to the Desktop it adds it to my home folder instead. Seems like there's some kind of hard link between the Desktop shortcut in PCManFM menu and my home folder. However, I can't find where it is or how to fix this. Has anyone else had this problem? How do I fix this?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved