Quick and easy qestion

Trying this post again. I'm running Win XP and using Visual Cafe for my debugging environment. I would like to update the version of Java i'm running to the newest (1.4?). Is this as simple as downloading, installing and then telling Visual Cafe where to look for the new classes etc?
Thanks.

No luck getting Visual Cafe to work with Java 1.4.1 here, either, at least not completely. I can compile and debug, but the Component Library won't import JavaBeans compiled under 1.4, and you can't deploy a project. The complaint it gives is "class file has wrong version 48.0, should be 47.0". Do these numbers mean anything to anyone? Knowing what they are might help me come up with a workaround.
It sure sucks to drop $1K on a product and a year later it's worthless.
Kevin Rahe

Similar Messages

  • I want to install just ADOBE photoshop quick and easy. how?

    I want to install ADOBE photoshop quick and easy. how?

    You can download it from this page : http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop
    Regards,
    Ravi.

  • I have what is hopefully a quick and easy question. I kno...

    I have what is hopefully a quick and easy question. I know almost nothing about this stuff so go easy on me . All I need to do is find out if my DHCP is enabled. I'm having problems with my Xbox 360 and one of the possible problems is this DHCP thing. However I have no idea how to find the settings for my router on my computer. If it helps I have a Wirless model BEFW11S4. Thanks in advance for any help.

    You need to access your router to check if the DHCP is on.  To access the router open your browser and type in http://192.168.1.1 into the address field and hit enter.  That should open the routers log on screen and by default the user is left blank (some routers it is admin) and the password is abmin.  If you changed your routers password as you should for security reasons then use that password.  That will bring you to your routers user interface and on the main set up page should be your DHCP.
    Richard Aichner (Ikester)

  • Lesson for this weekend: Don't trust "quick and easy"

    When they say a process will be simple, quick and easy it really means it may or may not explode in your face!Started out on Friday simply wanting to write a new post for my site and update some old articles. Found out the php upload limit was too low for some of the server photos I wanted to add. No problem, just increase the limit right? Well no. Since the site was still in "Safe Mode" I couldn't change any of the advanced functions. The solution? Switch to Free Mode, billed as a simple process of a few clicks. Lets do this then! Clicked the deceptively easy "Switch to Free Mode" button prepared for a few clicks and getting on with my day. Filled out the information, set the flags I wanted, clicked go.....and it failed. That's fine, it went back to safe mode so I can just retry, right? Fails again. Third times the charm? Nope.At this...
    This topic first appeared in the Spiceworks Community

    When they say a process will be simple, quick and easy it really means it may or may not explode in your face!Started out on Friday simply wanting to write a new post for my site and update some old articles. Found out the php upload limit was too low for some of the server photos I wanted to add. No problem, just increase the limit right? Well no. Since the site was still in "Safe Mode" I couldn't change any of the advanced functions. The solution? Switch to Free Mode, billed as a simple process of a few clicks. Lets do this then! Clicked the deceptively easy "Switch to Free Mode" button prepared for a few clicks and getting on with my day. Filled out the information, set the flags I wanted, clicked go.....and it failed. That's fine, it went back to safe mode so I can just retry, right? Fails again. Third times the charm? Nope.At this...
    This topic first appeared in the Spiceworks Community

  • E1200 and "Quick and Easy Setup"

    My parents were trying to setup their E1200 router. We had to do a reset (using the button) since we couldn't access the router admin menu (someone had hacked/changed the password). I'm doing this remotely over the phone.
    Now, when they open Internet Explorer, they are getting a"Linksys Quick and Easy Setup" screen no matter what web site they try to get to. They don't have access to the original CD to install Linksys Connect. Mom says that when she clicks on "No CD? Download the software" link, nothing happens. Looks like she's got internet, though, as there's a link to the Linksys forums, and she's seeing updates from the forums."
    I don't know what this screen looks like, but isn't there some way to get past this splash screen? The computer is plugged into the router via a cable, so I'm not sure why they can't access the internet manually. Is there a way to just "disable" the "Quick and Very So Not Easy Setup" and skip right to using the internet?
    Thanks.

    Hi dapupster. I suggest that you let your parents do another reset. Tell them to make sure that they press down the reset button that's underneath the device ( please check the  picture). Let them press it down for 30 seconds while the device is powered on.  Once done, let them unplug the unit, plug it back in and try to access the setup page manually through 192.168.1.1.
    If the challenge remains the same, let them unplug the router from the modem and have them access the 192.168.1.1 page with only the computer that's connected to the router.  Hope the suggestions help.

  • Quick and easy way to learn to use Oracle Spatial?

    Could anyone recommend a quick and easy way to learn to use Oracle Spatial?

    Depends on your style.
    Reminds me of a story a contractor to an IT department I worked in once told me.
    He used to work in Silicon Valley in the '70s and told a story of a company that
    hired a particular programmer who was brilliant but unstable. They used to set
    up a room with a VT100 and a bottle of Tequila. The programmer would arrive
    and set to work. As the Tequila emptied it was replaced. At some point over
    the following days or weeks a scream would be heard from the room, followed
    by a crash as the VT100 went through the window and the programmer disappeared.
    They would replace the window, the VT100, the Tequila and wait till he came back
    from "walkabout".
    "Extreme Programming" '70s tyle!
    OH&S would never allow this nowadays! That, plus Prozac means these sorts
    of programmers are probably very rare!
    Cheers!
    S.

  • Is there a quick and easy way to reorder de-interleaved data?

    I am collecting 5 channels of data through a DMA FIFO by interleaving, then recording to a TDMS file. When I check it, it's in mostly good order, but there are certain points where the channels get switched. For example, the Channel order when I open the file is 1 2 3 4 5, as expected, for several thousand elements. But at some point, it gets shifted to 4 5 1 2 3, and later 2 3 4 5 1. Left-to-right, they are always ordered correctly, so it's easy to reorder them, but very tedious with millions of elements. I have attached some sample data. I'm looking for A) a way to prevent this or B) some kind of sorting tool or script in LabVIEW or DIAdem that may sort it for me. I'll work on a sorting script in the meantime. 
    I am using LabVIEW 2011 Real-time and FPGA 2011, and the standard TDMS open and write functions. I also have access to DIAdem. 
    Solved!
    Go to Solution.
    Attachments:
    TDMS import-check analog data.xlsx ‏3807 KB

    Sorry for the slow response - 
    I've looked at everything, and so far I can't identify the problem. I believe my code is consistent with the producer-consumer architecture. 
    On the real-time side, I am reading data from the FIFO and writing to the TDMS in the same loop.
    On the FPGA side, analog channels are read, converted to the same fixed-point format with a time stamp in a single-cycle timed loop, and then ordered into the FIFO in a for loop. I have posted the relevant parts below.
    I am using C-series modules in a CompactRIO.
    Attachments:
    top-fpga loop-bottom-rt loop.png ‏26 KB

  • Black and White Preview for all images Quick and Easy can it be done?

    Before I switched to Mac, I used a google program to do my iphoto/aperture like editing called Picasa. Picasa allowed me to change my view to black and white so that all my images looked black and white until I changed my view back. This was GREAT for letting me look at a wedding or a group of images and quickly scan for the ones that looked spectacular in black and white as apposed to color.
    I have been desperately trying to find a setting in Aperture that will allow me to do that so that I can get a super quick preview of everything and mark the ones that I want to really spend time converting to black and white.
    Does anyone know how to do this? I would almost be willing to change my monitor settings to greyscale temporarily if that is even possible.

    What I do is this:
    In the View Menu set Proofing Profile to Gray Tone.
    Then anytime you want to see things in B&W, hit ShiftOptP
    (Pictures are only B&W in Viewer only mode--large or full screen. But you can use the arrow keys to move through a whole album)

  • Is There A Quick And Easy Way Of Avoiding "Stepped" Edges (Aliasing)?

    I am using Compresor 3.0.3 to encode HDV projects to SD DVD.
    I originally tried Exporting QuickTime Movies from FCP but discovered there was terrible shimmering on straight edges and severe judder when panning or if someone walked across the frame.
    Using the "DVD Best Quality 90 minutes" setting smoothed out all the above problems.
    Unfortunately it left noticeable stepping or aliasing on diagonal sharp lines !
    This is much less of a problem than the judder but if possible I would like to get rid of it.
    I have read up about the Bonsai method, but the processing times involved are enormous and not warranted by the slightness of the problem.
    I have also seen an anti-alias slider in Compressor but when I used it the processing slowed almost to a halt. Maybe I was operating it incorrectly ?
    Is there a quick way to get rid of the stepped edges, or is it something everyone has to live with when converting HDV to SD DVD ?
    Ian.

    Yes it's all PAL Kyle. The problem isn't just mine though. It seems to be par for the course. From what I have read, the Bonsai method was devised to overcome it but the actual problem is really so slight, that for amateur work the cure is a bit over the top.
    http://www3.telus.net/bonsai/Step-by-Step.html
    It's too darned hot Luca ! Especially at night.
    Your process seems a bit like the Bonsai method and I'm beginning to think that I might be exaggerating the problem in my mind.
    The aggravating thing is that when I did a straight Export>To QT Movie, although I got terrible judder, there was almost no sign of aliasing ......... which is why I felt there should be a simple solution.
    I'll just have to pray that they bring the prices of Blu-ray down rapidly, so there will be no need to use standard def.
    I am going to experiment with shooting 25PF tomorrow to see if that helps ........ or not.
    Ian.

  • Quick and easy question about creating folder

    Total Mac newbie with basic question.
    I want to put all my user manuals right on my desktop. All in a folder called user manuals. How would I do this? Smart folder? Just drag 'n drop? how can I quickly find them all?
    Thanks in advance!

    Hi MarieBoyer
    You can easily create a Folder on the desktop, by mouse click + contol to open the contextual menu, where you can choose New Folder, then give it a name.
    Or, more easily still just drag one of the existing folders onto the desktop and use it.
    As for finding all manual documents, they are just documents in general, and may not even have the word manual in their name, so searching by that criteria will in that case miss them. Otherwise you may have to search by each of their names, which would be rather tedious.
    So I suggest, of the manuals that you know of or come across, drag them into your new Folder on the desktop as you find them.
    regards roam

  • Quick and easy way to encode video files?

    With out using another application.

    An easy and simple way you can do this is by using Finder. It might not be the best option, depending on what you need but try it out.
    Control+Click on the file and select > Encode Selected Video Files
    You can choose from 480p, 720p, 1080p, Audio Only, or  Apple ProRes under the Settings drop down menu.
    Then choose whether you want to Encode for higher quality or greater compatability.
    When you have selected your settings the window will tell you the Format, Resolution, Date rate and what it compatible with. The 480p, 720p and 1080p will use H.264 compression which is highly compressed and probably what you want to choose to compress your file.
    After you have selected your settings select the destionation and if you want to delete the source file and click continue.
    Done. Easy and simple, done right in finder.

  • A quick and easy way to add genre to songs in a playlist

    I have a 160mb classic ipod and I want to shuffle only a portion of my total library tracks. I am thinking the best way to do this is to use the Smart Playlist function and shuffle by genre. But if I do that I want to change the genre label or add one to many of my 4000 songs. Is there anyway to do this easily? I tried to select every song in a playlist and right click and use Apply Sort Field, but unfortunately genre is not one of these fields! Any idea?
    Or (although this may be the wrong forum), is the any way, short of making one gigantic playlist, to get my iPod to shuffle among just certain playlists?

    The only way to add to files to a playlist on the player itself is to put them in the queue, then save the queue as a playlist.

  • My iphone5s can't connect to wifi quickly and easy drop off.

    There is the connection signal on the top of screen. However, I can't use the wifi through any app. The iPad using same wifi connection does work. I do not know why

    Hi Lisahe,
    You may want to follow the steps in this article to troubleshoot your iPhone’s Wi-Fi connection -
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS1398
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Quick and easy 1 time lan file transfer [resolved sorta]

    I'm looking for a painless way to transfer files from a dead windows computer (that is now running knoppix) to an arch box that with an external USB.  I've looked at various howtos, and I know that there is plenty of reading material, but this is a one time deal, and I don't have time to read a bunch of manuals.  I think that the best route would be rsync, but I'm not sure.  This would be unnecesary if the USB drive would simply mount in Knoppix, but for whatever reason, it does not. any tips would be appreciated.
    Last edited by Convergence (2008-07-29 11:34:13)

    Turns out that the USB port that I had plugged the external USB drive into was bad, maybe too dirty or something.  I just plugged the drive into another USB port, and it mounts just fine.  Therefore I don't need to know how to do lan transfers at this very moment.  However, I'll look into it, so that I will be better equipped in the future, if the need arizes.

  • A quick and easy question about my NEW Ipod Touch.

    Okay, I broke down and replaced my old ipod. This new one came with earphones, a cord to connect it to my computer and a little plastic piece that obviously fits on one end of the ipod. Here's my question: WHAT IS IT FOR?
    Thanks in advance!
    Annie

    It's a dock adaptor. There are some devices (eg. speaker systems) which have a slot that fits the 30-pin dock connector for iPods, but the slot is the same size as the iPod Classic, as it is the largest iPod that is compatible with such systems. The dock adaptor that came with your iPod is supposed to fit around the base of your iPod and prevent it from being bent forwards or backwards, as this can damage or even break the dock connector.

Maybe you are looking for

  • To set a value in matrix cell which is linked

    In sales order if I enter  form no of TAX TAB as "form c" , each cell of the TAX Code column of the matrix of contents tab should be set the value as "CST". I have tried to set the value, but it is showing "Form item not editable". I have tried to ma

  • The default PDF viewer does not work

    I understand Firefox has a default PDF viewer, but it is not working on my Mac OS 10.6.8. When I click on a pdf document, nothing happens.

  • 9.2.0.8 Client patch

    Hi, I'm looking for 9.2.0.8 Client patch for Windows 7. I do not see it here : http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html Where can I find it ? Thank you.

  • Can't split code/design horizontally - stuck in vertical split

    I thought horizontal tiling was the default for the split view, but it's putting the windows one on top of the other, and the View menu doesn't have an option for horizontal split. What am I doing wrong?

  • Integration of APEX with Cognos BI SDK

    Hi All, Is it possible to integrate APEX with cognos BI SDK. If yes, how do we integrate both of the. What are the pre-requisites for his. Please name the jar, and also the process of intgration