Search 5,000,000+ questions and answers.

Frequently Asked Questions

Scriptura XBOS requires JDK 1.4. I am running OS/400 V5R1. How do I get it?

Inventive Designers : Scriptura FAQ
The following document describes what you need to do to get JDK 1.4 (also known as Java 2 version 1.4) operational on your iSeries running OS/400 V5R1 : http://www-912.ibm.com/s_dir/slkbase.NSF/1ac66549a21402188625680b0002037e/0581029cdbcafcbd86256c4f00673b7d?OpenDocument
Related Questions

Can I use it in an iSeries OS/400 IBM machine that has Java 1.4 running in it?

faq.html - HXTT DBF JDBC Drivers for dbase, Visual DBASE, SI...
The HXTT DBF packages can run on any platform with Java VM, which includes Microsoft Windows, Novell Netware, OS2, UNIX, and LINUX. It supports Personal Java, JDK1.0.X, JDK1.1.X, JDK1.2.X, JDK1.3.X, JDK1.4.X and JDK1.5.X. It supports JDBC1.2, JDBC2.0, and JDBC3.0 now. The HXTT DBF supports Embedded and Remote Access. HXTT DBF Package includes a Database GUI manager. If you're accessing the local data, you can use the HXTT DBF Package or Embedded Package.
Related Questions

Is it possible to run more than one instance of the Scriptura XBOS Server on a single machine?

Inventive Designers : Scriptura FAQ
You can add custom command line options by editing the corresponding .ja files. These file contains Java arguments to be included in the launch command (one per line). This can be very useful to enable 64 bit operations, use the server jvm or specify alternative garbage collector implementations. How do I add custom Java System Properties to enable or disable virtual machine specific functions to the Scriptura XBOS programs.
Related Questions

What happens when I try to execute the MRGDOC command on V5R1 of OS/400?

Inventive Designers : DTM for iSeries FAQ
When trying to execute the Merge Document (EDTDOC) command on OS/400 V5R1 the following error message will be shown: Message ID: CPD0030, Message type: Diagnostic, Message: Command MRGDOC in library *LIBL not found.
Related Questions

What happens when I try to execute the EDTDOC command on V5R1 of OS/400?

Inventive Designers : DTM for iSeries FAQ
When trying to execute the Edit Document (EDTDOC) command on OS/400 V5R1 the following error message will be shown: Message ID: OFC8019, Message type: Diagnostic, Message: Required module not on system, Cause: The system does not have a program product you require, Recovery: Contact your service representative or the appropriate system person to install this product on your system.
Related Questions

What happens when I try to execute the DSPDOC command on V5R1 of OS/400?

Inventive Designers : DTM for iSeries FAQ
When trying to execute the Display Document (DSPDOC) command on OS/400 V5R1 the following error message will be shown: Message ID: OFC8019, Message type: Diagnostic, Message: Required module not on system, Cause: The system does not have a program product you require, Recovery: Contact your service representative or the appropriate system person to install this product on your system.
Related Questions

What happens when I try to execute the WRKDOC command on V5R1 of OS/400?

Inventive Designers : DTM for iSeries FAQ
The Work with Documents (WRKDOC) command is an OS/400 command and is still supported on OS/400 V5R1. It will continue to function as before. However most of the options on the resulting screen (like 2=Edit, 5=Display and 6=Print) will no longer be available.
Related Questions

What happens when I try to execute the PRTDOC command on V5R1 of OS/400?

Inventive Designers : DTM for iSeries FAQ
Executing the Print Document (PRTDOC) command on OS/400 V5R1 will result in a spooled file. Depending on the content of the OV/400 document being printed, the content might be correct or not.
Related Questions

Where does the Scriptura XBOS Server store its configuration files, log files and cache?

Inventive Designers : Scriptura FAQ
The Scriptura XBOS Server stores its configuration files, log files and cache in the home directory of the user account running the Scriptura XBOS Server. For example when running the Scriptura XBOS 3.0 Server Console under your own account on a Windows 2000/XP machine, you could find the log files in "C:Documents and SettingsMyAccountscriptura_xbos-3.0Serverlogs". When running the server as a Windows Service, the user home directory might be difficult to locate.
Related Questions

How do I override the JAXP implementation in JDK 1.4 and above?

Unofficial JAXP FAQ
In JDK 1.4, there is an Endorsed Standards Override Mechanism which can be used to override the classes in the JDK itself. One way to replace the classes in the JDK with the classes contained in a set of jar files is to place the jar files in some directory, "my-endorsed", and define a system property. For example, to use a newer version of Xalan, place the newer version of xalan.jar in the "my-endorsed" directory and invoke the Java launcher with the -Djava.endorsed.dirs= my-endorsed option.
Related Questions

I am using Linux Fedora 1 and Sun JDK 1.5.0. Can I use 1.5 or do I need to use 1.4?

FAQs - Cocoon Wiki
To answer my own question... I uninstalled 1.5 and installed 1.4. Compiled and works fine. I suspect this is actually a problem with Ant. Is it possible to extend for example the form object in Flow? So that we have our own implementation of it? If so, are there examples. ps why was Flow written in javascript, and not java? Probably a stupid one:). Do you serialize it to JPG or PNG? Otherwise this error can not occur. But if, it's of course no longer SVG.
Related Questions

What is Signal Chaining mechanism that has been implemented in JDK 1.4?

www.adobians.com
Signal-chaining enables the Java Platform to better interoperate with native code that installs its own signal handlers. The facility works on both Solaris and Linux platforms. The signal-chaining facility was introduced to remedy a problem with signal handling in previous versions of the Java Hotspot VM. Prior to version 1.
Related Questions

