Software Development Network Logo
  • VS Team System
  • SQL Server
  • Windows Live
  • Visual J#
  • VS Express Editions
  • Smart Device
  • Windows Forms
  • Architecture
  • Visual Studio
  • Visual C++
  • Visual FoxPro
  • Visual C#
  • .NET Development
  • Game Technologies
  • Visual Basic

Software Development Network >> Visual J#

Visual J#

New Question

J# x64 Support
GNU Classpath "95% and counting" 0.19 released
Open a picture from file
JFreeChart port to J#
Running a Simple Program in J#
Creating a file in ASP.NET 2.0
Unable to load old J# Browser Control
import netscape.javascript.JSObject;
Does Visual J# supports Browser Helper Objects(BHO)
How to access Java Language Conversion Assistant

Top Answerers

CoolVanilla
Bryan Janes
Galactic Jello
Shoaib Shaikh
edgar.i.sanchez
Viendin
TomTX
kjaghblb
zerodevice
Startatrix
VBShop
Only Title

Answer Questions

  • SROSeaner Warning - don't use ReSharper

    Hi; If you have done much development in C# you probably have ReSharper and it is a tremendous help. But when it get's in J# it slows the system down a LOT and it gets all confused with intellisense. I ended up removing it. Hi, Please let us know their findings. We would like to know if J# has anything to do with this Thanks. Thats strange i could not find it in the admin section for VS 2005. Contr ...Show All

  • Michael Stapleton Smart Client Deployment

    Hi, i’m new on Smart Client Deployment. I now that there are new things on .net 2.0, but i’m still working with version 1.43. I’m trying to publish on a IIS a Windows Forms executable made obviusly on .Net. Everything works fine on the client side until i use some J# dll and i get the following message... java.lang.NullPointerException: Referencia a objeto no establecida como instancia de un objeto.    at Etelecom.Programas.wconexion. ...Show All

  • Julio Parra axWebBrowser

    I have this problem in vusal j#,  C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks Hi, I feel you are missing the reference to the required assemblies on your system. To compile this code you need to refer following two as ...Show All

  • Nflowerpower Problem with subclassing a form AND J# interface in C# 2.0

    I have an existing application that declares a class that derives from System.Windows.Forms.Form and an interface. This compiled and worked correctly in 1.1 but an error is reported during in C# 2.0 "IRecitalMirageForm - type is not supported by the language". The interface is written in J#. public class Form1 : System.Windows.Forms. Form , IRecitalMirageForm Is there any workaround for this behavior ...Show All

  • hakl java.util.Calendar.getInstance() fails on Windows 2003

    Calling java.util.Calendar.getInstance() on Windows 2003 produces the following exception below... java.lang.NullPointerException: Object reference not set to an instance of an object. at java.util.GregorianCalendar.__dateToTime() at java.util.GregorianCalendar.computeTime() at java.util.Calendar.getTimeInMillis() at java.util.GregorianCalendar.__initialize() at java.util.GregorianCalendar.<init>(TimeZone zone, Locale aLocale) at ...Show All

  • Peediaj getResourceAsStream() doesn't work

    Hi; The following code works: System .IO. Stream stream = Class .ToType( SystemWrapper . class ).get_Assembly().GetManifestResourceStream( "resources.resources_en_US.properties" ); This doesn't: java.io. InputStream is = SystemWrapper . class .getResourceAsStream( "resources.resources_en_US.properties" ); Why (SystemWrapper is the class the above calls are in.) thanks - dave   DavidThi808 wrote: Hi; I created a class with ...Show All

  • charlieucla Web Browser, HTML selection

    Hi, I have implemented a simple Web Browser using the inbuilt Web Browser component. I now need to be able to highlight some text on the web page and for this to then be selected by the J# program. This is possible in Java by using the getSelectionSrat and getSelectionEnd methods linked to the JEditorPane, and it is possible in C# by using IHTMLSelectionObject and IHTMLTxtRange, but now I need to find the J# version! Regards Richard ...Show All

  • Geo242 How too navigate with a dataset

    Hi, I try to find out how to navigate inside a dataset, Next, Previous, etc. In VB.NET I use something like: Me.BindingContext(Me.MyDataSet11, "Categories").Position = 1 What would be the method for J# and to what object it applies Hi, Following is the conversion to J#.... DataSet ds = new DataSet (); this .get_BindingContext().get_Item(ds, "datamember" ).set_Position(1); Pleas ...Show All

  • James R-S How do I remove a package downloaded by mistake?

     Hi and thanks for your help.  I have already gone to the Add/Remove and it isn't listed.  I also checked the Windows components and couldn't find it there either. I downloaded: Microsoft Visual J #.NET Redistributable Package 1.1 and my computer doesn't have enough memory to allow me to open my e-mail.  I have done everything I know to do to increase my memory, but it hasn't worked.  I know I need more memory anyway ...Show All

  • Priscilla87945 Priority Queue

    Hello. I found a class in sun's API called java.util.PriorityQueue. I'm trying to use it with the J# (2003), but it doesn't exist. What can I do to use it If i can't, is there any other priority queue   Priority Queue in C# ...Show All

  • gv axWebBrowser

    I have this problem in vusal j#,  C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks Hey thanks it worked! I have another question if you could help me with it, I created a browser and then buttons,  one of my buttons i ...Show All

  • Triv2 VS.NET B2 - Object Test Bench

    Hey, I was using Object test bench on Beta1 and that is really amazin feature. I use Beta2 now and I cant use Object Test Bench. In some project it is working.. but others dont include object test bench. I didnt understand what is wrong Will this restriction ever change   I usually have multi-project solutions, and my startup project is usually a very thin client that uses objects in my other projects. Thanks, Todd ...Show All

  • k_samsonov Running a Simple Program in J#

    I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it   It's not too obvious.  I did install the J# Redistribution Package.  HELP!  This is so simple.. but I'm stumped!!! I figured out a way to get the "form as text" info. Before print Expand the section that says "Windows Form Designer generated code".  ...Show All

  • Lilia Vratch VJ# docs

    Why aren't there any books on VJ# VJ# Book: http://www.microsoft.com/mspress/books/sampchap/5834.asp For more visit http://msdn.microsoft.com/vjsharp ...Show All

  • skyhawkap Web Browser, HTML selection

    Hi, I have implemented a simple Web Browser using the inbuilt Web Browser component. I now need to be able to highlight some text on the web page and for this to then be selected by the J# program. This is possible in Java by using the getSelectionSrat and getSelectionEnd methods linked to the JEditorPane, and it is possible in C# by using IHTMLSelectionObject and IHTMLTxtRange, but now I need to find the J# version! Regards Richard ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum