Free Java Wrapper

now i am working on government project....and i would like to search for a license-free java wrapper for my application to run as window service...any suggestion?....I heard a Java Service Wrapper by Tanuki Software...is it license-free?
Thanks.
Edited by: whkhoo on Sep 9, 2008 2:46 AM

whkhoo wrote:
I heard a Java Service Wrapper by Tanuki Software...is it license-free?How about going and finding out?
By the way, hardly any public software is "llicense-free".

Similar Messages

  • Free Java Packages

    Hi,
    This post might be a bit off topic, but I'll be glad if someone could help.
    I am currently creating a GUI project using Swing. I wanted to know if I could get a list of some free Java packages that I could include in my project.
    Eg. A voice recognition package that I can build my GUI around, etc.
    A link to such a website with the packages would be very helpful.
    Thanks

    If you want voice recognition, I suggest you wait
    about 5 years. Unless your users have to use this
    system for some reason, they are more likely to find
    a keyboard easier and less error prone.I used voice recognition about 10 years ago and if was possible to train it to recognice commands from a person. I used it to enable computers for people who coldn't operate normal input devices. Voice recognition is also use today by doctors to control operating equipment and by fighter pilots in situations you need both hands free.

  • Free Java Database?

    I'm looking for a free Java database. A few recommended MySQL, but after going to their site, it looks they charge and aren't free.
    The database would be used in my own commercial product that would be sold to stores. Perhaps MySQL is just free for development? Anyone know?
    If anyone knows of other free Java databases that would be appreciated too.
    Thanks,

    You can always check out Postgres. And I'm not sure if they bundle it anymore, but there used to be a pure-Java database called Cloudscape (I think).
    - saish
    "My karma ran over your dogma." - Anon

  • Java wrapper for html tags

    Hi,
    I need one java wrapper class for html tags. If anyone is having such pls reply.
    Thanks in advance
    Sisir

    Like java.lang.String?
    You use it like this
    String textTag = "text";
    If that isn't what you had in mind then you might want to provide a bit more detail as to what you think it should do.

  • Caching values in JNI having multiple instances of the Java wrapper object

    Hi,
    I have a Java lib that wraps and more complex 3 ^rd^ party C++ lib using JNI. This C++ lib is asynchronous. So, there's the need to register callbacks. I've already done this. I can register a callback from Java to the C++ lib and I can get notified, also in Java, when the C++ lib fires an event.
    To achieve this I had to cache some information in my "JNI glue code". I've cached a JavaVM* and a jobject to that I can call a Java method in "glue code" callback. Something like this:
    // This is supposed to be a callback registered in the 3 ^rd^ party lib's object that I'm wrapping
    void callback_OnSomething(int someInfo) {
    // Call a the "fireOnSomething" method from Java
    So, all of this is working, but I have a small problem. When I have more than one instance of my "Java wrapper object", my cached values in the glue code will get mixed up, because "glue code" cached variables are the same.
    Have you ever done something like this? How have you solved it?
    Many thanks in advance.

    Hi,
    Thanks for you answer! By "glue code" I mean the C code that's used to "glue" the Java code to the 3 ^rd^ party lib. I've seen this term here: en.wikipedia.org/wiki/Glue_code.
    I've already converted my objects to "GlobalReferences". My example is running perfectly when I have just one instance of the Java wrapper object.
    So, if I understood it correctly you're suggesting that I cache the values in the Java object itself? So, what I have to do is to just have a "long" in my Java object with the memory addresses. And is the "long" always valid, whether I'm running a 32 bits or 64 bits version?
    Just one more thing. When you say "Make sure to delete it when finished with it", what do you mean?
    Once again, many thanks!

  • Which is the best free Java Obfuscator?

    Hello,
    I am planning to deploy my application using Java Webstart and to protect my code from reverse engineering wondered - which is the best free Java Obfuscator?
    thanks,
    Anil

    Herko,
    Thanks for your insight. With your explanation, I have more respect for your approach. I am a (struggling) one-man startup trying to get this thing off the ground. Yes, my idea can be learned by seeing it in action. That is why, advisors have told me to yank the demo from the web site (http://juwo.com)
    I would hate to see someone else steal what I have done with a lot of trouble and even worse, use my own source code to do so. In short, I dont want to be a fool.
    thanks,
    Anil
    I know the Proguard product, as well as several other
    obfuscation tools. I know obfuscated stacktraces can
    be reversed (as long as you go through the extra
    trouble of maintaining the obfuscation mappings for
    each version of the software you release). That was
    not my point.
    I work for (and am part owner of) a small software
    development company. We have invested 9 years into
    writing enterprise-quality software that is provided
    to customers all over the world. We used to think we
    needed to obfuscate our software too. However, we
    have found that the source code is by far the
    least important aspect of what we do as far as
    most of the outside world is concerned. Which
    is why we have been developing a major part of our
    software as Open Source since 1999. Which is why we
    have switched completely to an Open Source strategy
    earlier this year. That's right: all of our code is
    (or soon will be) freely available to anyone,
    anywhere.
    We have learned over the years that the most
    important aspect of our work is not the code, but the
    idea behind it. Obviously, this idea can not be
    obfuscated without defeating the entire purpose of
    the software. This means others are able to learn
    about the idea just by seeing the software in action.
    That alone enables them to implement that same idea.
    The fact that they might use our source code to do it
    is largely irrelevant.
    Going one step further, the most important aspect of
    our work is actually the way we - the people who
    made the software - use that idea solve the real
    problems of our customers. It is that knowledge our
    customers ultimately pay for, not the code.
    With very, very few exceptions the basic idea of your
    code will not be unique on a global market like the
    Internet: sooner or later (and from our experience,
    it's always sooner) someone will have the same idea.
    Their implementation of that idea might be better
    than yours, or it might be worse. What ultimately
    matters, though, is wether or not you are able to
    convince customers that the idea itself is sound.
    Customers buy solutions, not code.

  • Hello, i need a free java editor for rtf file !

    hello, i need a free java editor for rtf file , that its compatible
    with wordpad of windows, i have tried some of it but they are not compatible ,
    example: not mantain the tabs and the formattings of the text.
    Thanks

    hello, i need a free java editor for rtf file , that
    its compatible
    with wordpad of windows, i have tried some of it but
    they are not compatible ,
    example: not mantain the tabs and the formattings of
    the text.
    ThanksWhy are you using rtf files? .java files are plain text with no formatting info.

  • Where can I find a free java Decompiler?

    Where can I find a free java Decompiler?

    Look for JAD in Google:
    http://www.tripod.lycos.com/bin/membership/suspended?member_name=kpdus

  • Please help!!  Where I can find free Java-applet HTML-Editor???

    I need free Java-applet HTML-Editor. Where I can find it????
    Thanks.

    NetBeans or Forte is supposed to do that now. I've not had an occasion to try to do it in either yet though.

  • SQLite Java Wrapper/JDBC Driver

    I'm trying to install the SQLite Java Wrapper/JDBC Driver from http://www.ch-werner.de/javasqlite/ .
    The install seems to have gone ok. But when I try to
    make test
    java test
    I get the error
    Unable to load sqlite: java.lang.UnsatisfiedLinkError: no sqlite_jni in java.library.path
    Exception in thread "main" java.lang.UnsatisfiedLinkError: version
    at SQLite.Database.version(Native Method)
    at test.main(test.java:72)
    Anyone know how to fix?
    Thanks

    From http://www.ch-werner.de/javasqlite/index.html):
    To override the directory where configure looks for SQLite and JDK the configure options with-sqlite=DIR, with-sqlite3=DIR, and with-jdk=DIR can be used. To specify the place where the native library (the libsqlite_jni.so file) shall be installed, use the prefix=DIR option. The default place is /usr/local/lib, i.e. the prefix defaults to /usr/local. To specify where the sqlite.jar file containing the high-level part and the JDBC driver shall be installed, use the --with-jardir=DIR option. The default is /usr/local/share/java. At runtime, it is necessary to tell the JVM both places with the -classpath and -Djava.library.path=.. command line options.

  • Any one know a free java API to access RAR files

    I am looking for a free java API to access files stored inside a RAR file. Some thing similer to java zip api but access RAR file.
    Please reply if you know any.
    Thanks

    try this:
    http://sourceforge.net/projects/java-unrar/

  • Free Java Web Hosting

    Hi all,
    I am a java developer and developing a help portal for java developers.
    i want to know, is there any free java web hosting is available? that provide support for java based web projects
    like it has
    Tomcat
    SQL/My SQL server
    command shall -- to deploy the project -- or some other way to deploy the projects
    FTP support
    -- Email facility would be a gift if available .....
    if any one of you know such site ..... please guide me .....

    we thanks for the suggestion, i hope this would work.....
    I am on it now, for other to proceed, here is the link and you can use your google account for it
    [Google App Start Up Guide|http://code.google.com/eclipse/docs/getting_started.html#deploying]
    go to [google app|https://appengine.google.com/] create your application... try it.
    by the way i am on it and will let you know that is it work worthy or not.

  • Free Java Hosting

    Does anybody know where I can find Java Hosting for Free?
    Maybe with a free DBMS like MySql?
    tks

    Howdy,
    The only free Java host is http://www.mycgiserver.com which i really like ;)
    ( it supports Hipersonic DB, and instant DB )
    and here is a free mysql host : http://www.freesql.org ( but without any guarantee, it may be down for some days! )
    i hope u enjoy them
    --Behrad

  • Help Finding Free Java Download

    hello
    I am new to the java and I am trying to find the link to download free Java Development Kit (jdk) and BlueJ. I am using Windows 7 64 bit computer. The course that I am enrollled may be old and nature and may not been upgraded for sometime. Is it possible to take me to the link to download free java software and if at all has this java software been upgraded recently?

    Google keywords: "jdk download". First link returned leads here: http://www.oracle.com/technetwork/java/javase/downloads/index.html. Click on the little "JDK" link and go from there.

  • Free Java IDE

    Does anyone know a good free java development tool. I liked JBuilder but it is not free and the version I owned is outdated (JBuilder 3).

    hi!
    there are many good IDEs and other tools! i'm sure on http://www.jars.com you will find many useful tools..
    i don't like jbuilder and tools like this because of the automatic code generation..
    I prefer to code all by myself.. so i use TEXTPAD...
    visit << http://www.menzsoft.ch >>
    greets

Maybe you are looking for

  • Processing large file in multiple threads

    I have a large plain text file (~1GB) that contains lots (~500,000) of chunks of text, separated by the record separator: "\n//\n". In my application, I have a class that reads the file and turns the records into objects, which is fairly time-consumi

  • Problem with get_text_as_stream

    I have created a PR Clarification mail sending program. The Program has a text editor where the user can type his query and also button for adding attachment on the same screen. For this I am using the function module get_text_as_stream which I am ca

  • Package-Import statement problem

    Greetings JDC Community... This problem has been driving me insane for over an hour. It's a simple package-import problem. I have a file called DataAddingTest.java which is in my C:\Java\risk\tests\ directory and it has a package statement "package r

  • Fi Document from MM movement

    Hy Expert, by which transaction I can find the determination of FI document starting from MM movement? Thanks. Bye

  • Update person/group field in powershell, with a group name

    Hi, I need to update a person column in my library through powershell, I can do this for a single user, but how do update the value to be a sharepoint group?  the column has been set correctly to allow groups, and I can set the group name if I use th