Hiring JAVA Developer for Eclipse, Czech republic - BRNO

For our client we are looking for a passionate Java developer. This position is for experienced developers.
Our client in Brno develops software tools for programming microcontrollers (Kinetis Design Studio). JAVA developer will be responsible for software development, integration of third-party software and customer collaboration.
The offer is ideal for experienced developers who want to develop in the Eclipse and then you improve your knowledge in strong foreign company, which provides a great working environment and a large range of employee benefits.
JAVA Developer for Eclipse
MAIN RESPONSIBILITIES:
* Design and develop Eclipse based software & system applications for Freescale microcontrollers
* Integration of 3rd party SW into Eclipse, especially C Toolchain and debugger
* Support customers as they develop embedded HW & SW applications
* Support new products from pre-silicon phase to customer's final applications
* Design test specifications
KEY REQUIREMENTS:
* Eclipse development (Eclipse java plugins, Eclipse framework, OSGi framework)
* Skills in SW development Java programming and testing
* English and communication skills
Jana Buraltova
Please send your CV and your earliest possible starting date by e-mail to [email protected]

Hi,
This is something we have expertise in and would love to collaborate on. Where can I reach out to you for details?
RIKSOF
Web & Mobile App Developer
Phone: +1 (415) 429-6987
+44 1593 362020
Skype: riksof.skype
Email: [email protected]

