Using GAP math software with Java 1.4, possible?

Hello all,
i work at a tech university and a Prof. has the following question:
Some of his students want to use a free math software package called GAP with their diploma work. Question is: Can they use the GAP package with Java 1.4 Math Class and how does one interact between using GAP and Java 1.4?
If anyone can help, i would be much obliged.
Thank you.
Raymund

There does not seem to be any such capability, based on the articles in the GAP forum. You might want to look at this article which mentions a means of using Maple and GAP from Java programs.
http://www.gap-system.org/~gap/Forum/Solomon.1/Andrew.1/JavaMath.1/1.html
Chuck

Similar Messages

  • Configure CRS2008 to using AD and Kerberos with Java application servers.

    Hi All,
    I have configure CRS2008 to using AD and Kerberos with Java application servers. Domain Controller is installed on W2K3 Server. In addition, CRS2008 is installed on another W2k3 Server.
    I have create service account in domain controller: CMSACC
    I have create two user account: CRuser1 and CRuser2
    I have create domain group: CRSGroup
    After I had run the setspn in domain controller,I got the message at below:
    Registered ServicePrincipalNames for CN=CMSACC, OU=TEST, DC=BD, DC=com:
        BOBJCentralMS/BDMGTSRV.BD.com
    CMC Setting:
    AD Administration Name: BD\administrator
    Default AD Domain: BD.com
    Add AD Group(Domain\Group): secWinAD:CN=CRSGroup,OU=TEST,D=BD,DC=com
    Service principal name:BOBJCentralMS/CMSACCatBD.com
    I have create a WINNT folder in root directory.Moreover and save bcsLognin.conf and Krb5.ini at here.
    bscLogin.conf:
    com.businessobjects.security.jgss.initiate {
    com.sun.security.auth.module.Krb5LoginModule required;
    krb5.ini:
    [libdefaults]
    default_realm = BD.com
    dns_lookup_kdc = true
    dns_lookup_realm = true
    [realms]
    forwardable = true
    BD.com = {
    default_domain = BD.com
    kdc = BDMGTSRV.BD.com
    I have tested the Kerberos,using kinit CMSACCatBD.com password, and got error message at below:
    Exception: krb_error 41 Message stream modified (41) Message stream modified
    KrbException: Message stream modified (41)
            at sun.security.krb5.KrbKdcRep.check(KrbKdcRep.java:53)
            at sun.security.krb5.KrbAsRep.<init>(KrbAsRep.java:96)
            at sun.security.krb5.KrbAsRep.getReply(KrbAsRep.java:486)
         at sun.security.krb5.KrbAsRep.getReply(KrbAsRep.java:444)
         at sun.security.krb5.internal.tools.Kinit.sendASRequest(Kinit.java:310)
         at sun.security.krb5.internal.tools.Kinit.<init>(Kinit.java:259)
         at sun.security.krb5.internal.tools.Kinit.main(Kinit.java:106)
    My problem is failed to logon CMC and infoview and got error message at below:
    Account Information Not Recognized: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserNameatDNS_DomainName, and then try again.
    Actually, I am sucessful to logon Business View manager with CRuser1. However, I fail to logon CMC and infoview and got the above error. Have you any suggestion to solve this problem?
    Ken.

    if you can logon with client tools then that should be an indication that the service account running the CMS IS working! Good news.
    So the problem is likely with the java portion (krb5/bsclogin or java options)
    If the files are in c:\winnt\ (if not copy them there) and perform c:\program files\business objects\javasdk\bin\kinit username
    then enter and password/enter again
    Probably get the same message. To note in your krb5.ini all domain info must be in CAPS (the .com appears to be in lower case)
    kinit works with just the krb5.ini, java SDK and AD (removing BO config and the service account from the picture). Once that works if your java options are specified properly you should be able to login to CMC/infoview.
    also 1 last point. Add udp_preference_limit = 1 to the krb5 lib defaults section
    libdefaults
    default_realm = BD.com
    dns_lookup_kdc = true
    dns_lookup_realm = true
    udp_preference_limit = 1
    Regards,
    Tim

  • Use DB Sequence/Trigger with Java types

    The documentation(Fusion Dev Guide 4.10.10) covers using triggers to assign DB primary keys. This does not seem to apply when using java types.
    I have a create button on a master level page which should take the user to a detail level page to fill in the item properties.
    How can I use the DBSequence type with java typed variables?

    This chapter tess you that you can use the trigger assigned PK only for the db sequence type.
    Still you can use a db sequence to get a unique number and assign it (after converting it to the right type) to a java type. This you have to do yourself.
    this is the javadoc for the class [http://download.oracle.com/docs/cd/E15051_01/apirefs.1111/e10653/oracle/jbo/client/remote/SequenceImpl.html|http://download.oracle.com/docs/cd/E15051_01/apirefs.1111/e10653/oracle/jbo/client/remote/SequenceImpl.html]
    Timo

  • Can  i use SLE4428 smart card with java card developmentkit 2.1.2

    Can i use SLE4428 smart card with java card developmentkit 2.1.2
    plz reply

    No. SLE4428 is memory card and not Java Card.

  • Can I use voice recognition software with Pages?

    Can I use voice recognition software with Pages?

    Apple provides Dictation services as part of OS X that must be enabled in System Preferences, and then activated while in the Pages document. Then you can speak and it will type what it thinks you said. It is learning software, and over time, better recognizes your voice pattern.
    Then there is Dragon Naturally Speaking for nearly $200 USD.

  • Using SQL reporting services with java

    how can i use Microsoft SQL Server reporting services with java? The idea is that we create the reports using Microsoft SQL Server reporting services. Then we have our web application where user will select one of those report, pass 0 or more arguments and then we will show the report.

    nobody is using Microsoft SQL Server reporting
    services with java?Found this in 0.01 seconds with Google http://www.javaworld.com/javaworld/jw-01-2005/jw-0110-sqlrs.html
    Handy tool that Google.

  • How to use the Rc4DLL.dll with java (jre1.4 )

    I am not able to use Rc4DLL.dll with java, there are some characters (encrypted using Rc4DLL.dll) that java is not able to identify. So while decrypting in java using Rc4DLL I am not getting the desired output (as some character java tries to decrypt are not supported with java). Could some one give a solution of using Rc4DLL with java jre 1.4

    RC4 cipher is supported by 1.4.
    And surely you can turn a link to the 1.5.0 JCE Reference Guide into a link to the 1.4.2 Reference Guide? I did. Took me 5 seconds to check that. As opposed to wasting a day and a half in forums like you just did.

  • Using Plugin NIK SOFTWARE with Aperture 3

    I used the NIK SOFTWARE's plugin.
    after finishing my job, I save and automactilly it store the image into the Aperture Library.
    The problem is that Aperture does't recognize the tiff files just stored and it changes some IPTC lables like "Creator" It uses the licence's owner name compiled in the proper flield.
    I had to cancel from the library and import again.
    Yes this is a woraround but it's boring and time expensive.
    Any other solution?
    tks a lot
    Alberto (Italy)

    micro43 wrote:
    Did post #2 not already answer this? I would think someone who actually uses this machine would be more inclined to give you an accurate answer...
    The point is that there is no per se "accurate answer" to the general performance question. E.g. we hear performance complaints regarding all kinds of boxes stronger than the 13" MBP as well as some reports of users satisfied with MBs or Minis. The more feedback the OP gets the better able he/she is to come to a satisfactory personal conclusion.
    Personally I consider the display an important part of what characterizes graphics app performance. Any +"actual user"+ has already decided against the additional *70% more pixels of the 15" size* with high-rez matte display and also has conluded that glossy is OK for them. IMO a potential new buyer of a laptop for graphics should have those differences firmly in mind when decision making. *Clearly a trip to physically compare 13" glossy vs. the 15" size with high-rez matte display is in order.*
    A user like cbandes doing the heavy work on a MP with real display is much more likely to be happy with the tiny glossy 13" display part-time in the field than is someone trying to run a full pro Aperture workflow from a 13" MBP. Personally I like pixels and dislike glossy, so I would never go from 1.7M matte pixels to 1M glossy pixels just to save 1.1 pound of weight. IMO.

  • Use BB desktop software with no connected BB

    Hello 
    My fantastic BB Bold 9900 has unfortunately been floded and become unusable.
    Is it possible to retrieve the back data I saved on my computer withour connecting the device which is out of order?
    thanks for advice

    Hi and Welcome to the Community!
    If you have used the Desktop Software to backup your device to your computer, then the files containing the data are there...they will be either with extension of IPD or BBB, depending on the version of the Desktop Software you used. However, those files are of a proprietary format, and natively only useful as the source of restore to another BB device. Refer to the Backup link in my auto sig on this post for information regarding backup/restore.
    There are 3rd party PC apps that can parse the BBB/IPD files and present them in a usable format on your computer. A few minutes on your favorite Internet search engine should provide to you candidate apps for this purpose.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Anyone Use Different Backup Software with Time Capsule

    I love the concept of Time Machine + Time Capsule, but there are too many problems and I have wasted too many hours trying to get it to work properly. So...
    Has anyone had success using different backup software (maybe Apple Backup) with Time Capsule?
    I would love to go back in time and simply:
    1-Plug my computer into the drive (wireless is fine too)
    2-Launch my backup software
    3-Backup

    Really not sure. I've always just done bootable backups...
    You CAN create a bootable backup onto a sparse disk image on an Airdisk, but of course it wouldn't really be bootable until the backup was cloned back directly to a drive. So I guess you could back up that way, and if you needed it you could restore back to your main HDD, from the sparse image, and the computer would be restored and bootable. I think.
    My original goal was to have both Time Machine backups and SuperDuper clones ll being done over the Time capsule/Airdisks, but now (if I decide to get an AEBS or TC) I will likely only do the Time Machine backups over the wifi, and still have an occasional clone made to a drive plugged in via usb.
    To your last comment though...if your only going to do the User folder, it may make as much sense to just use Time Machine, since you can restore/migrate from a TM backup. Although it may be smart to do a user folder backup using BOTH Time Machine and SuperDuper, for redundancy.
    Sigh, always so many options, and usually doesn't work the way you want it to...

  • How to use a progress bar with java mail?

    Hi, i'm new here.
    I want if someone can recommend me how to show a progress bar with java mail.
    Because, i send a message but the screen freeze, and the progress bar never appear, after the send progress finish.
    Thanks

    So why would the code we post be any different than the code in the tutorial? Why do you think our code would be easier to understand? The tutorial contains explanations about the code.
    Did you download the code and execute it? Did it work? Then customize the code to suit your situation. We can't give you the code because we don't know exactly what you are attempting to do. We don't know how you have changed to demo code so that it no longer works. Its up to you to compare your code with the demo code to see what the difference is.

  • Hello, I want to use version controlling software with Labwindows.

    Hello All.
    I want to use version controlling tool with Labwindows/CVI. Actually version controlling tools work for text files and by using the tool i can do version controlling of my .c and .h files in Labwindows/CVI project. But is there a way to do version controlling of .uir files also. Version control tool can detect the changes made in .uir file but is there any tool that can be used to compare and merge .uir files too just like text files operation for version controlling.
    Regards

    Hello Moshi,
    Personally I never understood how the integrated version control system of
    CVI works, but SVN (and TortoiseSVN) works fine with CVI projects.
    UIR files are treated as binary, as they should be, and that's about all.
    You could put the .tui file under version control instead, but I don't think
    it's worth the bother.
    Guillaume Dargaud
    http://www.gdargaud.net/

  • Can anybody tell the purpose or use of jsoftphone software in java

    I wanted to know the purpose of jsoftphone software in java.

    sonal_5 wrote:
    jsoftphone is a software developed in java, Developed by Sun (the owners of this forum)?
    What is the website of "jsoftphone"?

  • How to using the executable software in Java

    I got a software named: pdf to text convertor; which can format the text interface from the pdf, for example, you need add the page number with a4 paper, then the convertor can change the pdf into text with page numbers. it is running on the doc, the command like: c:\pdfconvertor\xpdfrc.exe "c:\filename\name.pdf", after the text file will exist in the same directory with the pdf file.
    so my problem is how to use java to call this DOS command to execute the program, and then java can read the text file, does some one give me some idea? better with simple java code!! Thanks very much! I will pay dollar for the solutions

    You can use:
    String[] cmd = {"c:\\pdfconvertor\\xpdfrc.exe", "c:\\filename\\name.pdf"};
    Process p = Runtime.getRuntime().exec(cmd);Wait for the process to finish:
    p.waitFor()and do your thing with the output file.
    Note there are mechanisms for capturing the input and output of the subprocess; see java.lang.Process javadoc.

  • Using Command Line Arguments with JAVA

    Hi,
    we are using an app called ImageMagick to scale and modify images before they are uploaded to a webserver.
    ImageMagick is called from our Objectiv-C app via
    command line.
    is there a way to this in Java?
    Regards
    Eckbert

    So, ur question is not developing a Java application that
    will do the 'image conversion'; but, your message
    conveys that u want to know how to invoke a Java program built by 'imagemagick' that takes command line arguments?
    Am I right?
    If that's the case, u must look into the documentation
    given along with the download'ed piece of software
    for identifying the 'starting point of the program'. i.e., the
    class that contains the 'main' method! And after you
    identify that class [Eg. ImageMagickStart] then you'll
    have to invoke as follows:
    [you must have Java installed in ur system!]
    c:>java ImageMagickStart
    If the program was written intelligently it must print all
    the command-line arguments required by the above
    program by executing the above command, and from that
    you can identify!
    -RK

Maybe you are looking for

  • Derive values based upon user input

    Hello, I recieved a request for a report. When a user runs the report they are to be prompted for a fiscal year/period. Based on the fiscal year/period that the user provides I have the following columns  (in bold below are 2 examples that may make t

  • Horizontal menu bar

    When i insert a spry menu bar horizontal it shows as an unordered list. The vertical menu bar inserts Ok. the horizontal bar was working OK. I don't know how i screwed it up. I have reinstalled Dreamweaver CS4 with no change. It still doesn't work. I

  • Can't create POP account

    It happens that I can't create POP accounts, while I do easily with Entourage. The same data in Entourage work while in Mail don't. I can't understand why. Can anyone tell me what's wrong? Thanks

  • No Internet connection on wireless with WPA after 10.4.10 update

    After the 10.4.10 update I can't connect to my network that uses WPA encryption. I'm able to connect to the router fine and ping computers and the router in my network but I can't view any websites. DNS to outside websites works too. I can view websi

  • Report web lay out creating error

    Hi Version - Reports Builder (9.0.4.2.0) OS -Windows XP ( SP3) When going to create a report (web lay out) final stage in the wizard (After pressing finish button) I get the following errors. (database in a separate server (10gR2) ) REP-0069: Interna