US
 
67 Replies Last post: Mar 2, 2010 10:22 PM by theotox   Go to original post 1 2 3 4 5 Previous Next
xmutex   4 posts since
Nov 14, 2009
Currently Being Moderated
30. Nov 16, 2009 8:08 AM in response to: iainpwboyd
Re: Pod XT Live / Variax 500 / Variax Workbench problems

In case you need the, here are rollback steps for Snow Leopard, one per line. All from Terminal (sorry, I can't quite figure out the formatting for code in this editor):

 

cd /System/Library/Frameworks/JavaVM.framework/Versions/

sudo unlink CurrentJDK

sudo ln -s 1.6.0 CurrentJDK

Then go into the Java Preferences and move the 'Java SE 6' to the top of the list for Java Applications.

strumnmikey   2 posts since
Feb 17, 2007
Currently Being Moderated
31. Nov 18, 2009 6:41 PM in response to: popy
Re: Pod XT Live / Variax 500 / Variax Workbench problems

popy, you are the king!!  Thanks for the excellent instructions.  Worked like a charm!

popy Juststartin' 16 posts since
Jul 12, 2007
Currently Being Moderated
32. Nov 18, 2009 10:17 PM in response to: strumnmikey
Re: Pod XT Live / Variax 500 / Variax Workbench problems

Hi,

strumnmikey wrote:

 

Worked like a charm!

 

Glad to hear that !

 

 

Best regards.

perezhernan   5 posts since
Aug 10, 2009
Currently Being Moderated
33. Nov 19, 2009 5:19 PM in response to: popy
Re: Pod XT Live / Variax 500 / Variax Workbench problems

hey im trying this java thing its been hard for me since i dont know a bit on how to work in terminal, but i`ve made it to the fourth step on the list but whenever i get to the point where sudo ask for my password, i introduce it, works and then it says mv rename /system/Library/Frameworks/JavaVM.framework/Versions/J2SE5/1.5.0 that the file does not exist ...... :S

$ cd ./System/Library/Frameworks/JavaVM.framework/Versions/
$ sudo mv 1.5.0 /System/Library/Frameworks/
JavaVM.framework/Versions/J2SE5
(right in this step) 1.5.0 does not exists.....

could you help? am i doing anything wrong? the first steps worked perfectly and now im stucked here

thanks

popy Juststartin' 16 posts since
Jul 12, 2007
Currently Being Moderated
34. Nov 21, 2009 2:02 PM in response to: perezhernan
Re: Pod XT Live / Variax 500 / Variax Workbench problems

Hi,

 

This "$" mark means a prompt to execute some command line by Terminal.app.

It displays the parent directory name, white space, user name, and "$".

(host name):(parent directory name) (user name)$

 

For example,

popy-mac :~ Popy$

popy-mac :Users Popy$

 

What is your parent directory now?

You can find out the absolute pathname of your current-directory by typing pwd command.

$ pwd

 

Next typing

$ cd ..

will take you one directory up the hierarchy.

Typing this command a few times will take you a root-directory.

(host name):/ (user name)$

 

 

For example, when you arrived to the root-directory, the prompt will look something like this -

popy-mac :/ Popy$

 

 

Then you type

$ cd ./System/Library/Frameworks/JavaVM.framework/Versions/

and

$ sudo mv 1.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/J2SE5

...

again.

joebraves92   1 posts since
Dec 17, 2008
Currently Being Moderated
35. Nov 21, 2009 3:05 PM in response to: popy
Re: Pod XT Live / Variax 500 / Variax Workbench problems

popy, you're a lifesaver, thank you so much

 

i followed your instructions and now Line 6 Edit works PERFECTLY on my mac, i'm so happy.

 

the only thing that confused me for a second is in the JavaPreferences utility app, make sure to drag the 32-bit Java 5 from the BOTTOM preference (theres one at the top for applets, and another at the bottom for applications) to make sure it is the preferred version to run the application.

 

THANKS AGAIN, YOU RULE

theotox   5 posts since
Jan 23, 2008
Currently Being Moderated
36. Nov 21, 2009 4:00 PM in response to: joebraves92
Re: Pod XT Live / Variax 500 / Variax Workbench problems

Popy,

 

thanks a lot!

Workbench is working again!

 

If it helps, there's another way to install Java 1.5 without having to mess with command line, which has as follows:

 

0. Using the finder, navigate in the system disk /System/Library/Frameworks/JavaVM.framework/Versions and delete folders 1.5 and 1.5.0. These are just links, deleting them won't harm the system. If you don't feel sure enough to delete them, you can just move them out of there (eg by dragging them on the desktop), but as I said, it's safe to delete them.

1. Download and install Pacifist (a utility that opens pkg files) from http://www.charlessoft.com/ . (it's a shareware utility that can be used without having to pay for it, of course -as always- you may consider buying it if you feel you need it for regular use).

2. Download Java 1.5 from the URL Popy gave, i.e. from http://support.apple.com/downloads/Java_for_Mac_OS_X_10_5_Update_5

3. Doubleclick on downloaded file (JavaForMacOSX10.5Update5.dmg) so that it gets mounted.

4. Doubleclick on new drive that will appear on desktop.The new window that will open, should only contain one file, the JavaForMacOSX10.5Update5.pkg.

5. Rightclick on JavaForMacOSX10.5Update5.pkg, and choose "open with Pacifist"

6. In Pacifist, click on Contents, System, Library, Frameworks, JavaVM.framework, Versions.

7. Under "Versions" (in Pacifist) you will see folders and files 1.3, 1.3.1 1.4, 1.4.2 etc etc. Select 1.5 and 1.5.0 (shift-click on those two), right click on any of them and choose (from the pop-up menu) the option "Install to Default Location"

That's it! now you have 1.5 Java installed.

 

In order to choose which java will be used on your system, go to Utilities/Java Preferences and drag J2SE 5.0 32-bit so that it will appear first on the list on Java Applications  order.

 

That's it, Workbench will work, and without having to type a single command line!

 

 

Hope this help,

 

once again thanks Popy for providing the solution!

popy Juststartin' 16 posts since
Jul 12, 2007
Currently Being Moderated
37. Nov 21, 2009 4:34 PM in response to: theotox
Re: Pod XT Live / Variax 500 / Variax Workbench problems

Hi,

If it helps, there's another way to install Java 1.5 without having to mess with command line, which has as follows:

 

This is a more easy way for installing old Java using GUI application "Pacifst".

For Mac user, it's worthy to introduce this step by step method!

 

Thank you, theotox !!

dobermann69   21 posts since
Oct 30, 2006
Currently Being Moderated
38. Nov 22, 2009 3:00 AM in response to: popy
Re: Pod XT Live / Variax 500 / Variax Workbench problems

Way to go, Poppy!

 

I'm wondering, how the heck did I get that version of Java installed after moving to 10.6.. Another of those mysteries, like socks heaven and such.

Glad to read that this solution is working for everyone.

 

But I have a question. In my case, although I can work with both Line 6 Edit and Workbench, they never finish loading properly AND the only way to quit any of them is to Force Quit.

By "never finish loading properly", I mean that the loading dialog/banner/whatever, remains in the background in a "still loading" state. But the software works.

 

Anyone having the same experience?

 

Cheers

g

mperkins37   6 posts since
Nov 25, 2009
Currently Being Moderated
39. Nov 26, 2009 11:19 AM in response to: dobermann69
Re: Pod XT Live / Variax 500 / Variax Workbench problems

I have no Java anything in Lib/frameworks, yet when I try & load 1.5 it tells me it can't as I have a newer version already.

MACPRO 10.6.2

mperkins37   6 posts since
Nov 25, 2009
Currently Being Moderated
40. Nov 26, 2009 11:22 AM in response to: mperkins37
Re: Pod XT Live / Variax 500 / Variax Workbench problems

I bought an XT Live on ebay & It has a bunch of prsets that I wanted to reset.

then I looked at all the stuff I am supposed to do with it, Now I find out that I can't do most of the stuff concerning updates & transfers.

Unless I have solid command of terminal I guess.

VERY FRUSTRATING.

iainpwboyd   32 posts since
Jan 31, 2007
Currently Being Moderated
41. Nov 26, 2009 11:42 AM in response to: mperkins37
Re: Pod XT Live / Variax 500 / Variax Workbench problems

Yes, I bought one off eBay as well, and also knew nothing of Terminal, but it turned out to be very straight forward if you read the earlier posts carefully. Otherwise get a techy friend to have a look at it. Once it's done, it works just fine and you will be able to use Workbench, Gearbox, Line6 Edit etc.

 

Good luck!

mperkins37   6 posts since
Nov 25, 2009
Currently Being Moderated
42. Nov 26, 2009 4:56 PM in response to: iainpwboyd
Re: Pod XT Live / Variax 500 / Variax Workbench problemsGot the workaround to

Got the workaround & have been able to set it up, THANKS GUYS, just a shame that the solution came from a customer, & that they still have their heads collectively up their A*#es as to actually putting some fixed software up. It seems that it's only a Java issue for christ sakes.

Anyway, thanks to all who helped.

RTL44   4 posts since
May 17, 2007
Currently Being Moderated
43. Dec 1, 2009 8:46 PM in response to: thomashowrth
Re: Pod XT Live / Variax 500 / Variax Workbench problems

I'm sorry, but these workaround "fixes" are unacceptable.  Besides the fact that they are not even provided by Line6, it has been 6 MONTHS since the public release of Snow Leopard and Line6 still hasn't come up with compatible software?!  I have been a huge Line6 fan, but their apathy toward Snow Leopard support has brought me to the point of selling all of my Line6 gear and going a different route.  6 months in the world of software and technology is a lifetime.  THIS IS INEXCUSABLE.

dobermann69   21 posts since
Oct 30, 2006
Currently Being Moderated
44. Dec 2, 2009 1:24 AM in response to: RTL44
Re: Pod XT Live / Variax 500 / Variax Workbench problems

I agree!

All my software now is 10.6 compatible except anything from LIne6.

I have given up on my POD XT Live and got myself a G-System from TC Electronic. And i'll never look back.

 

Still, I need the Variax Workbench to work in 10.6, since there's no alternative to the Variax.

Oh and by the way, after I gave up the POD, I've rediscovered what a beautiful tone my guitar and amp have. Incredible!

More Like This

  • Retrieving data ...