Similar Messages

  • [svn:fx-trunk] 7825: Updating sample Java formatter for Eclipse projects to stop reformatting method arguments .

    Revision: 7825
    Author:   [email protected]
    Date:     2009-06-13 14:17:47 -0700 (Sat, 13 Jun 2009)
    Log Message:
    Updating sample Java formatter for Eclipse projects to stop reformatting method arguments.
    QA: No
    Doc: No
    Modified Paths:
        flex/sdk/trunk/development/eclipse/java/formatter.xml

    If you're still using Buckminster 3.6, I strongly suggest switching to 3.7 - it has a number of bug fixes and improvements. This applies to both headless, and the IDE (assuming Eclipse 3.7 Indigo).
    Matthew

  • Can't purchase Java Developer for windows CD

    Hi,
    Somehow when purchasing a Java Developer for Windows CD it always gives a web page with an error. Is there a way to avoid this error, or is there a phone number I can call to make that purchase?
    Thanks, Boris.
    P.S. The error page has this content:
    Error Occurred While Processing Request
    Error Diagnostic Information
    unknown exception condition
    PCodeDocumentNodeImp::prepareForExecution
    Date/Time: 11/10/03 10:47:12
    Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2
    Remote Address: 68.134.170.160
    HTTP Referer: http://www.oracle.com/webapps/techtracks/legal.jsp?tid=540&owner=1&opt1_rb=NewUser
    Template: E:\Inetpub\wwwroot\oracle-otngold\register.cfm
    Please inform the site administrator that this error has occurred (be sure to include the contents of this page in your message to the administrator).
    [Edited by: otngroup on Nov 10, 2003 10:25 AM]

    Basically you have a 99.9 percent Window's install so any Windows software issues are Microsoft problems.
    The only thing I can think of is the Microsoft servers were down briefly for maintenance or problems or maybe had a heavy load. If you were using the Auto update try going to the web site directly as they should be on another server.
    You might also try the Microsoft Window XP forums and see what you can find. Maybe search for: "Security Update stalls"?
    From what I've read just turning virus protection off doesn't work sometimes, you may have to UN-install it to get it to work.
    "Permissions" pertains to MAC SOFTWARE only. 3rd party software or Windows files are NOT affected at all by running permissions. Besides, it will only work on a HD with a Mac operating system anyway. You can't even select the Window partition in permissions to try it anyway.
    Good luck....

  • Need Earlier Version of BB java plugin for eclipse 1.1.0 or 1.0

    Hello All
    I need earlier version of BB Java Plugin for eclipse 1.1.0 or 1.0 for BB 4.5 to 5.0.
    so Is there a place to download Blackberry Java Plug in for Eclipse 1.0?
    if anyone can help please help me.
    Thanks in advance
    Manish

    I maybe wrong, but I don't think there is. iBooks was only released in January 2010 and (from memory) I'm fairly certain iBooks always needed 4.0 or later.
    More to the point though, what "possible problems" are you referring to? There are plenty of people who have downloaded 4.0 and now iOS4.1 without any problems at all. I'm one of them. Don't let "horror stories" in this forum put you off, no one posts a new topic with the title "I've had no problems". (That would probably be identified as the world's most boring post if it existed!)
    Phil

  • Good Resource for Finding Java Developer for Startup?

    Not sure if this is the appropriate to place to post but we are looking for an interested Java developer to come onboard our very small (2 man) startup to help us with our networked Java application.
    I have looked around a little online and not found much so does anybody know where is a good place to scout out such persons? Admittedly we are not flush with $ but we do have some and we would be providing equity along with ongoing cash payment. Of course we also understand we won't be getting the best Java guru out there but then we don't really need that either, just someone capable of simple socket programming, swing and basic SQL stuff. Not rocket science, and we would even consider less experienced developers with a keen interest to learn and use this as an opportunity to develop some new real-world skill so their own. We are very laid back.
    Any help appreciated.

    I'd try one of:
    Your local Entrepreneurs meetup
    - there's bound to be one, and people who go along to this sort of thing will either be able to recommend someone or you might even meet the right sort of Java dev there.
    The Joel On Software jobs board
    - because the right sort of people read Joel On Software
    Personal recommendations
    - because that's always best; if you're not asking around like crazy, you should be.

  • Programmatically get java proposals for eclipse bundle

    Problem
    I am developing one eclipse osgi bundle to correct java source code automatically. I am able to get java project object and a class object inside it which I want to correct. I put one test file in project which can be corrected (like duplicate imports) but I receive below error on my code
    Error
    [color=red]
    java.lang.IllegalStateException: Workbench has not been created yet.
    at org.eclipse.ui.PlatformUI.getWorkbench(PlatformUI.java:93)
    at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.install(ASTProvider.java:236)
    at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.<init>(ASTProvider.java:227)
    at org.eclipse.jdt.internal.ui.JavaPlugin.getASTProvider(JavaPlugin.java:741)
    at org.eclipse.jdt.ui.SharedASTProvider.getAST(SharedASTProvider.java:128)
    at org.eclipse.jdt.internal.ui.text.correction.AssistContext.getASTRoot(AssistContext.java:119)
    at org.eclipse.jdt.internal.ui.text.correction.ReorgCorrectionsSubProcessor.removeImportStatementProposals(ReorgCorrectionsSubProcessor.java:210)
    at org.eclipse.jdt.internal.ui.text.correction.QuickFixProcessor.process(QuickFixProcessor.java:337)
    at org.eclipse.jdt.internal.ui.text.correction.QuickFixProcessor.getCorrections(QuickFixProcessor.java:316)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionCollector.safeRun(JavaCorrectionProcessor.java:378)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.run(JavaCorrectionProcessor.java:339)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor$SafeCorrectionProcessorAccess.process(JavaCorrectionProcessor.java:335)
    at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionProcessor.collectCorrections(JavaCorrectionProcessor.java:468)
    [/color]
    Below is my code snippet:
    CompletionProposalCollector collectorPrjTemp= new CompletionProposalCollector(javaProject); // this line throws error
    IJavaCompletionProposal[] prjProposals = collectorPrjTemp.getJavaCompletionProposals();
    System.out.println("prjProposals == "+prjProposals.length);

    I need to create one handler from where I get ExecutionEvent Object and then I trigger my flow from that point and get object of Workbench, ResourcePlugin, Workspace and Project/JavaProject.
    And at last I am able to get proposals which I need. So if you need workbench object you need UI.
    If some one need more information he can contact me at [email protected]

  • Java Development for PDA

    Hi all,
    I intend to develop a multiplatform application that enables communication between devices using i.e. 802.11b. This application can be installed in a Laptop or a PDA. The application will use basic stuff like sockets and will perform most of all data management. There is no need for a GUI.
    The test environment i have right now is a Laptop running Windows XP and a HP iPAQ Pocket PC H5500 Series (Windows Mobile 2003).
    Since this kind of technology is totally new for me, The last couple of days i searched the internet in order to see which tools i would need in order to develop this application. The idea is to write the code once and the same code can run in these two devices. After all these days i still didnt find a concrete development platform for my application.
    My question is:
    Which VM (IBM J9, crEme, Jeode, etc..), Specification (CDC, CLDC, MIDP) and Profile ( i.e. Personal Profile) will be best to use?
    thank u for your time,
    CrisBento

    there's no CDC profile for the Palm OS (not that i heard of) and since you are not using any GUI..i would stick with CLDC and Foundation Profile.
    As for VM...IBM supports for the Palm OS and Pocket PC and cost about $5-$6 per VM (but you have to buy in bundle). Other VM iis a bit more expensive..Jeode is rather fast, but again expensive.
    Newer BlackBerry comes with a Java VM (CDC + Personal Java Profile, i believe)

  • DBA or Java developer for relatively new in this field.

    <h2>Hello, let me introduce myself to more understanding of my question.</h2>
    Valery 32 years old started this study for a change.... My main is PE and coaching (basketball).
    I`m good PC user with 10-15years of experience in : (did make some website from scratch ) html c++ know adoby tool set and can use it, also I know pc`s as a technician can truck and solve most of the problem in PC`s.
    So I`m saying I have some skills mostly like user with knowledge and passion to learning something new. Newer worked for any IT company.
    Now back to my question now I do better then anyone in our group (may be cause I know English better and can study at home or I have more experience in MySQL that providing me with some push that helping me).
    We soon have to chose direction of study one DBA another one Java and Weblogic but im 32 already and rest of the group relatively young.
    1) First what shall I pick with my previous experience to have any chances get job.
    2) Dose I have any chances at all get job in IT cause i believe im too old to start new career in IT , all this study at least will be 1,5 year long may be this is just wast of time and money ?
    Thanks for any reply and your opinions.
    Edited by: user13703072 on Jan 21, 2011 12:56 PM

    user13703072 wrote:
    <h2>Hello, let me introduce myself to more understanding of my question.</h2>
    Valery 32 years old started this study for a change.... My main is PE and coaching (basketball).
    I`m good PC user with 10-15years of experience in : (did make some website from scratch ) html c++ know adoby tool set and can use it, also I know pc`s as a technician can truck and solve most of the problem in PC`s.
    So I`m saying I have some skills mostly like user with knowledge and passion to learning something new. Newer worked for any IT company.Good to know and good luck.
    Now back to my question now I do better then anyone in our group (may be cause I know English better and can study at home or I have more experience in MySQL that providing me with some push that helping me).
    We soon have to chose direction of study one DBA another one Java and Weblogic but im 32 already and rest of the group relatively young.
    1) First what shall I pick with my previous experience to have any chances get job.Your experiences in web, will be useful if you want to expand to Java Technology and Weblogic, especially you have MySQL stuff.
    2) Dose I have any chances at all get job in IT cause i believe im too old to start new career in IT , all this study at least will be 1,5 year long may be this is just wast of time and money ?Age is no problem, depend on yourself, however there is no shortcut for IT career, experiences always tell the truth about your skills. People say no pain no gain.

  • Java Development

    Hi, My name is Peter Pick and I have been a Java Developer for 2+ years now almost primarily at .com startups. My contract ended in September and I have been unemployed since then. I really need to be working! I am willing to travel or relocate anywhere in the US or internationally. If anyone has any leads for me, it would be greatly appreciated. I can be contacted at [email protected]
    Thanks,
    Peter

    Try a job board, like everyone else.

  • Developing a java editor for a special perspective in Eclipse

    Does anyone have any idea about creating a java editor for my perspective in eclipse.
    In other words, I want to know that an editor for the files with a specific extension (for example ".java" extension) is unique or not?

    Thank you for the advisements. We have changed the things with the release of version 1.32.
    It's not our intention to conceal our commercial interests with AniFun3, but we also want to give back something to the community. We do this with the free trial version. Everybody can use the trial version for commercial and non-commercial use. Below, there are some of the most recent benefits:
    - It strongly simplifies and accelerates the creation of (small) 3D applications
    - The community can use it as a platform to exchange pieces of work (for example: instead of typing in source code to help someone here in this forum)
    - And last, but not least: With the "CustomObject" Property there is a professional platform to let someone create and offer/exchange extensions to the 3D API. For example, if someone writes an interpolator for Material or an improved Text2D object, than it took just a little bit more work to make it configurable via the visual interface. Exchanging CustomObjects would probably bundle similar efforts from different sources in one place.
    Best regards,
    Oliver
    PS: Version 1.32 is optimised in many details and production stable. Users of earlier Versions should upgrade to 1.32.

  • Flex 3 and Java - Integrated Development on Eclipse

    I am new to flex as well as to eclipse. I have downloaded
    Adobe Flex Builder 3.0 and installed it. I want to use java at the
    back-end, but I don't have Java perspective option in eclipse.
    Therefore, I am currently using 2 IDE(s), one is
    flex-builder, and other is Eclipse for Web tool platform
    (eclipse-jee-europa-winter-win32.zip).
    Is there anyway that I can benefit integrated development of
    Flex and java using same IDE?

    I wouldn't try it really... it's not worth the issues you'd
    probably run into and the work of getting it setup, if it's even
    possible. I just run Eclipse and FB separate. If you have a gig of
    ram you should be fine doing this I think.
    If you *really* want to get rid of one, you can use the Flex
    plugin for Eclipse, but I've heard people complain about it not
    playing nice with Java.

  • Crystal Reports for Eclipse vs. Crystal Reports Developer

    We are developing a Java web application for internal use.  Since we have some people at the company who are familiar with Crystal Reports, we'd like to have them write reports that we can display through our application.  Crystal Reports Server seems like overkill for this project, but the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm#en/JRC_SDK/">JRC</a> sounded like a good fit.
    I have been evaluating <a href="http://www.businessobjects.com/products/reporting/crystalreports/developer/default.asp">Crystal Reports Developer</a> and trying out the <a href="http://support.businessobjects.com/communityCS/FilesAndUpdates/crxi_r2_jrc_web_samples.zip.asp">JRC samples</a>.  The samples don't use the tag library.  Instead, they show how to set session variables and redirect to a viewer JSP which contains a bunch of Java code to use the CrystalReportViewer.
    The samples are so much more complex than the code created by Crystal Reports for Eclipse, which simply uses the tag library:
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %>
    <crviewer:viewer reportSourceType="reportingComponent" viewerName="myreport-viewer" reportSourceVar="myreport" isOwnPage="true">
    <crviewer:report reportName="myreport.rpt" />
    </crviewer:viewer>
    I assume that I should be able to use the same tag library approach without using Crystal Reports for Eclipse, but I haven't seen any tutorials on it.  I'm trying to understand whether I should purchase Crystal Reports for Eclipse instead of Crystal Reports Developer.
    This is the difference, as I understand it:
    Crystal Reports Developer gives you the stand-alone Crystal Reports Designer and the right to run the JRC on an internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.40434600">$595</a>.
    Crystal Reports for Eclipse Standard provides a free report designer built into Eclipse.  It also includes the JRC for use on an internal server.
    Crystal Reports for Eclipse Professional provides "a more powerful runtime engine" with the right to run it on one internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.52068100">$495</a>.  Is this the same JRC provided with Crystal Reports Developer?
    If the "powerful" JRC is the same as Crystal Reports Developer's JRC, could I install Crystal Reports for Eclipse Standard to take advantage of the Eclipse integration and the built-in designer, but use the more powerful JRC from Crystal Reports Developer, which would also give me the stand-alone designer?

    <p>Hi there,</p><p>     If you are planning on deploying a JRC application then you should definitely be using Crystal Reports for Eclipse for your runtime engine. It is the latest version of the JRC and includes many updates not available in Crystal Reports Developer.</p><p>As for "power" the JRC included in CR Developer is on par with the JRC available in the Basic edition of Crystal Reports for Eclipse. The Professional edition of Crystal Reports for Eclipse provides the most powerful version of the JRC available.</p><p>With the release of Crystal Reports for Eclipse, Business Objects is setting the groundwork for separating Developer needs from the Report Author needs.</p><p>A professional report author will require a professional report design tool. For these users we are recommending that they purchase Crystal Reports Professional.</p><p>The developer, on the other hand, generally needs the SDKs and a toolkit to assist with building applications. We believe that these should be available at no cost to the developer, only charging when the application is deployed (in this case a CR4E Pro license). This is different from the current model with Crystal Reports Developer where we have combined a professional report designer plus the required runtime.</p><p>So, to summarize, definitely use Crystal Reports for Eclipse for your application runtime and have your report authors puchase Crystal Reports Professional. If you need a more powerful engine, access to technical support or plan to deploy on multiple servers then I would recommend purchasing the Crystal Reports for Eclipse Professional license for your development purposes.</p><p>As for some tutorials on creating viewer pages, the integration in Eclipse provides a very simple way of accomplishing this. I would suggest reading the section titled "<strong>Creating a New Viewer Page</strong>" in our Getting Started Guide found at the following URL:</p><p><a href="/node/320"><strong> http://diamond.businessobjects.com/node/320</strong></a></p><p>Let me know if you have some follow-up questions. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><strong><br /><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>           </p>

  • TimesTen and Eclipse java development problem

    Hello all
    Using TimesTen with JDBC in from a Java code developed on Eclipse I encounter a problem: when running the program in debug mode, everything works fine. Running without debug, or outside Eclipse, results in the following error:
    java.sql.SQLException: [TimesTen][TimesTen 7.0.5.0.0 ODBC Driver][TimesTen]TT0837: Cannot attach data store shared-memory segment, error 8 -- file "db.c", lineno 7891, procedure "sbDbCreate"
    Does anyone know the cause of this, or can point me to logs or other resources I can look into?
    Regards,
    Shaul Peled
    Nuance Communication Inc.

    Okay, it is almost certainly an address space issue. Unfortunately 32-bit Windows is about the most problematic platform from this perspective. A TimesTen datastore is a single, contiguous memory region of size approximating PermSize+TempSize+LogBuffSize+DS header. In your case that will be about 1098 Mb. To 'connect' to this datastore, it is necessary to map the datastore memory (it is a shared mapping allocated from the Windows paging file) into your process (in this case the JVM) as a single region. Unfortunately, unlike most O/S, in Windows shared libraries (DLLs) have to be loaded at fixed locations in the address space defined when the DLL was linked. This means that although your process has a 4 GB address space (with quite a bit reserved for WIndows and other uses) that space is often highly fragmented with various DLLs (system and application) located all over the place. This means that often it is hard to find a single contiguous address space region to map a large datastore.
    into.
    To verify that this is the issue, could you try reducing the datastore size to say PermSize=128, TempSize=64 and see if you can connect then. If you can then you will have to experiment by slowly increasing Perm and Temp until you find the maximum size store you can accomodate. If you are using no logging (Are you sure that is what you want? You will end up with a single threaded datastore if you do that...) you could reduce LogBuffSize to the smallest allowed value (128 Kb).
    If it does turn out to be an address space issue then you have 3 options:
    1. Live with a smaller datastore size.
    2. Try and re-arrange the memory map by rebasing DLLs to create a larger contiguous region. Note that ijn any event it is very unlikely you will ever be able to exceed ~1.5 Gb for a datastore.
    3. Switch to 64-bit Windows, 64-bit TimesTen and a 64-bit JVM. Then the only limit on datastore size is available RAM.
    Let me know the outcome.
    Regards,
    Chris

  • Developing Java Applications for Windows CE

    Hello,
    I hope this sub forum is right. So I must develop a Java Application for Windows CE. I read something about J2ME, but I think this is only for Mobilephone and Windows CE supports AWT. So I tried just some simple forms with J2ME.
    Can anybody tell me how I develop java Applications for Windows CE? Can I use Eclipse or must I use another IDE?
    Realy I developed Swing 5-6 Month but I have no idea how I develop Java Applications for Windows CE.
    Thanks a lot for helping...

    The MIDP for Palm OS 1.0 requires Palm OS v3.5 or higher to run. According to your error message, the emulator is not running v3.5 or higher. Try to get hold of a ROM image with a later version. I've run it with v4.0 of the OS and it works.

  • CR for eclipse vs CRXI R2 - for web application development

    What is the difference between CR2Eclipse and the CRXI R2 in the context of developing a java based web application?
    how many concurrrent users are supported by both ?

    The JRC XIR2 Development has been moved to CR4Eclipse. That means that CR2008 doesn't come with a separate JRC SDK. Comparing Crystal Reports for Eclipse with CR Developer XIR2 the SDK is newer in CR4Eclipse. JRC XIR2, supports 3 concurrent processes.
    Further information are available on https://boc.sdn.sap.com/creclipse

Maybe you are looking for

  • Conky won't use double buffer anymore?

    i posted the other day having issues setting up dual monitors, not that i got any help, but figured i'd mention. anyway, since i've had the dual monitors setup, conky won't run using double buffering for some reason. its in my conky config, and DBE i

  • A function to announce or to do some other functions when a dataset is loaded successfully?

    What is the function to listen to the data and announce or do some other functions when the data is loaded successfully and ready to use? I've tried the getDataWasLoaded() but I must do it manually, or use it with the setTimeOut() function to check,

  • Purchasing Org Text Maintenance

    Hi We need to maintain Footer text "xxxxxxxxxxxxxxxx"  In sapscript we are displaying this by INCLUDE &T024E-TXGRU& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS& we need to maintain it by customizing.  For Pur Org '0001' (DE) texts are maintained. And if

  • Have I Bricked my N900?

    I have mistakenly flashed an older version of firmware onto my device, and now I don't know how to make it accept the correct version of firmware. --- What brought me to this situation ----------------- 1. My N900 had be randomly shutting itself off

  • Exctract data from Post Script file

    Hi all; I need to extract, manipulate some data from post script file send them to database. How can i do that process?