How do I compile generics for use with JDK <= 1.4?

Java Generics FAQs - Under The Hood Of The Compiler
Retroweaver is a Java bytecode weaver that enables you to take advantage of the new 1.5 language features in your source code, while still retaining compability with 1.4 virtual machines. Retroweaver rewrites class files so that they are compatible with older virtual machines. Check out http://sourceforge.net/projects/retroweaver .
Related Questions

Why do Swing GUI applications (including JDebugTool) hang in JDK 1.4?

JDebugTool - Graphical Java Debugger
Java Swing GUI applications (including JDebugTool) can hang in JDK 1.4. The work around is to add the following argument to java -Dsun.java2d.noddraw=true
Related Questions

Is there a sample that illustrates Non-Blocking Socket I/O in JDK 1.4?

jGuru: JNI FAQ Home Page
A sample server that illustrates Non-Blocking Socket I/O can be found at http://www.owlmountain.com/tutorials/NonBlockingIo.htm.
Related Questions

Why should I use log4j when JDK 1.4 already ships with a logging API?

Log4j project - Frequently Asked Questions about log4j
Although both APIs are conceptually similar, the log4j API is significantly more flexible and offers many more features, too numerous to be listed here. You will discover that the additional features and flexibility turn out to be indispensable in the context of a mission-critical application. The open and collaborative way in which log4j is developped ensures that it continues to preserve and even widen its competitive edge.
Related Questions

Is the TAO Naming Service interoperable with the JDK 1.4 beta 3 ORB?

Support - Frequently Asked Questions - The ACE ORB
JDK 1.4 supports Interoperable Object References (IORs). To use the JDK 1.4 ORB with the TAO Naming Service server: Start TAO Naming Service server: $ $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service -ORBListenEndpoints iiop://host:port Then, run the JDK 1.
Related Questions

Will it be part of the JDK?

Java Communications API FAQ
In order for the Java communications API to find ports the file javax.comm.properties must be in the correct place. The preferred location is in <jdk>/lib. See the installation instructions for alternate locations and further information.
Related Questions

What is the J2EE 1.4 SDK?

Java 2 Platform, Enterprise Edition (J2EE) FAQ
The Java 2 SDK, Enterprise Edition 1.4 (J2EE 1.4 SDK) is a complete package for developing and deploying J2EE 1.4 applications. The J2EE 1.4 SDK contains the Sun Java System Application Server Platform Edition 8, the J2SE 1.4.2 SDK, J2EE 1.4 platform API documentation, and a slew of samples to help developers learn about the J2EE platform and technologies and prototype J2EE applications. The J2EE 1.4 SDK is for both development and deployment.
Related Questions

What is OS/400 PASE?

Porting Central
OS/400 PASE is an integrated runtime that provides simplified porting of UNIX applications. It provides a broad set of AIX interfaces, in a runtime that allows many AIX binaries to execute directly on the PowerPC processor of iSeries. OS/400 PASE is available as OS/400 Option 33. For more information visit the OS/400 PASE Web site.
Related Questions

Why does Windows XP crash when running DrJava in JDK 1.4.1?

This is not a DrJava-specific problem. There is a known issue with JDK 1.4.1 and some video cards in Windows XP, likely caused by DirectX and an ATI Radeon video driver. For more information, see here. As a workaround, completely uninstall JDK 1.4.1 and install either JDK 1.4.0 or 1.4.2.
Related Questions

top] What version of the JDK does this require?

Jackcess - Frequently Asked Questions
Version 1.0 requires JDK 1.4 or higher. The version in CVS HEAD and future releases will require JDK 1.5 or higher. However, some users have contributed patches to make later versions compatible with JDK 1.4. Please check the contributions/ directory for any such patches. Note that any code in this directory is untested and unsupported, so please use at your own risk and do not file bugs based on that code.
Related Questions

Can I use J2EE 1.4 products to run this benchmark?

SPECjAppServer2004 Frequently Asked Questions
Yes. Any product conforming to the J2EE 1.3 or later specifications can be used to run this benchmark. CTS certification ensures that the application server being tested is a J2EE technology-based application server and not a benchmark-special application server that is crafted specifically for SPECjAppServer2004. The CTS certification is validated by Sun Microsystems, Inc.
Related Questions

Subject: 1.4 What are all these abbreviations?

news.answers/alt-gothic-faq
Most of them are band names, there are very many gothic bands with quite long names, these are normally abbreviated. Some common ones are as follows. The goth code is simply a method by which one can very concisely describe oneself. For more information see -Synic-'s homepage at http://www.omen.com.au/~synic/code/index.
Related Questions

Which version of the platform should I use now -- 1.4 or 1.3?

Java 2 Platform, Enterprise Edition (J2EE) FAQ
The J2EE 1.4 specification is final and you can use the J2EE 1.4 SDK to deploy applications today. However, for improved reliability,scability, and performance, it is recommended that you deploy your applications on J2EE 1.4 commercial implementations that will be available early in 2004. If you want to deploy your application before 2004, and reliability,scability, and performance are critical, you should consider using a high performance application server that supports J2EE v1.
Related Questions

Subject: (1.4) Are square jars unusual?

Frequently Asked Questions -- Fruit Jars
Square jars were considered a design improvement because a homemaker could stack more jars together in less space thus allowing a family to put up more food in their small cellars or cupboards. Square Jars were made for the Smalley Fruit Jar Co. Boston, Mass in the late 1890s. Other square jars date from the 20s, 30s and later. The value of square shaped jars tends to be higher than round as it seems that fewer square jars were made.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact