Home Answers Viewqa Java-Interview-Questions JBoss Unix and Line Separator

 
 


Luciano Santos
JBoss Unix and Line Separator
0 Answer(s)      a year and 2 months ago
Posted in : Java Interview Questions

Hi, I am trying to solve an critical problem. I have an application which write a batch file using the method println from the PrintWriter class from java api, this method uses the default line separator from O.S. \n on unix, but I am trying to change to \r\n.

I change the run.conf script from jboss I added the parameter -Dline.separator=separator

I used \r\n, \015\012 , \0d\0a but none solve my problem, Jboss just understand \r, \015 and \0d, writing in the file just the CR caracter.

What the way to configure CR+LF caracter on JBoss?

View Answers









Related Pages:
JBoss Unix and Line Separator
JBoss Unix and Line Separator  Hi, I am trying to solve an critical... separator from O.S. \n on unix, but I am trying to change to \r\n. I change the run.conf script from jboss I added the parameter -Dline.separator=separator I
Platform dependent values like line separator, path separator - Java Beginners
Platform dependent values like line separator, path separator  Hi, How will you get the platform dependent values like line separator, path...: System.getProperty("line.separator") for line separator System.getProperty
unix
sums its command line arguments: $ java Sum 2 4 11 4 21
What is a file Separator?
What is a file Separator?  What is a file separator in Java Program?   Hi, The file separator is nothing but a character that we used to separate directory path names for a particular location. These file separator
Backup File With Separator
Backup File With Separator       Backup File With Separator in SQL  is used to indicate line... line and records separator. select * into outfile
Backup File With Separator
Backup File With Separator       Backup File With Separator in SQL  is used to indicate line and record separator. Understand with Example The Tutorial illustrate
Java file separator
Java file separator This section demonstrates you the use of file separator. A file separator is a character that is used to separate directory names... and unix based operating system, it is forward slash(/).  By using
Path Separator
separator (;) and a Unix directory separator (/) is not a good form. ... Path Separator      ... by semicolon (;). When it is run, Ant checks for the path separator and directory
unix
unix  not able to download java into unix os
UNIX - Java Beginners
UNIX  Dear Sir, Kindly send some important points/notes in UNIX since I have taken the exam pertains to UNIX, so that it will be very helpful..., Unix: The UNIX operating system was developed at AT&T Bell Laboratories
unix
unix  hai friends, I am new to to java with unix.can you any one tell me ho to work unix in windows xp.i search in net,it will show the aludra.usc.edu.how can i install this? thanks
jboss sever
jboss sever  Hi how to configure data source in jboss server and connection pooling Thanks Kalins naik   JBoss Tutorials
jsp-jboss
jsp-jboss  where to keep jsp in jboss
Java file new line
separator and allow to write next text to another line in  the file. Here...Java file new line In this section, you will learn how to write the text in new line of text file. Description of code: The package java.io.* has provide
The Unix error
The Unix error  var a=document.check.username.value; if(a=="" ) { alert("Enter a valid UserName"); return false; } if(!isNaN(a) ) { alert("Enter a valid UserName"); return
how to install jboss drools
how to install jboss drools   how to install jboss drools
unix/ubuntu os
unix/ubuntu os  how to find jdk path in unix through terminal any command
how to install jboss - EJB
how to install jboss  when i installed jboss at startup jboss generating errors . unable to run ejb3
JBoss Administrator
JBoss Administrator       Position Vacant: JBoss Administrator  Job Description  We are looking for JBoss Administrator to manage the JBoss based
unix programming - Development process
unix programming  write a c program that stimulates 'ls" command
System Independent Newline Characters
major systems for indicating the end of a line (new line): One for Unix, one for the Macintosh, and one for DOS/Windows. Unix. The '\n' character represents... to separate lines in Unix files. This character is also sometimes called linefeed
about jboss - Java Beginners
about jboss  can you please explain about jboss...how to deploy,where the temp and lock is there...total information about jboss to use in java message services(JMS
Jboss MQ ConnectionFactory - JMS
Jboss MQ ConnectionFactory  Iam Using jboss-5.0.0.Beta4 my quetion is that iam not able to get Jboss MQ ConnectionFactory object pls any suggest me how to get it on jboss-5.0.0.Beta4
Jboss 3.2 EJB Examples
Jboss 3.2 EJB Examples    ... be required by different customers Part 1 Stateless session bean jboss 3.2... the Open-source & free Jboss. Jboss3.2 is favoured by many medium-level
jboss and struts - Struts
Deploy JBoss and Struts  how to deploy struts 2 applications in jboss 4... the WAR file to the /server/default/deploy folder.   Hello,You...;JBoss_home>/server/default/deploy folder.Jboss will automatically deploy
unix program - UML
unix program  sorry there is no unix category i slected uml 1.write a c shell script on links? 2.write a c shell that stimulates the fork? 3.write a c shell that stimulates the umask? 4.write a c shell that stimulates
Jboss related linkage error
Jboss related linkage error  Please check below error when i run in jboss java.lang.LinkageError: loader constraint violation in interface itable... loader (instance of org/jboss/classloader/spi/base/BaseClassLoader
James Server and JBoss - JavaMail
James Server and JBoss  Hi Sir/Madam, How to set class path for James server and Jboss servers to run programs with clear examples. Please send the reply very urgent
Linux and Unix Books
Linux and Unix Books       Page-1 UNIX is a very stable and very powerful operating system. This tutorial assumes you have access to either a Linux or UNIX shell
JBoss and Sevlet - JSP-Servlet
JBoss and Sevlet  I am trying to get familar with JBoss. I package up... IsItWorking /gg/servlets I have JBoss installed and put my gg.war into G... do or change to get this servlet to run on JBoss 4.2.3. Thank you!  
what is the Difference between weblogic and jboss?
what is the Difference between weblogic and jboss?  what is the Difference between weblogic and jboss
Connecting to Unix through Java - JavaMail
Connecting to Unix through Java  Could you please tell a sample code, where i connect to the unix server and run a script and write the results in a file and mail that file back to me
EJB2.0 in jboss - EJB
EJB2.0 in JBoss  How to Install EJB 2.0 in JBoss  Answer: You do this by using following steps such as :1. import jBoss into Visual Age for Java (VAJ) to develop and debug EJBs using Enterprise Java Beans standard
Linux and Unix Books
Linux and Unix Books       Page-1 UNIX is a very stable and very powerful operating system. This tutorial assumes you have access to either a Linux or UNIX shell
Struts - Jboss - I-Report - Struts
Struts - Jboss - I-Report  Hi i am a beginner in Java programming and in my application i wanted to generate a report (based on database) using Struts, Jboss , I Report
Connecting jboss with sql 2005 - Struts
Connecting jboss with sql 2005  Hai, i have project that was developed in struts,backed is sqlserver 2005 and and i am using jboss. I want to connect another database (sqlserver 2005) with my project.could u please help me
File Separator
File Separator       This example allows you to build platform-specific paths and directory hierarchies. When you build a path with any of ant's task, Ant is quite happy
Linux and Unix Books page3
Linux and Unix Books page3       Introduction of Unix operating system UNIX is an operating... and laptops. The kernel of UNIX is the hub of the operating system
Linux and Unix Books page1
Linux and Unix Books page1       Introduction of Basic Linux Commands UNIX is a very stable... a Linux or UNIX shell account. We are going to connect via our windows
Linux and Unix Books page1
Linux and Unix Books page1       Introduction of Basic Linux Commands UNIX is a very stable... a Linux or UNIX shell account. We are going to connect via our windows
Unix Web Hosting
Unix Web Hosting Unix Web Hosting is the type hosting provided on the Unix Servers. Unix Web Hosting is very reliable hosting option. Unix Hosting.... UNIX web hosting and Linux web hosting are the most powerful and reliable hosting
Invalid console appender in JBoss console
Invalid console appender in JBoss console  "ERROR: invalid console appender config detected, console stream is looping" The above is the error i am getting while starting the server after deploying the ear file into the jboss. I
Draw Line
Draw Line  sir i want to draw a moving line in j2me.That line should also show arrow in moving direction. How can we do so
line graph
line graph  I have developed an application and in that i have to compare 2 reports using line graph from the data taken from ms access database?please help
Where i can use UNIX Operating System?
Where i can use UNIX Operating System?  Where i can use UNIX Operating System
on line exam
on line exam  how we can upload the data on the server from any site
which is better server for java applications? apache or jboss?
which is better server for java applications? apache or jboss?  which is better server? apache or jboss
Linux and Unix Books page2
Linux and Unix Books page2       Network programming under Unix systems  This document..., with the knowledge necessary to write Unix programs that use the network

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.